Back to Freecodecamp

Task 4

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/67164f8d2378f84851447534.md

latest1.7 KB
Original Source
<!-- (audio) Tom: Hey Sophie, have you been working on the screen reader updates recently? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey Sophie, have you been working on the BLANK BLANK BLANK recently?

--blanks--

screen

--feedback--

This word refers to the display of a computer or device.


reader

--feedback--

This word refers to a tool that reads the text aloud from the screen.


updates

--feedback--

This word in the plural form refers to changes or improvements made to the software.

--explanation--

A screen reader is a software tool that reads the text displayed on a computer or device aloud, making it accessible for users with visual impairments.

Updates refer to improvements or changes made to software or applications to enhance their functionality or fix issues.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.16
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.16,
      "dialogue": {
        "text": "Hey, Sophie, have you been working on the screen reader updates recently?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.66
    }
  ]
}