Back to Freecodecamp

Task 115

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b5d4a254618626a2d5fdbc.md

latest2.2 KB
Original Source
<!-- (audio) Jim: Great, that would be helpful. Another thing, the login process seems a bit lengthy. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Great, that would be helpful. Another thing, the BLANK process seems a bit BLANK.

--blanks--

login

--feedback--

This word refers to the process of entering your credentials (such as username and password) to access a system, website, or application.


lengthy

--feedback--

This word means something that takes a long time or is too long.

--explanation--

Login refers to the action of entering your username and password to access an account or system. For example:

The login page asks for your username, password, and a security code. - In this case, the login is the process of entering credentials to verify your identity and access an account.

Length refers to the measurement of something from end to end, usually in terms of distance or size. For example:

The length of the table is two meters. – Here, length describes the physical measurement of the table.

Lengthy means something that takes more time than usual or expected. It describes duration rather than physical size. For example:

The lengthy installation process took more than an hour to complete. – This means the installation took longer than expected.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jim",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 44.06,
      "finishTimestamp": 49.22
    }
  },
  "commands": [
    {
      "character": "Jim",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jim",
      "startTime": 1,
      "finishTime": 6.16,
      "dialogue": {
        "text": "Great. That would be helpful. Another thing, the login process seems a bit lengthy.",
        "align": "center"
      }
    },
    {
      "character": "Jim",
      "opacity": 0,
      "startTime": 6.66
    }
  ]
}