Back to Freecodecamp

Task 8

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/682735bf4d7f3f0395ee8ae5.md

latest1.7 KB
Original Source
<!-- (Audio) Sophie: He said that the team responded quickly once the breach was detected. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

He said that the team responded quickly BLANK the breach was detected.

--blanks--

once

--feedback--

This means the same as as soon as or immediately after something happens. It introduces the time when an action begins.

--explanation--

Once in this context means as soon as or immediately after a specific moment. It shows when something started happening. For example:

Once the update was complete, the app started working again. – This means the app started working right after the update finished.

--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": 11.26,
      "finishTimestamp": 14.5
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.74,
      "dialogue": {
        "text": "He said that the team responded quickly",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 2.74,
      "finishTime": 4.24,
      "dialogue": {
        "text": "once the breach was detected.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.74
    }
  ]
}