Back to Freecodecamp

Task 16

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Jake saying about the software?

--answers--

It has weaker security features.

--feedback--

Jake doesn't say the software has weaker security features.


It has fewer security features than before.

--feedback--

Jake does not mention a reduction in security features. He talks about improvements.


It is difficult to use because of encryption.

--feedback--

Jake does not say anything about usability, only about security.


It provides stronger security.

--video-solution--

4

--explanation--

Jake describes two aspects of the software.

  • Stronger encryption means the data is more securely encoded, making it harder for attackers to access.

  • Better protection against vulnerabilities means the software has improved defenses against weaknesses that could be exploited.

These mean that the software provides enhanced security features.

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