Back to Freecodecamp

Task 33

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68533841b494fadcbee5e254.md

latest1.9 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 answer the question below.

--questions--

--text--

What does Brian intend to do for next week?

--answers--

Send the final version of the changes to the whole company.

--feedback--

Brian doesn't mention creating a final version.


Ask team leads to send their feedback by email.

--feedback--

Brian doesn't plan to get only the team leads' written feedback.


Train the team leads on how to share the updates.

--feedback--

Brian isn't talking about training.


Arrange a time to meet with the team leads.

--video-solution--

4

--explanation--

To set something up means to organize or schedule something, such as a meeting, system, or event. For example:

Let's set up a video call for Friday morning. – This means scheduling or planning a video call.

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