Forum Discussion
A_Sims
10 months agoCommunity Member
Assessment not working as intended
Thanks to this community for helping with this project. My client is looking for something specific: Passing score is 80% and learners have two attempts to take the assessment. I have set variables...
JudyNollet
10 months agoSuper Hero
The Review did show me only incorrect questions. Not sure why that isn't working for you.
Re: attempts. There's a trigger adding to the Attempts variable when the timeline of the slide starts. So that's why a Review counts as an attempt.
To fix that problem, do this:
- Give the Attempts variable a default value of 1. That represents the first attempt.
- Make the trigger that adds 1 to Attempts run when the user clicks the Retry button. Be sure to move that trigger so it appears before the one that jumps to the draw.
Also, the trigger to show the FailedTwice layer has one condition: if Attempts = 2. But with that, the program would show that layer even if the user passed the quiz on the 2nd attempt. Thus, it needs a condition so that layer only shows if the user fails on the 2nd attempt.
Related Content
- 10 months ago