Forum Discussion
SusanVenegas
10 months agoCommunity Member
Trigger
Greetings and Salutations,
Is it possible to set a trigger for the course to exit after two failed retry quiz attempts?
SamHill
10 months agoSuper Hero
Hi Susan.
I would suggest that rather than forcing an exit after two failed attempts, display a message (using a layer) that cannot be dismissed, informing the user they must exit the module as they have failed it twice.
In order to do this, you would need a variable to track assessment attempts, for example "assessmentAttempt". Increment this variable value each time a new attempt is made.
You then need a trigger fires when the variable "assessmentAttempt" changes and equals two. When these conditions are met, show the layer with the message letting the user know they can no longer access the content.