Back to Freecodecamp

Task 120

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6839036f2924a067e7dd3138.md

latest1.7 KB
Original Source
<!-- (Audio) Mark: It's frustrating that we realized its importance too late. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How did Mark feel about discovering the system was not properly updated?

--answers--

Relieved that everything was fine.

--feedback--

Mark does not express relief.


Annoyed because they understood the problem too late.


Happy they avoided a serious issue.

--feedback--

Mark doesn't talk about being happy.


Indifferent because it didn't affect them.

--feedback--

Mark does not show indifference.

--video-solution--

2

--explanation--

To realize means to become aware of something or understand it clearly, often suddenly. For example:

I didn't realize the server was down until users started calling. – This means the person became aware of the problem at that moment.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-3.mp3",
      "startTime": 1,
      "startTimestamp": 36.46,
      "finishTimestamp": 39.38
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 3.92,
      "dialogue": {
        "text": "It's frustrating that we realized its importance too late.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 4.42
    }
  ]
}