
You can add audio to your RISE Courses.
- Extract the output file (course) to a folder;
- Open the scormcontent folder;
- Put your audio file inside this folder (I named mine as audio.mp3);
- Inside this folder there is a index.html – Edit with notepad or any html editor;
- Put the following line of code inside the <head> tag
<audio src="audio.mp3" controls=true autoplay=true loop=true></audio>

Save and test it.
NOTE: A player is displayed in the top left corner of the course. Now you have control in the audio (play, pause, volume).
