Back to Freecodecamp

Task 13

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

latest1.6 KB
Original Source
<!-- (Audio) Brian: Good to hear they contained it quickly. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How did Brian respond to the news?

--answers--

He was surprised and asked for more details.

--feedback--

He doesn't ask any follow-up questions or express surprise.


He was confused about what happened.

--feedback--

There's no sign of confusion in his response.


He was disappointed that it took too long.

--feedback--

There is no mention that it happened slowly.


He was pleased that the situation was under control.

--video-solution--

4

--explanation--

Good to hear is a common phrase used to show that you're happy or relieved about some information. For example:

Good to hear you passed the test! – This means the speaker is glad that the person succeeded.

--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": 19.74,
      "finishTimestamp": 21.46
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.72,
      "dialogue": {
        "text": "Good to hear they contained it quickly.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.22
    }
  ]
}