Multiple choice quiz for AS3 in Adobe Flash Professional
I am trying to create a multiple choice quiz using Flash Professional CC but am having trouble putting everything together.
I was planning on using actionscript 3.0 as the script
language and using an array class to provide the questions and multiple choice
answers to the stage through dynamic text boxes. I am also wanting to randomize
the order that the questions are asked in, as well as randomize the “A”, “B”, “C”,
and “D” answers to each question. One twist to the complexity of this quiz is
that I’ve actually scanned in these questions and answers using a scanner and
was thinking it would be easier to crop out the actual images of the questions
and answers so instead of having to embed that information in the code, I could
instead just have the Questions, “A,B,C,D” answers reference those picture
files.
In addition, after each question is
presented, the user can click on the A,B,C, or d answers which then will have a
picture overlay signifying if the user got the question right or wrong, and
after a second or two of delay, continue on to the next question. Lastly, I was
wanting there to be a score at the top that would show the users score in real
time.
I hope someone can help me get this thing going. It would be greatly appreciated!