Back to Freecodecamp

Task 130

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

latest1.7 KB
Original Source
<!-- (Audio) Bob: Yes, let's do that. It'll help us manage the attendee list better. Can you draft the invitation? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, let's do that. It'll help us manage the BLANK list better. Can you draft the invitation?

--blanks--

attendee

--feedback--

This refers to a person who is present at an event or meeting.

--explanation--

An attendee is someone who attends or is present at an event, such as a meeting, seminar, or conference. For example:

Each attendee received a welcome packet when they arrived. – This means every person who came to the event got a packet.

--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": 33.78,
      "finishTimestamp": 39.42
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "Yes, let's do that. It'll help us manage",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.64,
      "finishTime": 6.64,
      "dialogue": {
        "text": "the attendee list better. Can you draft the invitation?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.14
    }
  ]
}