Back to Freecodecamp

Task 134

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

latest2.2 KB
Original Source
<!-- (Audio) Brian: That makes sense. So, if we build in-house, we have more control, but it could take longer. If we outsource, it's faster, but there might be communication issues. It's a tough call. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Brian think the decision is difficult?

--answers--

Because outsourcing is always the best option.

--feedback--

Brian does not say outsourcing is always the best choice.


Because building in-house is too expensive.

--feedback--

Brian does not mention cost as a factor in the decision.


Because both options have advantages and disadvantages.


Because they need to decide quickly.

--feedback--

Brian does not mention urgency as part of the decision.

--video-solution--

3

--explanation--

Brian describes the trade-offs between building in-house and outsourcing.

He calls it a tough call because both options have benefits and drawbacks—more control versus faster development with possible communication issues. This makes the decision challenging.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-3.mp3",
      "startTime": 1,
      "startTimestamp": 76.74,
      "finishTimestamp": 86.82
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.9,
      "dialogue": {
        "text": "That makes sense. So if we build in-house, we have more control, but it could take longer.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 6.08,
      "finishTime": 11.08,
      "dialogue": {
        "text": "If we outsource, it's faster, but there might be communication issues. It's a tough call.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 11.58
    }
  ]
}