Quiz/Make-Up Quiz
February 17, 2010 12:00 AM
I would try something like this. Place each question on its own page. Create one variable for each question and assign the variable to either "Right" or "Wrong." A 1 or 0 could work, depending on how comfortable you feel with that.
On the first question, I would put an action On Show Goto Next Page. Place a condition on the action to happen only when the variable for Q1 = "Right." Do the same thing for all the questions.
The end result should be that the first time through, the learner has "Wrong" for all the variables. Thus, none of the pages will automatically advance. When the learner goes back through, then any question which is marked as "Right" will automatically advance past that page. It should be quick enough that it won't even register that the program is zipping through these screens.
Naturally, if all of the conditions is true that each variable = "Right" then there is no need to send the learner back to the beginning.
Kevin
Discussions have been disabled for this post