Files
freeCodeCamp/curriculum/challenges/english/21-a2-english-for-developers/learn-conversation-starters-in-the-break-room/657dc3509f7c712df6a1c673.md
T
2025-03-17 18:57:18 +00:00

1.4 KiB

id, title, challengeType, dashedName
id title challengeType dashedName
657dc3509f7c712df6a1c673 Task 93 22 task-93

--description--

An agenda is a list of topics to be discussed or things to be done at a meeting. Having an agenda helps to organize the meeting and make sure important points are covered.

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

That's reasonable. Do we have an BLANK for each meeting?

--blanks--

agenda

--feedback--

This word is used for a plan or a list that guides the meeting. It tells you what will be talked about.

--scene--

{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 24.70,
      "finishTimestamp": 26.52
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.82,
      "dialogue": {
        "text": "Do we have an agenda for each meeting?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.32
    }
  ]
}