Back to Freecodecamp

Task 84

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

latest1.3 KB
Original Source
<!-- AUDIO REFERENCE: James: Thank you, Sophie. We have a lot to talk about today. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thank you, Sophie. We BLANK a BLANK to BLANK about today.

--blanks--

have

--feedback--

This verb shows something is related to or belongs to the group.


lot

--feedback--

This word means many or a large amount, used to describe the quantity of something.


talk

--feedback--

This verb refers to discussing or speaking about something.

--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": 18.62
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.48,
      "dialogue": {
        "text": "Thank you, Sophie. We have a lot to talk about today.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.98
    }
  ]
}