Back to Freecodecamp

Task 15

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67c82869e6e167180d8feeff.md

latest1.5 KB
Original Source
<!-- (audio) Jake: It has stronger encryption and better protection against vulnerabilities. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It has stronger encryption and better protection against BLANK.

--blanks--

vulnerabilities

--feedback--

This word in the plural form refers to weaknesses that can be exploited or cause security risks.

--explanation--

Vulnerabilities refer to weaknesses in a system that could be exploited by threats like hackers or malware. For example:

The company fixed several vulnerabilities in the latest software update. - Here, vulnerabilities mean security weaknesses that needed to be repaired.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-1.mp3",
      "startTime": 1,
      "startTimestamp": 23.56,
      "finishTimestamp": 27.06
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.5,
      "dialogue": {
        "text": "It has stronger encryption and better protection against vulnerabilities.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5
    }
  ]
}