Copy link to clipboard
Copied
I have a course with 16 quiz questions at the end. The 16 quiz screens are not visible from the TOC and the user must click a "start assessment" button on the last content screen to begin the quiz. if the user doesn't pass the quiz they can see a "retake quiz" button which works fine if clicked, all the questions are reset and user is allowed to attempt answering them again. HOWEVER... here is the issue. if the user fails the quiz, then exits the course and then opens the course again, all the questions in the quiz are not reset and show their last selected answers.
The problem is I need the resume data for the content part of the course but also need the quiz data to be reset if the user presses the EXIT button and not just when they press the RETAKE QUIZ button. Is this possible?
Thanks
Gary
Copy link to clipboard
Copied
Maybe a JS expert will pop in to give you a more elegant solution. This could be a workaround since you need Resume data.
When clicking the Exit button, trigger an advanced action that first is visiting the Score slide (which would reset the quiz if there are quiz attempts left on Quiz level) before exiting. You'll have to test it out, I didn't double-check.