Back to Freecodecamp

Task 123

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is a possible drawback of outsourcing, according to Sarah?

--answers--

Higher costs.

--feedback--

Sarah does not mention cost as a problem with outsourcing.


Communication issues.


Lack of skilled workers.

--feedback--

Sarah does not say anything about the skills of the external team.


Limited project flexibility.

--feedback--

Sarah does not mention flexibility as a concern.

--video-solution--

2

--explanation--

Sarah explains that outsourcing can lead to communication issues, which might delay the project.

This means that working with an external team could cause misunderstandings or difficulties in coordination, potentially slowing down progress.

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