How to activate the next button by clicking on any 1 button from 2 different groups.

Mar 17, 2023

Hello
Good Morning/Good Evening,

In an articulate storyline, there are two groups that have 2 buttons on 1 group & 2 buttons on the other group. Any 1 button needs to be clicked from each group to activate the next button.

How to write a triggered action for this scenario?

Please find the full explanation inside the attached storyline file.

2 Replies
Garth Yorko

Create 2 True/False variables, "Challenge" and "Discussion" initially set to false. Add a trigger to adjust "Challenge" to True when the timeline starts on slides 1.3 and 1.4. Repeat these trigger but use the "Discussion" trigger for slides 1.5 and 1.61

On slide 1.2, set the initial state of "MainSlide_Next" to Hidden.  Add this trigger:
Change the state of "MainSlide_Next" to Normal when the timielien of this slide starts IF "Challenge" and "Discussion" are True

See attached