Back to Freecodecamp

Task 114

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

latest2.2 KB
Original Source
<!-- (Audio) Sarah: Well, building in-house is probably the best way to maintain control over the project. We would have more flexibility, and we could ensure the quality is up to our standards. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Sarah prefer building the software in-house?

--answers--

Because it is cheaper.

--feedback--

Sarah does not mention cost as a reason for building in-house.


Because it gives more flexibility and control.


Because it speeds up development.

--feedback--

Sarah does not mention speed; she focuses on control, flexibility, and quality.


Because they do not have an external team.

--feedback--

Sarah does not say they lack an external team; she explains why in-house development is a better choice.

--video-solution--

2

--explanation--

Sarah prefers building in-house because it allows them to maintain control over the project, have more flexibility, and ensure that the quality is up to their standards. These factors give them greater influence over the development process.

--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": 20.6,
      "finishTimestamp": 28.38
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.8,
      "dialogue": {
        "text": "Well, building in-house is probably the best way to maintain control over the project.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.22,
      "finishTime": 8.78,
      "dialogue": {
        "text": "We would have more flexibility and we could ensure the quality is up to our standards.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 9.28
    }
  ]
}