Back to Freecodecamp

Task 26

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

latest1.5 KB
Original Source
<!-- (audio) Jessica: It's a non-negotiable requirement. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's a non-negotiable BLANK.

--blanks--

requirement

--feedback--

This noun means something that must be done and cannot be skipped.

--explanation--

A requirement is something that must be done. For example:

  • The job has a requirement for at least two years of experience. - You need at least two years of experience for this job.

  • Fast internet is a requirement for remote work. - You need fast internet to work from home.

Jessica uses it to emphasize that multi-factor authentication is not optional — it is a rule that applies to everyone.

--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": 33.16,
      "finishTimestamp": 34.74
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.58,
      "dialogue": {
        "text": "It's a non-negotiable requirement.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.08
    }
  ]
}