Back to Freecodecamp

Task 55

curriculum/challenges/english/blocks/learn-how-to-discuss-popular-trends-in-technology/6619e52962779d5b224e1f90.md

latest1.6 KB
Original Source
<!-- (Audio) Sarah: Some people also use Quantum Computing for protecting information with encryption. -->

--description--

Encryption is a way to keep information safe by changing it into a form of secret code. You need a key to be able to read the secret code and only those who have this key can understand the information.

--fillInTheBlank--

--sentence--

Some people also use Quantum Computing for BLANK information with BLANK.

--blanks--

protecting

--feedback--

The act of keeping someone or something safe from harm or danger. Since it is preceded by for, use the -ing form.


encryption

--feedback--

The transformation of information into a secret code that can only be understood if you have the key for it.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 25.7,
      "finishTimestamp": 29.24
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.54,
      "dialogue": {
        "text": "Some people also use Quantum Computing for protecting information with encryption.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.04
    }
  ]
}