Back to Freecodecamp

Task 67

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

latest1.7 KB
Original Source
<!-- (Audio) Jake: It would help users understand what makes a password strong. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What can tooltips and visual indicators show users?

--answers--

What affects password strength.


How to remember their old passwords.

--feedback--

Jake doesn't talk about remembering old passwords.


Which tool to use for password recovery.

--feedback--

Jake doesn't mention recovering passwords.


Where to save their passwords safely.

--feedback--

There's no mention of password storage in his suggestion.

--video-solution--

1

--explanation--

To make something + adjective means to cause something or bring something to have that quality. For example:

Good teamwork can make teams stronger. – This means working together well can lead to a stronger team.

--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": 30.2,
      "finishTimestamp": 32.9
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "It would help users understand what makes a password strong.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.2
    }
  ]
}