Back to Freecodecamp

Task 137

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

latest2.0 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 complete the sentence below.

--fillInTheBlank--

--sentence--

Let's open it up. It could be a good BLANK to engage with a broader BLANK.

--blanks--

opportunity

--feedback--

This refers to a chance to do something useful or beneficial.


audience

--feedback--

This means a group of people who watch, listen to, or read something.

--explanation--

An opportunity is a chance to do something that could lead to a good result. For example:

Speaking at the conference was a great opportunity for her career. – This means it helped her grow professionally.

An audience is a group of people who watch, listen to, or are reached by something like a presentation or event. For example:

The audience clapped after the speaker finished his talk. – This means the group of people watching showed their appreciation.

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