Back to Freecodecamp

Task 50

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

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

--description--

To make sure is used to express certainty or confirmation about something. For example:

I check the list twice to make sure I have everything. - This means you look at the list two times to be certain that nothing is missing.

To work properly means to function correctly or as expected. For example:

It's important that all machines work properly for safety. - This means the machines must work in the right way so that people stay safe.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

In the morning, I have to check the security cameras to BLANK they are working BLANK.

--blanks--

make sure

--feedback--

These two words mean to check or confirm that something is correct or done.


properly

--feedback--

This word means something is functioning correctly or as intended.

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