Back to Freecodecamp

Task 109

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

latest2.2 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 BLANK part of the project to an BLANK. What do you think would work best?

--blanks--

outsource

--feedback--

This means to hire another company or team to handle part of the work.


external team

--feedback--

This two-word phrase refers to a group of people outside the company who are hired to do a specific job.

--explanation--

Outsource means to hire another company or team to complete part of a project instead of doing it within the company. For example:

We decided to outsource customer support to a company that specializes in it. – This means hiring another company to handle customer support instead of doing it internally.

External team refers to a group of professionals outside the company who are brought in to work on a specific task or project. For example:

The company hired an external team to develop the mobile app. – This means they brought in experts from outside the company to work on the app.

--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
    }
  ]
}