Back to Freecodecamp

Task 20

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

latest1.5 KB
Original Source
<!-- (Audio) Jessica: It's mandatory for this project. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's BLANK for this project.

--blanks--

mandatory

--feedback--

This word means something is required and not optional.

--explanation--

Mandatory means something must be done and cannot be skipped. For example:

  • Attendance at the meeting is mandatory for all team members. - All team members must attend the meeting.

  • It is mandatory to follow the instructions carefully during the training. - It is important to follow the rules and instructions during the training.

Jessica is emphasizing that setting up multi-factor authentication is a requirement for the project.

--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": 23.08,
      "finishTimestamp": 24.84
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.16,
      "dialogue": {
        "text": "It's mandatory for this project.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 3.26
    }
  ]
}