Back to Freecodecamp

Task 125

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

How about we start sending out the BLANK early next week?

--blanks--

invites

--feedback--

This is a request to attend an event. Use the plural form.

--explanation--

Invite is a short form for invitation, which is a request or offer for someone to attend an event or take part in an activity. It can be formal or informal and can be sent by letter, email, text, or verbally. For example:

She sent out the wedding invites last month. – This means she distributed the invitations for her wedding.

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