2-3 min

Multi-Modal Master

Universal Design Champions

Scenario

Riley created an educational video series about web development fundamentals. The videos are informative and well-produced, but their student Lisa, who is deaf, can't access the audio content and feels left out of the learning experience. Additionally, their student Marcus, who has auditory processing difficulties, struggles to follow along with just the audio and would benefit from reading the content as well. Help Riley make the videos accessible to learners like Lisa and Marcus by providing multiple ways to access the same information.

Your Task

Add captions and transcript link

Success Metric:

Captions visible and accurate

Hints
  • 1.Use <track> element with kind='captions' for video captions
  • 2.Provide transcript links for complete accessibility
  • 3.Ensure captions are synchronized with audio
Code Editor
Edit the code below to complete the activity
HTML3 lines