Forum Discussion
AriLevie
4 years agoCommunity Member
Give learners the option to turn on and off audio narration for entire course
I would like to give the learner the option to turn off the audio narration, and in turn, just read the speakers notes themselves. Is there a way to offer this option? In the past, our courses hav...
TomKuhlmann
4 years agoStaff
You can create an audio toggle.
- Create a t/f variable [AudioOn=T] to track if you want audio on or off
- On the slide you need a trigger to pause media when slide starts if var AudioOn=F
- You need another trigger to play audio when slide starts if AudioOn=T
You can put a toggle button on the master slide that is persistent and allows the user to turn audio on/off
- Create a trigger to adjust the T/F variable when clicked and you'll need to set it up to toggle the variable