How can I assign a value to cpInReviewMode?
I want to create a replay button that completely resets the quiz before jumping to the first slide. I've use suggestions from the forum and I found that the javascript command cp.resetQuizData(); in and advanced action effectively clears out any replies to the quiz questions. What it doesn't do is reset the value of cpInReviewMode. That means that if students review the quiz questions from the results screen, then decide to replay the course, they can't attempt the quiz questions again.
I tried adding a line to the advanced action to assign a value to cpInReviewMode to reset it. Unfortunately, cpInReviewMode doesn't appear in the drop down list of variables that appears with the Assign function. Is there another way to reset the value of this variable?
