Forum Discussion

higherl's avatar
higherl
Community Member
3 years ago

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 problem is, the audio on the Knowledge Check keeps replaying everytime I go back to the question to retake it. How do I turn it off? Thanks!!

  • 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