Playing audio after apCmdEnd

Hello,

On my last slide I would like to play a 15 seconds audio clip - problems is that if users leaves the presentation before the end of the slide - the SCORM will not be marked as complete.

Therefore I’m using adjust variable apCmdEnd to complete the module on load of slide… buttons and hyperlinks still work after that but I cannot play the audio…
I tried attached to an object
I tried attached to an object and show object command.
I tried play audio command.

Is there a way I can play an audio after apCmdEnd?

Thanks,
Michael

Hi Michael,

Unfortunately, it’s not possible if the presentation ends.

However, you can use a button with the End Presentation and Execute JavaScript actions in the On Click event as in this attached sample to play the audio: play_audio.approj (2.3 MB)

Regards,

Hi,
Thanks for the suggestion.
Regards,
Michael