Back to Freecodecamp

Task 41

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

latest2.3 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 complete the sentence below.

--fillInTheBlank--

--sentence--

The captions are BLANK and BLANK, which isn't good for BLANK.

--blanks--

misaligned

--feedback--

This word describes elements that are not in the correct position or alignment.


out of sync

--feedback--

This phrase combining three words refers to two or more elements that are not synchronized or timed correctly.


accessibility

--feedback--

This word refers to the ease of use for all users, including those with disabilities.

--explanation--

Misaligned means not lined up or positioned correctly. For example:

The images were misaligned in the presentation, making it look messy. - This indicates that the images were not positioned properly, affecting the presentation's clarity.

Out of sync describes when two or more elements are not coordinated in time or movement. For example:

The video and audio were out of sync during the meeting. - This means that the audio didn't match the video, causing confusion.

Accessibility refers to making products usable for people with diverse needs, including those with disabilities. For example:

Improving accessibility is crucial for all website users. - This emphasizes the importance of making the website usable for everyone, regardless of their abilities.

--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
    }
  ]
}