Back to Freecodecamp

Task 64

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

latest2.0 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 complete the sentence below.

--fillInTheBlank--

--sentence--

I like that. We could use BLANK or visual BLANK to show password strength.

--blanks--

tooltips

--feedback--

This refers to small pop-up messages that give users helpful information. Use the plural form.


indicators

--feedback--

This refers to signs or symbols that show a condition or level of something. Use the plural form.

--explanation--

A tooltip is a small message that appears when a user hovers over or clicks on an item to explain what it does. For example:

The tooltip tells users what to enter in each field. – This means a small message informs users what they should do.

An indicator is a visual sign, symbol, or feature that shows status, level, or condition. For example:

The color indicator turns red when the connection is lost. – This means the visual sign helps users understand the system's status.

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