Adding a Sound File
1. Upload the sound file to Files & Uploads and note the sound’s static code displayed in the Studio or the linked URL.
2. Go to the Unit / Page of the course where you want the sound track to be inserted. Click on HTML, and then on text component. Go to Edit, and then HTML.
3. Copy and paste the following code, adapting the content.
<h1>Two Kids - The DLX</h1>
<p><audio controls="controls">
<source src="/static/THE_DLX_-_Two_Kids.mp3" /></audio></p>
<p>Your browser does not support HTML5 audio. Try switching to Chrome.</p>
Learner platform display: