Back to Freecodecamp

Task 103

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

latest1.7 KB
Original Source
<!-- (Audio) Brian: Hey, Sarah. We need to decide on the best solution for our new software development project. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Brian talking about?

--answers--

Choosing a project name.

--feedback--

Brian is not discussing the name of the project.


Selecting the best approach for the project.


Fixing an issue in the software.

--feedback--

Brian is making a decision about the project, not solving a problem.


Hiring new developers.

--feedback--

Brian does not mention hiring anyone.

--video-solution--

2

--explanation--

Decide on means to choose something after considering different options.

Brian is discussing how to select the best solution for the software development project, which refers to the most effective approach.

--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": 0,
      "finishTimestamp": 4.72
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.72,
      "dialogue": {
        "text": "Hey Sarah, we need to decide on the best solution for our new software development project.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.22
    }
  ]
}