Back to Freecodecamp

Task 106

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679d62d4afabb9cb6f9ece23.md

latest1.8 KB
Original Source
<!-- (Audio) Maria: If we rush, it could lead to more problems. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Maria want to avoid doing, and why?

--answers--

She wants to avoid fixing the problem.

--feedback--

Maria is not saying they shouldn't fix the problem.


She wants to avoid asking for help.

--feedback--

Maria does not mention asking for help.


She wants to avoid rushing because it could cause more problems.


She wants to avoid updating the software.

--feedback--

Maria does not say they should avoid updating.

--video-solution--

3

--explanation--

To lead to problems means that an action or decision could result in difficulties or negative consequences. For example:

Skipping the testing phase can lead to serious problems in the software. - This means that not testing properly might cause major technical issues.

In this dialogue, Maria is concerned that rushing could create additional issues.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-3.mp3",
      "startTime": 1,
      "startTimestamp": 47.08,
      "finishTimestamp": 49
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.92,
      "dialogue": {
        "text": "If we rush, it could lead to more problems.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.42
    }
  ]
}