Back to Freecodecamp

Task 30

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68532c1688f820bc7411ab65.md

latest2.1 KB
Original Source
<!-- (Audio) Anna: How about we put together a draft of these changes and run it by the team leads before we roll it out company-wide? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

How about we put BLANK a draft of these changes and run it by the team BLANK before we roll it out company-wide?

--blanks--

together

--feedback--

Preceded by put, this means to prepare or organize something by combining parts.


leads

--feedback--

This refers to people who are responsible for managing teams. Use the plural form.

--explanation--

To put something together means to create or organize something by combining different parts. For example:

We need to put together a presentation for the client. – This means preparing a full presentation by organizing slides, ideas, and information.

A team lead is a person responsible for managing and guiding a team. For example:

The team lead helped the developers stay on track during the sprint. – This means the manager made sure the team completed their tasks on time.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-1.mp3",
      "startTime": 1,
      "startTimestamp": 59.12,
      "finishTimestamp": 64.16
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.26,
      "dialogue": {
        "text": "How about we put together a draft of these changes",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 3.26,
      "finishTime": 6.04,
      "dialogue": {
        "text": "and run it by the team leads before we roll it out company-wide?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 6.54
    }
  ]
}