Forum Discussion
joe001
30 days agoCommunity Member
Enable MCQ Next button on revisit
Hello,
I have a knowledge check scenario with 3 attempts, 4 answer options, and a custom submit button. Here's what I need:
- When the learner selects the correct answer, the "Next" button should appear and remain visible on revisit. For eg: Option 02 is the correct answer.
- If the learner selects all incorrect answers and exhausts the 3 attempts, the "Next" button should also appear and stay visible on revisiting the multiple-choice slide.
How should I set up the triggers to achieve this?
Thank you,
- JudyNolletSuper Hero
Create a T/F variable with a default value of False to track whether the question has been answered.
Put a trigger on the base that changes Next to Disabled (or Hidden) when the timeline starts with the condition that the variable = False. Include an Else statement that changes Next to Normal.
Put these triggers on both the Correct and Incorrect layers:
- Change Next to Normal when the timeline of the layer starts.
- Adjust the variable to True.