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.3 KiB
1.3 KiB
id, title, challengeType, dashedName
| id | title | challengeType | dashedName |
|---|---|---|---|
| 657dc2fb63bc6c2b596dd6e4 | Task 92 | 22 | task-92 |
--description--
Listen to what Tom says to Sophie.
--instructions--
Listen to the audio to complete the sentence below.
--fillInTheBlank--
--sentence--
That's BLANK. Do we have an agenda for each meeting?
--blanks--
reasonable
--feedback--
This word means something is good and makes sense. Tom thinks the meeting time is okay.
--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": 23.14,
"finishTimestamp": 26.52
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 4.38,
"dialogue": {
"text": "That's reasonable. Do we have an agenda for each meeting?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 4.88
}
]
}