Back to Freecodecamp

Task 25

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

latest2.1 KB
Original Source
<!-- (audio) Sophie: That's good news! It feels great to make our app more accessible. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sophie mean?

--answers--

She is happy about making the app look more colorful.

--feedback--

No, accessible doesn't refer to colors or design aesthetics. It means making the app easier for all users, including those with different needs, to use.


She is pleased that the app is becoming easier for everyone to use, including users with disabilities.


She thinks the app's loading speed has improved significantly.

--feedback--

No, accessible means making the app usable by more people, not about improving speed.


She is excited about adding more features to the app.

--feedback--

Sophie is focused on making the app easier to use for all, which is what accessible means.

--video-solution--

2

--explanation--

When Sophie says It feels great to make our app more accessible, she's emphasizing the importance of making the app easier to use for all users, regardless of their abilities. Being accessible or accessibility aims to ensure that everyone, including people with disabilities, can interact with the app effectively.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-1.mp3",
      "startTime": 1,
      "startTimestamp": 31.42,
      "finishTimestamp": 34.24
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.82,
      "dialogue": {
        "text": "That's good news. It feels great to make our app more accessible.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.32
    }
  ]
}