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>
82 lines
1.5 KiB
Markdown
82 lines
1.5 KiB
Markdown
---
|
|
id: 657b8487605c881dc8ebde9e
|
|
title: Task 38
|
|
challengeType: 22
|
|
dashedName: 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--
|
|
|
|
```json
|
|
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
```
|