Back to Freecodecamp

Task 14

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

latest2.0 KB
Original Source
<!-- (Audio) Brian: Did Jake give any feedback on how we can prevent similar incidents in the future? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Did Jake give any feedback on how we can BLANK similar BLANK in the future?

--blanks--

prevent

--feedback--

This means to stop something from happening before it starts.


incidents

--feedback--

This refers to events, usually unexpected or negative, like problems or accidents. Use the plural form of the word.

--explanation--

To prevent means to take action so something doesn't happen. For example:

They installed new software to prevent viruses. – This means the software helps stop viruses before they cause problems.

An incident is an unexpected event, often negative or problematic. For example:

There was a security incident last night that shut down the server. – This means something happened that caused trouble with the system.

--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": 21.54,
      "finishTimestamp": 26.16
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.68,
      "dialogue": {
        "text": "Did Jake give any feedback",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 2.68,
      "finishTime": 5.62,
      "dialogue": {
        "text": "on how we can prevent similar incidents in the future?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.12
    }
  ]
}