I have a scenario-based quiz I’m developing. I have gotten it to work, grading and checking answers (thanks to Moock for getting me started)…
Anyway, I need to loop the user back through the same interaction again if he misses a question.
Here it is broken down…
User gets to question 1. He answers it correctly, “totalcorrect” now adds 1 point to his total and moves to question 2.
Now user goes to question 2. He answers incorrectly. “totalcorrect” doesn’t add anything and moves to question 3.
Instead of automatically moving to question 3, I want to cycle back through question 2 again to give user option of selecting the right choice before moving on. HOWEVER, I do not want the quiz to grade it again. I only want a grade recorded the first time a user answers a question.
I’ve attached my AS file. Anyone have any ideas?