Back to Freecodecamp

Task 135

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

latest2.1 KB
Original Source
<!-- (Audio) Sophie: Do we want to open this up to external participants as well, or is this just for our internal teams? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Do we want to open this up to external BLANK as well, or is this just for our BLANK teams?

--blanks--

participants

--feedback--

This refers to people who take part in an event or activity. Use the plural form.


internal

--feedback--

This describes something within an organization or company.

--explanation--

A participant is a person who takes part in an event, activity, or meeting. For example:

Each participant in the workshop received a certificate. – This means everyone who joined the workshop got a certificate.

Internal is related to things within a company or organization. It's the opposite of external. For example:

This event is for internal employees only. It's not for external partners and clients. – This means only people in the company should attend this event. People from outside the company are not supposed to join.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-3.mp3",
      "startTime": 1,
      "startTimestamp": 47.52,
      "finishTimestamp": 52.7
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.74,
      "dialogue": {
        "text": "Do we want to open this up to external participants as well?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.92,
      "finishTime": 6.18,
      "dialogue": {
        "text": "Or is this just for our internal teams?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.68
    }
  ]
}