Forum Discussion
MaggieLee-7170b
1 year agoCommunity Member
Seeking feedback: optimizing triggers in multiple selection
Hello eLearning heroes,
I'm currently developing a model selection page and would greatly appreciate your input on how to optimize it.
My aim is to allow users to select multiple conditions, aft...
Nedim
1 year agoCommunity Member
Another solution is to implement the Model approach, where you set Model variables based on the current selection. For instance, Model A is true when VSA are selected, otherwise it's false. Similarly, Module 2 is true when VS are selected, else it's false, and so on. Then, the state of each picture changes according to the value of Module variables. An advantage of this approach is that there's only one trigger on the base layer jumping to the Selection layer, where all programming logic resides. This eliminates the need to jump back and forth during updates, making it easier to manage and update when transitioning to other slides. Triggers example and .story file attached for reference.
Related Content
- 6 months ago
- 2 years ago
- 6 months ago
- 6 months ago