Back to Freecodecamp

Task 124

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

latest1.8 KB
Original Source
<!-- (Audio) Bob: Good idea. 4 p.m. is perfect. It gives us enough time to prepare and wrap up other tasks beforehand. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob say he needs time for?

--answers--

To invite more people to the session.

--feedback--

Bob doesn't mention sending invites.


To reschedule his earlier meetings.

--feedback--

Bob doesn't talk about changing appointments.


To get ready and complete other work before the webinar.


To decide on a different topic for the event.

--feedback--

Bob already agrees with the plan and the time.

--video-solution--

3

--explanation--

To wrap up means to finish or complete something. For example:

Let's wrap up the report before noon. – This means they should complete the report before 12 p.m.

--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": 20.06,
      "finishTimestamp": 26.54
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.32,
      "dialogue": {
        "text": "Good idea. 4 p.m. is perfect. It gives us enough time",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.32,
      "finishTime": 7.48,
      "dialogue": {
        "text": "to prepare and wrap up other tasks beforehand.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.98
    }
  ]
}