Back to Freecodecamp

Task 130

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

latest2.5 KB
Original Source
<!-- (Audio) Sarah: Building in-house is more reliable because we can oversee the entire process. However, outsourcing has its advantages, especially when it comes to speed. It depends on what you value more—control or speed. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the main idea of Sarah's statement?

--answers--

Outsourcing is always the best option.

--feedback--

Sarah mentions the advantages of outsourcing, but she does not say it is always the best choice.


Building in-house is faster and more efficient.

--feedback--

Sarah says that building in-house provides more control, but she does not say it is faster.


The best choice depends on whether control or speed is more important.


Managing a project is always difficult.

--feedback--

Sarah does not talk about project difficulty in general, only about the differences between in-house development and outsourcing.

--video-solution--

3

--explanation--

Sarah explains the trade-off between building in-house and outsourcing. The first one offers more control, while the other one is faster.

She concludes that the decision depends on what you value more—control or speed.

--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": 65.22,
      "finishTimestamp": 76.46
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.76,
      "dialogue": {
        "text": "Building in-house is more reliable because we can oversee the entire process.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.2,
      "finishTime": 8.9,
      "dialogue": {
        "text": "However, outsourcing has its advantages, especially when it comes to speed.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 9.36,
      "finishTime": 12.24,
      "dialogue": {
        "text": "It depends on what you value more, control or speed.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 12.74
    }
  ]
}