Forum Discussion
Paktolus
3 years agoCommunity Member
Storyline: Stop audio on Knowledge Check question when retaking it.
I have sound on my Knowledge Check question. When the user completes the Knowledge Check and gets it wrong, they have to complete the Knowledge Check again until they get it correct to move on. My p...
RichardWatson
3 years agoSuper Hero
Here's one approach:
Create a True/False variable and set its default value to: False
Ex: PlayAudio
Create a trigger that changes the value for PlayAudio to (True) when the media completes.
Create another trigger that stops the audio when the timeline starts on this slide if PlayAudio = value True.
Richard