Back to Freecodecamp

Task 14

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

latest1.6 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 BLANK BLANK against vulnerabilities.

--blanks--

better

--feedback--

This word is the comparative form of good, meaning improved in quality or effectiveness.


protection

--feedback--

This refers to measures taken to keep something safe from harm or threats.

--explanation--

Better protection means improved security or defense against risks. For example:

This software offers better protection against attack than the previous version. - Here, better protection means the software provides stronger security against threats.

--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
    }
  ]
}