Resetting a Variable on Retry Quiz Button
Hi everyone,
Client wants a "number of questions correct/total questions" listed next to the percentage score. I created a variable "questionscorrect" to represent "number of questions correct" on the results screen (the total questions is just represented by a text box ). I have been able to get it to total the "number of questions correct" but for the life of me I can't get it to reset when the learner wants to retry the quiz. I tried:
Adjust Variable
Set QuestionsCorrect to Value to 0
When the User clicks Retry Button
But it will not reset to 0. Since the client wants to provide the learner the option to Review their responses before they submit all answers I can't set the variable to 0 when the timeline starts on the first question slide. Any other ideas to try on the Results slide so it will reset to 0 when they click Retry only?