Back to Freecodecamp

Task 24

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

latest1.9 KB
Original Source
<!-- (Audio) Brian: That makes sense. Did he mention anything about the team's overall reaction? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Brian want to know?

--answers--

If Jake mentioned how the whole team responded to the situation.


If Jake mentioned how long the attack lasted.

--feedback--

He's not asking about the timing of the incident.


What Jake plans to do next.

--feedback--

Jake's future plans are not mentioned here.


If the system is still working.

--feedback--

Brian is not asking about the system's current status.

--video-solution--

1

--explanation--

An overall reaction means the general way a group of people responded to something, looking at the full picture, not just one person or one moment. For example:

The overall reaction to the new security policy was positive. – This means most people had a good response to it.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-1.mp3",
      "startTime": 1,
      "startTimestamp": 37.6,
      "finishTimestamp": 41.46
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.8,
      "dialogue": {
        "text": "That makes sense. Did he mention anything",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 2.8,
      "finishTime": 4.86,
      "dialogue": {
        "text": "about the team's overall reaction?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.36
    }
  ]
}