Back to Freecodecamp

Task 114

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/6838fb153c5730380266a65d.md

latest2.1 KB
Original Source
<!-- (Audio) Lisa: If the latest patches had been applied, they might have addressed some of the vulnerabilities that were exploited. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If the latest BLANK had been applied, they might have addressed some of the vulnerabilities that were BLANK.

--blanks--

patches

--feedback--

This refers to software updates designed to fix bugs or security issues. Use the plural form.


exploited

--feedback--

This means taken advantage of, often in a negative or harmful way. It ends in -ed.

--explanation--

A patch is a small update released by software developers to fix problems, improve performance, or fix security issues. For example:

The company released a patch to fix the login error. – This means they published a fix for the problem.

To exploit means to use something in a way that is unfair or causes harm, especially by taking advantage of a weakness. For example:

Hackers exploited a flaw in the email server. – This means they used the weakness to gain access or cause damage.

--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": 25.42,
      "finishTimestamp": 30.36
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 2.92,
      "dialogue": {
        "text": "If the latest patches had been applied,",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 3.2,
      "finishTime": 5.94,
      "dialogue": {
        "text": "they might have addressed some of the vulnerabilities that were exploited.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 6.44
    }
  ]
}