Back to Freecodecamp

Task 32

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d549bcad675425241f61ad.md

latest1.6 KB
Original Source
<!-- (audio) Mark: By the way, do we have to follow any specific guidelines for data encryption? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

By the way, do we have to follow any specific guidelines for BLANK?

--blanks--

data encryption

--feedback--

These two words refer to securing information by converting it into a protected format.

--explanation--

Data encryption refers to the process of securing information by converting it into a coded format that only authorized users can access. For example:

  • Data encryption protects personal information online. - It keeps personal data safe on the internet.

  • Many apps use data encryption to keep messages secure. - Apps protect messages by making them unreadable to others.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-1.mp3",
      "startTime": 1,
      "startTimestamp": 37.34,
      "finishTimestamp": 41.9
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 5.56,
      "dialogue": {
        "text": "By the way, do we have to follow any specific guidelines for data encryption?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 6.06
    }
  ]
}