Back to Freecodecamp

Task 121

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: Building in-house might take longer because we have other tasks to handle. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Sarah think building in-house will take more time?

--answers--

Because the team lacks experience.

--feedback--

Sarah does not mention experience as a reason.


Because the project is very complex.

--feedback--

Sarah does not talk about complexity.


Because they need more developers.

--feedback--

Sarah does not say they need more developers.


Because they have other responsibilities.

--video-solution--

4

--explanation--

Sarah explains that building in-house will take longer because the team has other tasks to handle. This means they have multiple responsibilities, which could slow down the project.

--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": 43,
      "finishTimestamp": 46.62
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.02,
      "dialogue": {
        "text": "Building in-house might take longer because we have other tasks to handle.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.12
    }
  ]
}