Back to Freecodecamp

Task 111

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

latest2.3 KB
Original Source
<!-- (Audio) Brian: The first option is to build the software in-house. The second option is to outsource part of the project to an external team. What do you think would work best? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Brian asking about?

--answers--

Which programming language to use.

--feedback--

Brian is not discussing programming languages; he is talking about project management options.


How much the project will cost.

--feedback--

Brian does not mention cost; he is asking about different ways to complete the project.


Which approach would be the most effective.


When the project deadline is.

--feedback--

Brian does not ask about the timeline.

--video-solution--

3

--explanation--

Brian presents two different approaches: building the software in-house or outsourcing part of the project to an external team.

He then asks what do you think would work best, meaning he wants to know which option is the most effective for the project.

--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": 10.54,
      "finishTimestamp": 19.5
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "The first option is to build the software in-house.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.02,
      "finishTime": 8.14,
      "dialogue": {
        "text": "The second option is to outsource part of the project to an external team.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 8.58,
      "finishTime": 9.96,
      "dialogue": {
        "text": "What do you think would work best?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 10.46
    }
  ]
}