Completing a Course

Mar 22, 2021

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 to two and then the course will complete and the continue button will unlock in Rise to continue on.  

Is there a way to set up triggers that will complete the course once two of the buttons are viewed?  And not all three?  

3 Replies
Judy Nollet

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
Sarah Goltz

Hi Judy - Thanks for the response.  I was able to get the triggers added, but wondering what trigger would you suggest adding to show the course complete?

 

I'm putting the Storyline into a Rise course, so I want the Continue Divider below to be locked, until they've listened to 2 of the calls, and then the course completes.  But I can't figure out what trigger I would use that reads the variables to completed the course?