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 |
|---|---|---|---|
| 657dc130b35c3a20c8908eb1 | Task 88 | 22 | task-88 |
--description--
When you talk about how much time an event or activity lasts, you are talking about its duration from start to finish. If something does not last long, it means it doesn't take a lot of time.
--instructions--
Listen to the audio to complete the sentence below.
--fillInTheBlank--
--sentence--
Tom: Awesome! Do they usually BLANK long?
Sophie: Not too long. They usually take about 30 to 45 minutes.
--blanks--
last
--feedback--
The phrase Tom uses is asking about the duration of the meetings.
--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": 16.82,
"finishTimestamp": 19.14
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 3.32,
"dialogue": {
"text": "Awesome. Do they usually last long?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 3.82
}
]
}