It is good accessibility practice to provide a transcript of video and audio material in your course. Many learners find transcripts helpful, even if the audio or video file is fully accessible to them.
There are two ways of adding a transcript.
Click on the Source code Pro icon and scroll down to where you embedded the video. Hit the Enter key on your keyboard to create a blank line in the code.
Copy the following code and paste it onto the blank line:
<details>
<summary><strong>Transcript</strong></summary>
<br>
<p>This is the first paragraph of the transcript.</p>
<p>This is the second paragraph of the transcript.</p>
<p>This is the third paragraph of the transcript.</p>
<hr>
</details>
Here's how the code above works onscreen:
This is the first paragraph of the transcript.
This is the second paragraph of the transcript.
This is the third paragraph of the transcript.
Then you’ll need to add the transcript itself.
As you can see, we’ve added three paragraphs with placeholder text at the end of the code. This is where your transcript will go.
Once you’re happy that your video and transcript are in place, click on the Save button and confirm that they’ve been added to the course correctly.
Place the cursor at the point in the course content where you want to add it (e.g. under a video or audio file) and click on the HTML Transcript icon.
Give your transcript a Title, which you have the option of showing or hiding.
Add the transcript text in the Content field.
Click on Save.