Back to Freecodecamp

Task 13

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

latest1.9 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 BLANK BLANK and better protection against vulnerabilities.

--blanks--

stronger

--feedback--

This word is the comparative form of strong, meaning more powerful or effective.


encryption

--feedback--

This refers to a method of protecting data by converting it into a secure code.

--explanation--

Stronger is the comparative form of strong, meaning something has greater power or effectiveness. For example:

This password is stronger than the previous one because it has special characters. - This means the current password is harder to break compared to the previous password.

Encryption refers to converting data into a secure format to prevent unauthorized access. For example:

End-to-end encryption keeps messages private by encoding them so only the sender and receiver can read them. - Here, encryption means the process of securing information by converting it into a coded form.

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