Back to Freecodecamp

Task 57

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68557976804102930e58c0fc.md

latest1.7 KB
Original Source
<!-- (Audio) Linda: First off, the password creation screen. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

First off, the BLANK creation BLANK.

--blanks--

password

--feedback--

This refers to a secret word or phrase used to access a system.


screen

--feedback--

This refers to the part of a program where users interact with a specific function.

--explanation--

A password is a secret word, phrase, or combination used to access a system, account, or service. For example:

You should never share your password with anyone. – This means you are the only one who should know your way to access your system, account, or service.

A screen is a page or display in a program or app where users perform actions. For example:

Click "Login" to go to the sign-in screen. – The sign-in screen is the page where users enter their login details.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-2.mp3",
      "startTime": 1,
      "startTimestamp": 17.2,
      "finishTimestamp": 19.84
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "First off, the password creation screen.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.14
    }
  ]
}