Conditional Button to proceed to Module Two after review of Module One Quiz

Jun 29, 2021

Hello I would like to change state of proceed to module two to normal only after the learner has reviewed the quiz answers for what they did not answer correctly. Any assistance is greatly appreciated.

5 Replies
Judy Nollet

Hi, Lisa,

  • Create a T/F variable with a default value of False.
  • Add a trigger to the Results slide that changes the state of the Next button to Disabled when the timeline starts with the condition that the variable = False.
  • Add a trigger to the Results slide that changes the state of the Next button to Normal when the timeline starts with the condition that the variable = True.
  • Add a trigger to the Review Quiz button that adjusts the variable to True.
    • Be sure this trigger appears before the trigger that jumps to the question slides for review. 
    • When the user returns to the Results slide after reviewing the quiz questions, the variable will be True, so the Next button will be enabled.