Back to Freecodecamp

Task 54

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

latest1.7 KB
Original Source
<!-- (audio) Jake: In the morning, I have to check the security cameras to make sure they are working properly. I have to monitor the entrances and exits at all times. -->

--description--

Have to is used to express necessity or obligation, usually from external rules or requirements. For example:

I have to attend the meeting at 2 PM. - This suggests a mandatory presence based on a schedule or expectation.

--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. I BLANK monitor the entrances and exits at all times.

--blanks--

have to

--feedback--

These two words indicate a required action due to external rules or expectations.


have to

--feedback--

These two words indicate a required action due to external rules or expectations.

--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": 14.04
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 9.04,
      "dialogue": {
        "text": "In the morning, I have to check the security cameras to make sure they are working properly. I have to monitor the entrances and exits at all times.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 9.54
    }
  ]
}