Back to Freecodecamp

Task 73

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/6780d81f2e367f35ebfc2130.md

latest1.7 KB
Original Source
<!-- (Audio) Maria: If we automate the process, there's less chance of human error. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK the process, BLANK less chance of human error.

--blanks--

If we automate

--feedback--

These three words introduce a condition. It means making the process automatic to avoid errors. The first letter is capitalized.


there's

--feedback--

This is a contraction for there is, used to state that something exists.

--explanation--

This sentence uses the Zero Conditional, which describes general truths or situations that are always true when the condition is met. In this case:

Condition: If we automate the process.

Result: There's less chance of human error.

If introduces the condition, and there's expresses the result of that condition.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-2.mp3",
      "startTime": 1,
      "startTimestamp": 41.58,
      "finishTimestamp": 44.68
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.1,
      "dialogue": {
        "text": "If we automate the process, there's less chance of human error.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.6
    }
  ]
}