Back to Freecodecamp

Task 110

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

latest1.8 KB
Original Source
<!-- (Audio) Brian: 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 complete the sentence below.

--fillInTheBlank--

--sentence--

The second option is to outsource part of the project to an external team. What do you think would BLANK?

--blanks--

work best

--feedback--

This two-word phrase means to be the most effective or suitable option.

--explanation--

Work best means to be the most effective or suitable choice for a particular situation. It is used when comparing different options to determine which one will have the best outcome. For example:

We need to decide which strategy will work best for our product launch. – This means choosing the most effective strategy for a successful launch.

--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": 13.26,
      "finishTimestamp": 19.5
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.42,
      "dialogue": {
        "text": "The second option is to outsource part of the project to an external team.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 5.86,
      "finishTime": 6.94,
      "dialogue": {
        "text": "What do you think would work best?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.74
    }
  ]
}