Back to Freecodecamp

Task 32

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68533737aae24cd38bd5258d.md

latest1.7 KB
Original Source
<!-- (Audio) Brian: Sounds like a plan. I'll draft up the changes and set up a meeting with the team leads next week. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sounds like a plan. I'll BLANK up the changes and set up a meeting with the team leads next week.

--blanks--

draft

--feedback--

This verb means to create a first version of something that will be reviewed or changed later.

--explanation--

To draft something up means to create an initial version of a document, plan, or proposal. For example:

She drafted up a new schedule for the support team. – This means she created a first version of the schedule that can be discussed or edited.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-1.mp3",
      "startTime": 1,
      "startTimestamp": 64.22,
      "finishTimestamp": 69.74
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.26,
      "dialogue": {
        "text": "Sounds like a plan. I'll draft up the changes",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.26,
      "finishTime": 6.52,
      "dialogue": {
        "text": "and set up a meeting with the team leads next week.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.02
    }
  ]
}