Copy link to clipboard
Copied
I am trying to setup a quiz slide that plays audio and also has feedback audio for Correct. When users click the submit button before the slide audio finishes, the correct feedback audio plays on top so both audio clips play at the same time. How can I fix this problem?
Copy link to clipboard
Copied
Not so easy, as far as I can judge. I suspect that you are using slide audio for the slide itself, right? You cannot control slide audio, but it is the only audio that supports CC. Once that audio starts playing it will continue till the end.
The audio attached to the feedback is object audio: it starts playing when the object appears. Since this is in the first step of the Submit process, something that is built in the quiz slides, you cannot change the action done by that embedded event at all.
You have a double issue, because neither audio clip can be controlled. The Submit button cannot be timed, it is also an embedded object. Otherwise it would be possible to have the Submit button appear only after the end of the audio clip. I have a 'cheating' work flow however:
Try it out. I checked both in Browser and HTML in browser
Copy link to clipboard
Copied
Thank you so much for helping Lilybiri! I will definitely try out your suggestion and get back with the results.
Copy link to clipboard
Copied
I tested it out!
Copy link to clipboard
Copied
Worked perfect! Thanks so much!