Back to Freecodecamp

Task 104

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/68385494b94e688a2acb03be.md

latest2.0 KB
Original Source
<!-- (Audio) Lisa: It seems like if we had monitored the system load more closely, we could have prevented the overload. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It seems like if we had monitored the system load more closely, we could have BLANK the BLANK.

--blanks--

prevented

--feedback--

This means to stop something from happening before it starts. It ends in -ed.


overload

--feedback--

This means having too much of something, causing a system or part to fail.

--explanation--

To prevent means to take action that stops something bad or unwanted from happening. For example:

We installed a firewall to prevent unauthorized access. – This means the firewall stops unwanted users from entering the system.

An overload is when a system or device is given more work, data, or power than it can handle, causing problems. For example:

The power outage was caused by an overload in the electrical grid. – This means too much electricity caused a failure.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-3.mp3",
      "startTime": 1,
      "startTimestamp": 4.08,
      "finishTimestamp": 8.62
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.56,
      "dialogue": {
        "text": "It seems like if we had monitored the system load",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 3.56,
      "finishTime": 5.54,
      "dialogue": {
        "text": "more closely, we could have prevented the overload.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 6.04
    }
  ]
}