Back to Freecodecamp

Task 80

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6830a62aee36908cb02ec0e0.md

latest1.5 KB
Original Source
<!-- (Audio) Linda: The faster response times were also acknowledged. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The faster BLANK times were also acknowledged.

--blanks--

response

--feedback--

Followed by times, this refers to how quickly a person, system, or service reacts to a request or situation.

--explanation--

The response time is the amount of time it takes for someone or something to reply or react to a request, message, or issue. For example:

The support team improved their response time by answering emails within one hour. – This means they reply more quickly now than before.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-2.mp3",
      "startTime": 1,
      "startTimestamp": 42.06,
      "finishTimestamp": 44.38
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.32,
      "dialogue": {
        "text": "The faster response times were also acknowledged.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.82
    }
  ]
}