Forum Discussion
KatieHomer-f9ee
7 months agoCommunity Member
I'm trying to get a different audio clip to play after navigating back to my main menu to introduce each section
I'm trying to get a different audio clip to play after navigating back to the main menu (built in page) to introduce each section with a different voice over. I cant seem to figure it out. So far I ...
SamMortimore-8a
7 months agoCommunity Member
Hi Katie, you could use a variable to record where the learner is in the course? When they finish section one, set the variable to 1, section 2, set it to 2 etc.
Then on your main page, you could have several triggers to play different audio depending on what value is in the trigger. (If the variable = 1, then play the intro to section 2 etc.)