Back to Freecodecamp

Task 131

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

latest2.0 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 answer the question below.

--questions--

--text--

Why does Bob think it's a good idea to send out the invitations soon?

--answers--

So they can cancel the webinar if no one responds.

--feedback--

Bob doesn't mention canceling the event.


So they can create a longer invite list.

--feedback--

Bob's not talking about making the list bigger.


Because they want to track the number of emails sent.

--feedback--

Bob's not talking about tracking emails.


Because it will help keep track of who plans to attend.

--video-solution--

4

--explanation--

To manage something better means to handle or control it more effectively and efficiently. For example:

She uses a calendar app to manage her time better. – This means the app helps her organize her schedule more easily.

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