Forum Discussion
Interactions being counted when quiz is in review mode
NatalieSantana : Here's a way to disable or hide a custom Submit button on a question slide when the user is reviewing the quiz. (Or to control other objects based on whether or not the quiz has already been taken.)
Create a T/F variable. For example, call it "Reviewing." The default value of False means the user is not reviewing the quiz (i.e., they're taking the quiz). True will mean the user is reviewing the quiz.
Do this on the Results slide:
- Add a trigger to the Review Quiz button that adjusts the variable to True.
- Add a trigger to the Retry Quiz button that adjusts the variable to False.
- Be sure both of those triggers appear before the other button triggers that jump to the first slide in the quiz.
On each question slide, add a trigger that changes the state of the Submit button to Normal. Include a condition that the variable = False. Also include an Else statement that changes the button to Disabled (or Hidden).
For your situation, that will force the users to click the Player's Next button to advance when reviewing the quiz.
- NatalieSantana8 months agoCommunity Member
JudyNollet Thank you! This is exactly what I was going for! It worked perfectly.
- JudyNollet8 months agoSuper Hero
You're welcome! Pay it forward when you can. 😊
Related Content
- 10 months ago