Back to Freecodecamp

Task 139

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

latest1.5 KB
Original Source
<!-- (Audio) Bob: We can use the webinar platform to handle external registrations. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We can use the webinar platform to BLANK external registrations.

--blanks--

handle

--feedback--

This means to manage or take care of something.

--explanation--

To handle means to manage or take responsibility for something successfully. For example:

She handles all customer complaints for the department. – This means she deals with those complaints and tries to resolve them.

--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": 57.78,
      "finishTimestamp": 61.28
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.48,
      "dialogue": {
        "text": "We can use the webinar platform",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 2.48,
      "finishTime": 4.5,
      "dialogue": {
        "text": "to handle external registrations.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5
    }
  ]
}