Back to Freecodecamp

Task 122

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67d7dcfb9afa344d0e95fa4f.md

latest1.8 KB
Original Source
<!-- (Audio) Sarah: However, outsourcing can lead to communication issues, which might delay the project. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

However, outsourcing can BLANK communication issues, which might BLANK the project.

--blanks--

lead to

--feedback--

This two-word phrase means to cause or result in something happening.


delay

--feedback--

This means to make something take longer than expected.

--explanation--

Lead to means to cause something to happen or result in a certain outcome. For example:

Poor planning can lead to missed deadlines. – This means that if planning is not done well, deadlines may not be met.

Delay means to make something take longer than expected or to postpone it. For example:

The software release was delayed due to unexpected bugs. – This means the launch was pushed back because of technical issues.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-3.mp3",
      "startTime": 1,
      "startTimestamp": 46.98,
      "finishTimestamp": 51.34
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.36,
      "dialogue": {
        "text": "However, outsourcing can lead to communication issues which might delay the project.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.86
    }
  ]
}