Forum Discussion
SarahGoltz
4 years agoCommunity Member
Completing a Course
Hi! Working on a Storyline Course, that will be put into a Rise course. There are three calls that the learner can listen to by clicking on a button for each, but they are only required to listen ...
JudyNollet
4 years agoSuper Hero
Hi, Sarah,
Try this:
- Create a number variable with an initial value of 0.
- Create triggers that add 1 to the variable when the state of each of the "listen" buttons changes to visited. (In other words, you'll need a trigger to track each button.)
- Add a Completion trigger that executes when the variable changes with the condition that the variable = 2.