Forum Discussion

Jilmar's avatar
Jilmar
Community Member
5 months ago
Solved

Unlocking Menu Buttons Based on Scene Completion or Quiz Score

Hi everyone! I’m new to Articulate Storyline and I’m working on a course that uses a custom menu with buttons that link to different scenes. I’d like to unlock each menu button only when the previ...
  • elizabeth's avatar
    5 months ago

    Use a true/false variable with a default value of false.

    Let's assume you have two scenes, and the initial state of the Scene 2 button in your menu slide is "disabled."

    Create a true/false variable named something like Scene_1_Complete and have a default value of false.

    On the last slide in Scene 1, create a trigger to adjust the Scene_1_Complete variable from false to true.

    When the learner comes back to the menu slide, have a trigger to change the state of your Scene 2 button to "normal" when the timeline starts on the menu slide if  Scene_1_Complete = true.