mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: DanielRosa74 <58576743+DanielRosa74@users.noreply.github.com>
1.5 KiB
1.5 KiB
id, title, challengeType, dashedName
| id | title | challengeType | dashedName |
|---|---|---|---|
| 657b8487605c881dc8ebde9e | Task 38 | 22 | task-38 |
--description--
Discussing daily activities often includes talking about what you don't do.
--instructions--
Listen to the audio to complete the sentence below.
--fillInTheBlank--
--sentence--
That's cool! I like photography, but I BLANK think of it as a hobby. I play the guitar in my free time.
--blanks--
don't
--feedback--
Sophie is talking about an activity she does not consider a hobby, so the sentence should have a negative form.
--scene--
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Sophie",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "1.3-2.mp3",
"startTime": 1,
"startTimestamp": 10.50,
"finishTimestamp": 15.40
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 3.94,
"dialogue": {
"text": "That's cool. I like photography, but I don't think of it as a hobby.",
"align": "center"
}
},
{
"character": "Sophie",
"startTime": 4.22,
"finishTime": 5.90,
"dialogue": {
"text": "I play the guitar in my free time.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 6.40
}
]
}