mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
905e7d5a5c
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: DanielRosa74 <58576743+DanielRosa74@users.noreply.github.com>
1.4 KiB
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
}
]
}