Math Quiz is a flash based XML game
The code is commented!
Questions and Answers are from XML
- easy to modify
- up to 20 questions
- 5 answers for every question
Making questions is easy:
<item> <question>5 + 5 =</question>
<answer>16</answer> <answer>11</answer> <answer>9</answer> <answer correct=”y”>10</answer> <answer>21</answer>
</item>


