Back to Freecodecamp

Task 19

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Mark have to set up?

--answers--

A new password for all users.

--feedback--

Jessica does not mention changing passwords.


Multi-factor authentication for all user accounts.


A new security policy document.

--feedback--

Jessica is not talking about writing a policy.


A new email system.

--feedback--

Jessica does not mention email.

--video-solution--

2

--explanation--

Multi-factor authentication refers to a security process that requires multiple ways to confirm a user's identity. For example:

  • Many websites require multi-factor authentication to protect personal information. - Many websites ask for extra security measures to keep personal data safe.

  • If you want more security, you should enable multi-factor authentication on your account. - Turning on extra authentications increases account security.

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