Back to Freecodecamp

Task 76

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/67810e6675bb473b185339cc.md

latest2.2 KB
Original Source
<!-- (Audio) Maria: Besides the daily reminders, we could also set up automatic backups. If we automate the process, there's less chance of human error. What do you think? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What answer shows agreement to Maria's suggestion?

--answers--

Why should we automate the process?

--feedback--

This response asks for clarification, but Maria already explained the benefit of reducing human error.


I think that's a great idea.

--video-solution--

2

--explanation--

Maria finishes her suggestion with the question, What do you think? This phrase is commonly used to invite others to share their opinion, encouraging a collaborative discussion.

It shows interest in hearing someone else's perspective or confirming agreement. Other examples of this question include:

  • How do you feel about that?

  • Do you agree with this approach?

  • What's your opinion on this idea?

--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": 38.04,
      "finishTimestamp": 45.42
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.22,
      "dialogue": {
        "text": "Besides the daily reminders, we could also set up automatic backups.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4.74,
      "finishTime": 7.44,
      "dialogue": {
        "text": "If we automate the process, there's less chance of human error.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 7.94,
      "finishTime": 8.38,
      "dialogue": {
        "text": "What do you think?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 8.88
    }
  ]
}