Back to Freecodecamp

Task 37

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

latest2.3 KB
Original Source
<!-- (Audio) Sophie: Of course. I'll get that done. Jake also emphasized the importance of maintaining our software updates to prevent vulnerabilities. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Of course. I'll get that done. Jake also BLANK the importance of maintaining our software updates to BLANK vulnerabilities.

--blanks--

emphasized

--feedback--

This means to show that something is very important or to give it special attention. Use the Simple Past form.


prevent

--feedback--

This means to stop something from happening before it starts.

--explanation--

To emphasize means to highlight or stress the importance of something. For example:

The manager emphasized the need to follow security protocols. – This means the manager said clearly that the rules are very important.

To prevent means to take action so that something negative does not happen. For example:

We use antivirus software to prevent infections. – This means the software helps stop viruses from affecting the system.

--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": 63.78,
      "finishTimestamp": 70.5
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "Of course. I'll get that done.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 2.84,
      "finishTime": 5.34,
      "dialogue": {
        "text": "Jake also emphasized the importance of maintaining",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 5.34,
      "finishTime": 7.72,
      "dialogue": {
        "text": "our software updates to prevent vulnerabilities.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 8.22
    }
  ]
}