Articulate RISE and Audio

You can add audio to your RISE Courses. 

  1. Extract the output file (course) to a folder;
  2. Open the scormcontent folder;
  3. Put your audio file inside this folder (I named mine as audio.mp3);
  4. Inside this folder there is a index.html – Edit with notepad or any html editor;
  5. 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).

Deixe um comentário

O seu endereço de email não será publicado. Campos obrigatórios marcados com *