Back to Freecodecamp

Task 77

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f3871eea82d61119e6537b.md

latest1.8 KB
Original Source
<!-- (audio) Jake: It might be. Sometimes unauthorized access happens due to weak passwords or shared credentials. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It might be. Sometimes unauthorized access happens due to BLANK or BLANK.

--blanks--

weak passwords

--feedback--

This two-word phrase refers to secret codes which are not strong or easy to break.


shared credentials

--feedback--

This word refers to usernames and passwords used by more than one person.

--explanation--

Weak passwords are passwords that are easy to guess or crack. For example:

123456 and qwerty are weak passwords. - A strong password should be long and contain letters, numbers, and symbols.

Shared credentials are login details (username and password) that are used by multiple people. For example:

Using shared credentials increases security risks. - Sharing passwords can lead to unauthorized access if they fall into the wrong hands.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 37.42,
      "finishTimestamp": 43
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.58,
      "dialogue": {
        "text": "It might be. Sometimes unauthorized access happens due to weak passwords or shared credentials.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 7.08
    }
  ]
}