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
Why are you adjusting the variable when the user submits a question?
The variable is for tracking how often the user fails the quiz. Thus, you need a trigger that adds 1 to the variable when the timeline starts on the Results slide if ScorePoints < PassPoints.
Then a trigger after that one can show the appropriate layer based on the value of the variable.
Also, you can set the default value of the variable to 0; no trigger needed for that. The only trigger to set it to 0 should be connected with whatever you use to allow the user to retake the quiz after they've revisited the content.
Troubleshooting tips:
- Think through exactly what you want to happen and when.
- For testing variables, insert a text box with the variable reference. That lets you check whether its value is adjusting as expected. When you're done testing, either hide or delete that text box.
- Remember that triggers run in the order that they appear. And triggers will only run when they appear before any trigger that jumps to another slide.
Related Content
- 9 months ago
- 10 years ago