Back to Freecodecamp

Task 66

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It would help users BLANK what makes a password strong.

--blanks--

understand

--feedback--

This means to know or grasp the meaning of something.

--explanation--

To help someone understand something means to make it easier for someone to learn or realize how something works. For example:

This chart helps users understand the login process. – This means the chart makes the process clearer and easier to follow.

--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
    }
  ]
}