Back to Freecodecamp

Task 52

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e3b269f12863096144d58.md

latest1.4 KB
Original Source
<!-- (audio) Jake: In the morning, I have to check the security cameras to make sure they are working properly. -->

--description--

Have to is an expression used to express necessity or obligation, especially in a work context. For example:

You have to wear a helmet on the construction site. - This means that wearing a helmet is a necessary safety rule.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

In the morning, I BLANK check the security cameras to make sure they are working properly.

--blanks--

have to

--feedback--

These two words are used to indicate a necessary action.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 6.00,
      "finishTimestamp": 9.96
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.96,
      "dialogue": {
        "text": "In the morning, I have to check the security cameras to make sure they are working properly.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.46
    }
  ]
}