Back to Freecodecamp

Task 35

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/67594c1c9c8fc90a8e6f2f75.md

latest1.8 KB
Original Source
<!-- (audio) Alice: Hey Mark, we've been having some trouble with our user authentication, haven't we? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey Mark, we've been having some trouble with our BLANK, haven't we?

--blanks--

user authentication

--feedback--

This phrase of two words refers to the process of verifying a user's identity to allow access to a system or resource.

--explanation--

User authentication is the process of verifying that a user is who they claim to be. It typically involves entering a username and password, scanning a fingerprint, or using another method to confirm identity. For example:

Our company uses two-factor user authentication. Users must enter their password and a code sent to their phone to log in. - This means that the company adds an extra layer of security by requiring users to provide two separate pieces of information — a password and a code — to verify their identity and gain access to the system.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-2.mp3",
      "startTime": 1,
      "startTimestamp": 0.8,
      "finishTimestamp": 4.5
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.7,
      "dialogue": {
        "text": "Hey, Mark. We've been having some trouble with our user authentication, haven't we?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.2
    }
  ]
}