Back to Freecodecamp

Task 140

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How will they be able to accept external participants?

--answers--

By using the webinar platform.


By sending private emails only.

--feedback--

Bob doesn't talk about sending emails to external participants.


By limiting the number of attendees.

--feedback--

Bob doesn't mention putting limits on participation.


By asking everyone to sign in on-site.

--feedback--

Bob's not discussing registrations in person.

--video-solution--

1

--explanation--

A webinar platform is an online service used to host and manage webinars (web-based seminars). A platform can also mean any type of system or technology used for a specific function. For example:

This learning platform helps students complete their online courses. – This means the system supports online education.

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