Back to Freecodecamp

Task 118

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

latest2.0 KB
Original Source
<!-- (Audio) Brian: That's true, but outsourcing might be more cost-effective. It could save us time and resources. What about timelines? Which option is faster? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Brian asking about?

--answers--

The budget for the project.

--feedback--

Brian is not talking about costs.


Who will be working on the project.

--feedback--

Brian does not ask about team members; he is comparing different approaches.


How long each approach will take.


What the best programming language is.

--feedback--

Brian is not discussing programming languages; he is focused on project timelines.

--video-solution--

3

--explanation--

Brian is comparing different project approaches and wants to know which one will be completed faster.

He asks about timelines, meaning he is concerned with how long each option will take.

--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": 28.58,
      "finishTimestamp": 37.52
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.38,
      "dialogue": {
        "text": "That's true, but outsourcing might be more cost-effective.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.96,
      "finishTime": 10.14,
      "dialogue": {
        "text": "It could save us time and resources. What about timelines? Which option is faster?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 10.44
    }
  ]
}