Back to Freecodecamp

Task 10

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

latest2.1 KB
Original Source
<!-- (Audio) Sophie: Jake mentioned that they managed to isolate the affected systems within minutes, which limited the damage. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Jake mentioned that they managed to BLANK the affected systems BLANK minutes, which limited the damage.

--blanks--

isolate

--feedback--

This means to separate something from the rest so it doesn't spread or affect other parts.


within

--feedback--

This shows a limit of time or distance, meaning something happens before the end of that time.

--explanation--

To isolate in this context means to separate the affected systems from the rest of the network to stop the damage from spreading. For example:

They isolated the infected device to prevent the virus from spreading. – This means they separated the device to protect others.

Within means in less than a certain time or before the end of a specific time or limit. For example:

She replied within two hours. – This means she replied in less than two hours.

--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": 14.74,
      "finishTimestamp": 19.46
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "Jake mentioned that they managed to isolate the affected systems",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.72,
      "finishTime": 5.72,
      "dialogue": {
        "text": "within minutes, which limited the damage.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.22
    }
  ]
}