Back to Freecodecamp

Task 25

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/682f0c0af8849c18808c797b.md

latest2.4 KB
Original Source
<!-- (Audio) Sophie: He did. Jake said that while the team did well to respond quickly, there was some confusion about who was responsible for what during the incident. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

He did. Jake said that while the team did well to BLANK quickly, there was some confusion about who was BLANK for what during the BLANK.

--blanks--

respond

--feedback--

This means to react or take action when something happens.


responsible

--feedback--

This means having a duty or being in charge of something.


incident

--feedback--

This refers to an unexpected or unusual event, often negative or requiring attention.

--explanation--

To respond means to take action or reply when something happens. For example:

The team responded quickly to the customer complaints. – This means they acted fast to solve the issue.

Responsible means having the job of taking care of something or someone. For example:

He is responsible for handling all software updates. – This means it's his duty to do the updates.

An incident is an unexpected event, often with negative effects. For example:

The network went down after a security incident. – This means something happened that caused a problem with the system.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-1.mp3",
      "startTime": 1,
      "startTimestamp": 41.64,
      "finishTimestamp": 49.2
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.4,
      "dialogue": {
        "text": "He did. Jake said that while the team did well to respond quickly,",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 4.64,
      "finishTime": 8.56,
      "dialogue": {
        "text": "there was some confusion about who was responsible for what during the incident.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 9.06
    }
  ]
}