Back to Freecodecamp

Task 105

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If we BLANK, it could BLANK to more problems.

--blanks--

rush

--feedback--

This word means to act too quickly without careful consideration.


lead

--feedback--

This word means to cause or result in something happening.

--explanation--

To rush means to do something too quickly, often without enough attention to detail. For example:

If we rush the project, we might overlook important details. - This means working too fast could result in mistakes.

To lead to something means to cause a particular outcome or result. For example:

Skipping testing can lead to unexpected software bugs. - This means not testing properly can cause issues in the software.

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