Forum Discussion

LisaSkill's avatar
LisaSkill
Community Member
5 years ago

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

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

  • 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.
  • LisaSkill's avatar
    LisaSkill
    Community Member

    Thanks Judy  can you tell me how to make the next button to be normal if the learner gets all answers correct and do not need to review.

     

     

    • JudyNollet's avatar
      JudyNollet
      Super Hero

      Just add a trigger that enables the Next button if the score percent variable = 100%.