Back to Freecodecamp

Task 117

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6761f838245300ebfcf372cd.md

latest1.5 KB
Original Source
<!-- (audio) This should reduce the chances of unauthorized access to our data. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

This should reduce the chances of BLANK access to our data.

--blanks--

unauthorized

--feedback--

This word describes something that is not allowed or approved. It starts with un- to show the negative form.

--explanation--

Unauthorized means not allowed or not approved. It is formed by adding the prefix un- to the root word authorized, which means permitted or approved. For example:

Unauthorized users tried to access the system. - This means users who did not have permission attempted to get in.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 17.16,
      "finishTimestamp": 20.62
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "This should reduce the chances of unauthorized access to our data.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.96
    }
  ]
}