Forum Discussion
EdwardAgadja170
3 years agoCommunity Member
Is there a way to add an additional layer to the Success/Failure screen?
So, I have a Success/Failure slide for the assessment. If the learner doesn't pass, they are directed to the Failure layer, and vice versa. What I want to know is if it's possible to redirect them t...
JudyNollet
3 years agoSuper Hero
- Create a number variable to track how many times the user fails the quiz.
- Add 1 to that variable when the Results timeline starts with the condition that the score < than passing.
- Also add a trigger to change what the user sees based on the value of the variable.
- This could show an alternate layer if the variable = 2.
- Or you could just hide certain objects on (such as the Retry button) based on the variable.
- You'll also need to track that they reviewed the course, and have triggers that reset the Results slide so they can retry the quiz.
BTW: This post is about tracking attempts for a question, and showing different feedback. But the same idea applies to what you want to do, so you might find it helpful:
Related Content
- 9 months ago
- 2 months ago