Back to Freecodecamp

Task 75

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

latest1.3 KB
Original Source
<!-- AUDIO REFERENCE: Bob: Now, here are the topics on today's agenda... -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Now, here are the BLANK on BLANK agenda...

--blanks--

topics

--feedback--

This word in the plural form refers to the points or subjects that are planned for discussion or consideration.


today's

--feedback--

This possessive form indicates something belonging to or associated with the current day. Remember to use 's.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 62.64,
      "finishTimestamp": 65.00
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.36,
      "dialogue": {
        "text": "Now, here are the topics on today's agenda...",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.86
    }
  ]
}