Back to Freecodecamp

Task 16

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

latest1.6 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 BLANK set up multi-factor authentication for all user accounts.

--blanks--

have to

--feedback--

These two words express necessity and are always followed by a base verb.

--explanation--

Have to is used to express obligation and is always followed by the base form of the verb (set up). For example:

  • You have to update the software to use the new features. - It's required to update the software in order to access the new features.

  • They have to set up the meeting room for the presentation. - They need to prepare the meeting room for the presentation.

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