Forum Discussion

StefanieKirs743's avatar
StefanieKirs743
Community Member
6 days ago
Solved

Review Course?

Hi, I am working on a course and would like to put in a feature where users are given a menu at the end where they can choose a module to review if they'd like before taking the quiz. I feel like...
  • carl's avatar
    3 days ago
    • Set a variable per module (like FnClicked) when the user clicks the review button.
    • On the last slide of each module, use a trigger:
      • If the variable is True, jump directly to the last “Printing” slide instead of the next scene.
      • If False, progress normally.