Back to Freecodecamp

Task 27

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

latest1.9 KB
Original Source
<!-- (Audio) Sophie: He believes better role clarity in our incident response plan could help. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

He believes better BLANK clarity in our incident BLANK plan could help.

--blanks--

role

--feedback--

This refers to a person's job, duty, or part in a process or situation.


response

--feedback--

This means the action taken to deal with a problem or situation.

--explanation--

A role is the part someone plays in a task or group, especially what they are responsible for. For example:

Each team member has a specific role in the project. – This means everyone has their own task or duty.

A response is an action taken after something happens, especially to solve a problem. For example:

The company's response to the outage was quick and effective. – This means they acted fast to fix the issue.

--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": 49.34,
      "finishTimestamp": 53.02
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.74,
      "dialogue": {
        "text": "He believes better role clarity",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 2.74,
      "finishTime": 4.68,
      "dialogue": {
        "text": "in our incident response plan could help.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.18
    }
  ]
}