Back to Freecodecamp

Task 69

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/6717760c06f5e10671ef0268.md

latest2.0 KB
Original Source
<!-- (Audio) Jake: Exactly. There was a major vulnerability that needed immediate action. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Exactly. There was a major BLANK that needed BLANK action.

--blanks--

vulnerability

--feedback--

This word refers to a weakness or flaw in a system that could be exploited.


immediate

--feedback--

This word refers to something happening right away.

--explanation--

A major vulnerability is a significant weakness or flaw in a system that could lead to serious consequences if exploited. It usually requires urgent attention to protect the system or data. For example:

The team discovered a major vulnerability in the software that could allow unauthorized access. - This means the weakness was a serious one.

Immediate action refers to steps that must be taken right away to address a pressing issue or problem. For example:

When the server crashed, the team took immediate action to restore functionality. - This means the team acted as fast as they could to restore the server's functionality.

In this dialogue, Jake explains that the vulnerability was serious enough to require urgent measures to prevent potential risks.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-2.mp3",
      "startTime": 1,
      "startTimestamp": 44.68,
      "finishTimestamp": 48.68
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5,
      "dialogue": {
        "text": "Exactly. There was a major vulnerability that needed immediate action.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.5
    }
  ]
}