Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d4145f3ec04b16d5a1e716.md

latest1.8 KB
Original Source
<!-- (Audio) Jessica: Yes, you have to set up multi-factor authentication for all user accounts. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, you have to set up BLANK BLANK for all user accounts.

--blanks--

multi-factor

--feedback--

This part describes a security method that uses more than one verification step. This is a compound word. Remember to use -.


authentication

--feedback--

This noun refers to the process of verifying a user's identity.

--explanation--

Multi-factor authentication is a security feature that requires users to verify their identity in multiple ways before accessing an account.

Multi-factor means using multiple pieces of information or steps to verify something. It's like having several layers of protection.

Authentication is the process of verifying or confirming someone's identity. It's how systems or websites make sure that you are who you say you are (like when you log in to your account).

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-1.mp3",
      "startTime": 1,
      "startTimestamp": 19.12,
      "finishTimestamp": 23.04
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 4.92,
      "dialogue": {
        "text": "Yes, you have to set up multi-factor authentication for all user accounts.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 5.42
    }
  ]
}