Back to Freecodecamp

Task 138

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

latest2.2 KB
Original Source
<!-- (Audio) Bob: Let's open it up. It could be a good opportunity to engage with a broader audience. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Bob think having external participants would be a good idea?

--answers--

Because the meeting room is too small for just internal teams.

--feedback--

Bob is not talking about the room size.


Because they won't have enough people internally to attend.

--feedback--

Bob never mentions not having enough people.


Because internal teams already know the information.

--feedback--

He doesn't say the content isn't relevant for internal teams.


Because it's a chance to connect with more people outside the company.

--video-solution--

4

--explanation--

To engage means to get someone's attention and interest or to involve them actively. For example:

The trainer used stories to engage the audience. – This means the trainer made the audience interested and involved.

Broader is the comparative form of broad, meaning wider or covering more. For example:

We need a broader approach that includes more departments. – This means more than one department will be part of the plan.

--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": 53.16,
      "finishTimestamp": 57.74
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.44,
      "dialogue": {
        "text": "Let's open it up. It could be a good opportunity",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.44,
      "finishTime": 5.58,
      "dialogue": {
        "text": "to engage with a broader audience.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.08
    }
  ]
}