Back to Freecodecamp

Task 126

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685a9664075a4c48653bf141.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: How about we start sending out the invites early next week? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob want to do?

--answers--

Begin sharing the invitations next week.


Change the time of the event to next week.

--feedback--

Bob doesn't talk about changing the time of the event.


Cancel the webinar and plan something new.

--feedback--

Bob's not canceling the event.


Wait until the last minute to contact people.

--feedback--

Bob's not suggesting to invite people at the last minute.

--video-solution--

1

--explanation--

To send out means to distribute or deliver something, like emails, letters, or invites, to many people. For example:

We'll send out the schedule by Friday. – This means the team will distribute the schedule to everyone before the weekend.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-3.mp3",
      "startTime": 1,
      "startTimestamp": 26.82,
      "finishTimestamp": 29.88
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.06,
      "dialogue": {
        "text": "How about we start sending out the invites early next week?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.56
    }
  ]
}