Forum Discussion
Re-taking a course with multiple quizzes
Here are the triggers I currently have:
- Add value 1 to Attempts when the user clicks Retry Button
- Show layer Out of Tries when the user clicks Retry Button if Attempts = value 2
- Restart course when the user clicks Retry Button if attempts < value 2
What am I missing?
- JoseTansengco12 months agoStaff
Hi Janet,
It would be much easier for the community to fix your project file if they could have a copy of it for testing. That way, we can review your triggers to see why the number of attempts isn't properly being tracked.
Would you be willing to share a copy of your project file here or in private by opening a support case for testing? We'll delete it when we're done!
- JanetNauta11 months agoCommunity Member
Hi, Thanks for following up Jose. Here is my Test course - I have changed many things in an attempt to get it to work, so I think it has become quite confusing! Hope you can give me some tips.
- JoseTansengco11 months agoStaff
Hi Janet,
Thanks for sharing a copy of your project file. It helped me better understand what you were trying to build.
I've attached a sample project file which you can use as a reference to help you achieve your design requirement. This project file:
- Has multiple quizzes which the learner needs to take and pass.
- Has a final Results Slide at the end which gives learners an overall score.
- Gives learners 3 attempts to get a passing grade, after which they'll see a layer that shows that they've used up all 3 of their attempts.
- Has an attempt counter on the upper right corner of the screen to help track how many numbers of attempts have been used.
The whole design works because of the "attempts_tracker" variable that I added to the course. The value of this variable gets incremented by 1 each time the learner clicks on the retry quiz button in the final Results Slide.
Kindly take a look at your project file, and if you have any specific questions or clarifications regarding the design, let me know and I'll be glad to go into further detail with you!