Thanks a lot Yann, this is a great help and made many things possible now for us. I really appreciate it. I love the way it looks too. One question, this test was for "adjectives", is it possible to add a link on top, saying "adverbs"? when the person clicks on "adverbs", they will see the same template but with adverbs instead. It will use the same xml code. To distinguish between the adjectives and adverbs "pair2" instead of "pair" can be used inside the xml:
<?xml version="1.0" encoding="UTF-8"?>
<pairs>
<pair>
<noun>Beauty</noun>
<adjective>Beautiful</adjective>
</pair>
<pair>
<noun>Ease</noun>
<adjective>Easy</adjective>
</pair>
<pair>
<noun>Juice</noun>
<adjective>Juicy</adjective>
</pair>
<pair>
<noun>Strength</noun>
<adjective>Strong</adjective>
</pair>
<pair>
<noun>Nature</noun>
<adjective>Natural</adjective>
</pair>
<pair2>
<noun>Mathematics</noun>
<adjective>Mathematically</adjective>
</pair2>
<pair2>
<noun>Practice</noun>
<adjective>Practically</adjective>
</pair2>
<pair2>
<noun>Actual</noun>
<adjective>Actually</adjective>
</pair2>
<pair2>Quick</noun>
<adjective>Quickly</adjective>
</pair2>
<pair2>
<noun>Slow</noun>
<adjective>Slowly</adjective>
</pair2>
</pairs>