Forum Discussion
Trigger
Greetings and Salutations,
Is it possible to set a trigger for the course to exit after two failed retry quiz attempts?
If you're just getting started, we do recommend that you check out some of our training videos here.
I created a quick tutorial to show what you need to do based on your question. As Sam notes, you could use variables (which gives you more control), but in my demo, I locked the course at two attempts and then push them to the exit course layer.
https://360.articulate.com/review/content/244fbacd-450f-49b1-bd34-596f9b7daede/review
- SusanVenegasCommunity Member
Hello Tom,
Thank you so much for assisting me with your suggestions the layer did help, but my administrators want the users to take the quiz once and, if they fail, restart the entire course if they fail again to exit the course.
Can you assist me with this? I put a trigger, but it exits after the first final results not on the second attempt.
Thank you,
Susan
- SamHillSuper 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.
- SusanVenegasCommunity Member
Hi Sam,
Thank you so much for the quick response. I love and appreciate the suggestion. I am new to this. Is there a tutorial on how to add a layer?
- SusanVenegasCommunity Member
Do you know if there is a video tutorial on implementing your suggestion?
- SusanVenegasCommunity Member
Thank you!
Where is the course hosted?
- SusanVenegasCommunity Member
Absorb
Here's a tutorial that shows how to do that. You may want to learn more about variables since you're just getting started.
https://360.articulate.com/review/content/464f0f63-6e41-44fd-a993-1c8b83d74368/review
- SusanVenegasCommunity Member
Hello Tom,
Thank you again for the tutorial,
I am following the directions to a tee and it still is not working.
I am not understanding what is going on.
Thank you again for all your help!!
Susan
Do this: build what I build in the tutorial and see if that works. If it doesn't you can share that file and I can look at what you did