Copy link to clipboard
Copied
Dear all,
I would like that in case of 3 fails of the quiz, the learner has a slide with a button to replay all the E-Learning.
In other terms, I need an advanced action that says:
If I have 3 fails of the quiz, a button "replay the E-Learning" is displayed.
Do you know it?
Thank you in advance,
Best regards,
Ana.
Copy link to clipboard
Copied
How many attempts to you allow in total on Quiz level? If it is only 3, you can use the Quiz Preferences, Pass or Fail, Action on Failure to send the user to that slide. If you have more than 3 attempts, you'll need to use the system variable cpInfoAttempts in a conditional action on the first Question slide: if that variable has the value 4 (which means the 4 the attempt was started) you navigate back to the slide with the Play content button.