Back to Freecodecamp

Task 63

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

latest1.5 KB
Original Source
<!-- (audio) Jake: Yes, I conduct regular security sweeps. It's essential to ensure everything is secure. -->

--description--

To conduct means to organize and carry out an activity or task. For example, The manager conducts weekly meetings.

To ensure means to make certain that something will happen or is the case. For example, We ensure safety by following the guidelines.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, I BLANK regular security sweeps. It's essential to BLANK everything is secure.

--blanks--

conduct

--feedback--

This verb means to organize and carry out.


ensure

--feedback--

This verb means to make sure something happens.

--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": 26.58,
      "finishTimestamp": 32.78
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 7.20,
      "dialogue": {
        "text": "Yes, I conduct regular security sweeps. It's essential to ensure everything is secure.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 7.70
    }
  ]
}