Back to Freecodecamp

Task 65

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6855b42be42ec000fbdb2e20.md

latest1.9 KB
Original Source
<!-- (Audio) Jake: I like that. We could use tooltips or visual indicators to show password strength. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Jake suggest visual tools like tooltips and indicators can do?

--answers--

Make passwords longer.

--feedback--

Jake doesn't suggest changing password length.


Prevent users from forgetting their passwords.

--feedback--

Jake isn't focused on memory help.


Show how safe a password is.


Give users random password suggestions.

--feedback--

Jake doesn't mention generating passwords.

--video-solution--

3

--explanation--

Password strength is a measure of how secure a password is, usually based on its length and complexity. For example:

The system checks your password strength before allowing you to continue. – This means the system tests how strong or weak your password is.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-2.mp3",
      "startTime": 1,
      "startTimestamp": 24.72,
      "finishTimestamp": 29.92
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.4,
      "dialogue": {
        "text": "I like that. We could use tooltips",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 3.4,
      "finishTime": 6.2,
      "dialogue": {
        "text": "or visual indicators to show password strength.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.7
    }
  ]
}