Back to Freecodecamp

Task 78

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/678111b015a0413cf5ff5f91.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: If we automate it, we don't have to worry about people forgetting. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If we BLANK it, we BLANK worry about people forgetting.

--blanks--

automate

--feedback--

This word means to make something operate automatically. It's the action Bob is suggesting to solve the problem.


don't have to

--feedback--

These three words indicate something is unnecessary. Bob is saying that automation removes the need to worry.

--explanation--

The sentence uses a First Conditional structure:

The condition: If we automate it - What needs to happen.

The result: we don't have to worry about people forgetting - The benefit of automating.

Automate means to use machines or systems to handle a task instead of doing it manually.

Don't have to means something is not required or necessary.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-2.mp3",
      "startTime": 1,
      "startTimestamp": 46.7,
      "finishTimestamp": 49.78
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.08,
      "dialogue": {
        "text": "If we automate it, we don't have to worry about people forgetting.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}