Back to Freecodecamp

Task 91

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68134616f0177e08773e49a7.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: I'm considering bringing in a couple more people for this project. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'm considering BLANK a couple more people for this project.

--blanks--

bringing in

--feedback--

This two-word phrase means to invite or add someone new to a team or project. The first word ends in -ing.

--explanation--

Bring in is a phrasal verb that means to invite, add, or hire someone to join a team, project, or company. For example:

  • He brought in a security expert to check the system. - He asked a specialist to join and examine the security.

  • We might need to bring in outside help if the issue continues. - They may need external support if the problem doesn't stop.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 57.7,
      "finishTimestamp": 60.86
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.16,
      "dialogue": {
        "text": "I'm considering bringing in a couple more people for this project.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.66
    }
  ]
}