You can offer your members audio files to listen to or download.
Audio files can be materials for self-study or supplementary materials, such as a video soundtrack.
Integrate audio files into a lecture
How to integrate an audio file into a lecture:
- Upload the file.
- Copy the link to the file.
- Open the course in which you want to make changes.
- Click on an existing lecture or create a new lecture.
- Include the file in the desired position in the Content (optional) field:
- In the toolbar, click on the code icon .
- Insert this code:
<audio src='Link_to_Audio_File' controls controlsList="nodownload"><p>Your browser does not support the audio file.</p></audio>
- Replace
Link_to_Audio_File
with the copied link to the file.
Make sure that the single quotation marks are retained. - Replace
Your browser does not support the audio file.
with a helpful error message for the members.
Make sure that the tags<p>
and</p>
are retained. - Click on Save.
- Click on Save.
Members can listen to the audio file in the lecture.
The audio file is protected by download protection and cannot be downloaded or shared by members.
Alternative
If you want members to be able to download the audio file as well, select the audio file as a download.
Integrate audio files for download into a lecture
How to upload an audio file as a download to a lecture:
- Upload the file.
- Open the course in which you want to make changes.
- Click on an existing lecture or create a new lecture.
- Select one or more files in the Files to download field.
- You can search for names or folders.
- You can upload additional files by clicking on Upload file.
- Click on Save.
The audio files are displayed in the lecture page of the course theme with the Downloads component.
Good to know
You can change or remove the files at any time.