Originally posted by jbum
Okay, I fixed it to load all the questions from a single XML file (enclosed). I pretty much overhauled all the scripts - it's much simpler now (all except the XML parser on the first frame, which is obtuse).

The questions are loaded once in the first frame and randomly shuffled.

Then the quiz loops thru the questions, by incrementing questionNbr.

The maximum score is no longer hard-coded at 50, but dynamically calculated as number of questions times 10.

Modify the questions.xml file to add more questions to the quiz.

- jbum
Awesome, that works perfect! Thanks so much, I owe you one!