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 ap...
JudyNollet
30 days agoSuper 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.