Back to Freecodecamp

Task 87

curriculum/challenges/english/blocks/learn-introductions-in-an-online-team-meeting/657e42d9cf8693725896cc49.md

latest2.3 KB
Original Source
<!-- AUDIO REFERENCE: James: Thank you, Sophie. We have a lot to talk about today, and I'm sure we'll have great insights to share during our training session. Let's get started. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thank you, Sophie. We have a BLANK to talk about today, and I'm BLANK we'll have great BLANK to BLANK during our BLANK session. Let's get BLANK.

--blanks--

lot

--feedback--

This word refers to a large amount, often used to describe the quantity of something.


sure

--feedback--

This word means confident or certain about something.


insights

--feedback--

This word in the plural form refers to valuable thoughts or understanding gained from experience.


share

--feedback--

This verb means to give a part of something to others or to let others use something together.


training

--feedback--

This word is related to learning or teaching new skills or information. It ends in -ing.


started

--feedback--

This word indicates beginning something, used here to start the meeting or session. It ends in -ed.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-4.mp3",
      "startTime": 1,
      "startTimestamp": 16.14,
      "finishTimestamp": 23.7
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.1,
      "dialogue": {
        "text": "Thank you, Sophie. We have a lot to talk about today,",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 3.1,
      "finishTime": 6.8,
      "dialogue": {
        "text": "and I'm sure we'll have great insights to share during our training session.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 6.8,
      "finishTime": 8.56,
      "dialogue": {
        "text": "Let's get started.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 9.06
    }
  ]
}