Back to Freecodecamp

Task 24

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's good news! It feels great to make our app more BLANK.

--blanks--

accessible

--feedback--

This word means easy to use or reach, especially for people with different needs.

--explanation--

Accessible describes something that is easy to use, enter, or reach, especially for people with different abilities. For example:

The website was redesigned to be more accessible for visually impaired users. - The website has been adjusted to be easier for people with visual impairments to use.

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