Back to Freecodecamp

Task 79

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/678115abb22ae13dffd55444.md

latest2.1 KB
Original Source
<!-- (Audio) Bob: If we automate it, we don't have to worry about people forgetting. How can we set it up? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob asking for?

--answers--

Reasons why automation is important.

--feedback--

Bob already knows the importance of automation.


Details about how to automate the process.


Examples of what happens if they don't automate.

--feedback--

Bob is not focused on what happens without it.


A decision on whether to automate.

--feedback--

Bob has already decided on automation; he's asking how to proceed.

--video-solution--

2

--explanation--

Bob's question, How can we set it up?, shows he is asking for information or instructions on implementing automation. This kind of question is common when someone seeks guidance or clarification.

Other examples of asking for information include:

  • Can you explain how this works?

  • What steps should we take?

  • Do you know how to implement this feature?

These types of questions help to gather details and understand a process better.

--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": 51.04
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "If we automate it, we don't have to worry about people forgetting.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.3,
      "finishTime": 5.34,
      "dialogue": {
        "text": "How can we set it up?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.84
    }
  ]
}