I attempted to create a new Variable Trigger for the button set but was unsuccessful!

Jul 07, 2022

While attempting to configure my course to take the learner to the congratulations slide once they get the last knowledge check correct? What’s the best way to create a trigger that works? And How do I link the Button set to the Variable Trigger?

 

 

Best!

10 Replies
Tom Kuhlmann

You need variables to track progress. In you example, most people would use a T/F variable.

Example:

  • var_KC1=False to start.
  • When the user completes KC1, create a trigger to adjust variable = True.
  • You can use those values, for example go to slide X when the variables 1, 2, and 3 are = True

The trick is knowing when to activate that last trigger. If the course is linear, then you can do it after the last KC. If they can jump around then you need to account for that and add the trigger in multiple places.

STEPHANIE  DOUGLAS

Hi Tom,

Thanks for taking time to respond to my post! I really appreciate you for that! The course contains 6 topics that can be completed in any order (because I don't know how to tell it not too), a congratulations slide, and a final knowledge check. When I preview the entire project  it goes wonky at the end. Oh, I forgot to mention the course is tiered each topic has it's on lane. I'd send you a screenshot but Storyline is frozen. 

The other problem I am facing is when I attempt to create a new variable trigger it doesn't allow me to. What I mean is the trigger wizard will appear, I click the parameters I think I need but nothing happens after that but Storyline blinks but doesn't put the newly created variable trigger in the triggers menu?

 

Thanks again,

Stephanie

STEPHANIE  DOUGLAS

It's me again! While attempting to create my buttons/Set I initially created shapes with icon/small shapes then added them to my buttons. But I removed them once I realized I couldn't create a button set for my menu slide. Is there a Storyline rule I am breaking? 

 

 

Cheers,

Stephanie

Walt Hamilton

Part of the problem is the way you are constructing the buttons. When you put the icons atop the buttons, you still have two separate objects, and they each need their own triggers, (and states). What you want to do is to put the icon on the screen, copy it, edit the states of the button, and paste the icon on the normal state. That changes the two objects into one single object.

I do have a question about how you are using "button set". Button sets are created so that out of all the buttons in the set, only one of them can be in a Selected state at a time. Clicking a second button in the set changes it to Selected, and the previous one to Normal.

STEPHANIE  DOUGLAS

Hi Walt,

Thanks for getting back to me. Thanks for shinning light to what I was doing incorrectly with the icon/button set. I am racing to get turn in the course for review today so please forgive for my tone. 

My thought was to create a button set on my menu/topics slide to guide the entire course. Once the learner clicks the first button they are lead to complete every slide in the string of slides, then be taken back to the menu/topics page to select the next inline menu/button. 

Let me know if that answers your question? 

 

 

Thanks again,

Stephanie

Walt Hamilton
Check the Restricted Navigation in the sample at this post:
It has four buttons that take the learner to different slides, only after the previous one is visited, and when they are all visited, a button appears that can have any trigger on it you want.  In the mixed navigation, the four buttons appear in the beginning and can be visited in any order.
The paths are only one slide long, but you can add more. Be sure to put the triggers on my slides on the last slide of the path.