Back to Freecodecamp

Task 42

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/671f897fb187b46d1457b4eb.md

latest1.9 KB
Original Source
<!-- (Audio) James: The captions are misaligned and out of sync, which isn't good for accessibility. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does James mean when he says the captions are misaligned and out of sync?

--answers--

The captions are clear and easy to read.

--feedback--

James is describing a problem with how the captions appear.


The captions have new fonts and styles.

--feedback--

James is not talking about the appearance or design of the captions, but about their timing and position.


The captions are not properly aligned or synchronized with the video.


The captions are available in multiple languages.

--feedback--

James is not discussing the language options but the positioning and timing of the captions.

--video-solution--

3

--explanation--

James is explaining that the captions are both misaligned (not positioned correctly) and out of sync (not timed correctly) with the video, making it difficult for users to follow the content smoothly.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-2.mp3",
      "startTime": 1,
      "startTimestamp": 8.32,
      "finishTimestamp": 12.34
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.02,
      "dialogue": {
        "text": "The captions are misaligned and out of sync, which isn't good for accessibility.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.52
    }
  ]
}