I haven't used the quiz template...but I have made a quiz application. I can't give you the code for it, I'm not allowed to. But I can tell you a little bit about how I made it. I designed an XML document to hold all the quiz data (title of quiz, questions, answers, correct answer, etc). I then load all of this data in using the XML object in AS. Once the data is there, assign the values to dynamic textfields. Have a next button that just scrolls through the array. Answer tracking is easy, just use the radiobutton components. Any other questions, I can probably answer them.
|