Back to Freecodecamp

Task 27

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

latest1.8 KB
Original Source
<!-- (Audio) Jessica: Yes, everyone must use multi-factor authentication, including QA. It's a non-negotiable requirement. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Is it required for everyone to use multi-factor authentication?

--answers--

Yes.


No.

--feedback--

Jessica says it is a non-negotiable requirement, meaning it is mandatory for everyone.

--video-solution--

1

--explanation--

To find the correct answer, listen for the phrases everyone must and non-negotiable requirement. These mean it is something that cannot be skipped or avoided by everyone.

Jessica makes it clear that multi-factor authentication is mandatory for everyone, including the QA team.

--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": 28.66,
      "finishTimestamp": 34.74
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 5.18,
      "dialogue": {
        "text": "Yes, everyone must use multi factor authentication, including QA.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 5.6,
      "finishTime": 7.08,
      "dialogue": {
        "text": "It's a non negotiable requirement.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 7.58
    }
  ]
}