Back to Freecodecamp

Task 74

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria propose to reduce human error?

--answers--

Asking for more training.

--feedback--

Maria does not mention training; she suggests using something else.


Automating the process.


Hiring more people.

--feedback--

Maria's solution focuses on reducing human involvement, not increasing it.


Creating more reminders.

--feedback--

Maria mentions automation, not increasing reminders, as the solution.

--video-solution--

2

--explanation--

Maria uses the word automate to suggest making the process automatic or handled by machines or systems instead of humans. This helps reduce the chance of human error because machines follow predefined instructions without making mistakes caused by fatigue or oversight. For example:

We can automate the process of sending email updates. - You can use a program to automatically send emails instead of doing it manually.

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