Back to Freecodecamp

Task 75

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/6780e2447b47203831df9580.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--

If we automate the process, there's less chance of BLANK BLANK.

--blanks--

human

--feedback--

This noun refers to a person.


error

--feedback--

It's a mistake or incorrect action that leads to unintended results.

--explanation--

Human error refers to mistakes made by developers, such as incorrect logic, syntax errors, or overlooking edge cases, which can result in bugs or system malfunctions. For example:

  • Human error is one of the most common causes of data loss. - Mistakes made by people are a frequent reason for losing important data.

  • We try to minimize human error by automating repetitive tasks. - Automating tasks helps reduce the chances of mistakes being made.

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