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>
93 lines
1.9 KiB
Markdown
93 lines
1.9 KiB
Markdown
---
|
|
id: 657b5d1a53973f78997c02f6
|
|
title: Task 21
|
|
challengeType: 22
|
|
dashedName: task-21
|
|
---
|
|
|
|
<!-- (audio) Sophie: Hey, Tom! I saw you taking lots of pics with your cell phone outside the building. Are you into photography? -->
|
|
|
|
# --description--
|
|
|
|
The word `outside` refers to the area or space that is not inside a particular building or room. In the context of the dialogue, Sophie mentions that she saw Tom taking pictures in the area that is not inside the building.
|
|
|
|
# --instructions--
|
|
|
|
Listen to the audio to complete the sentence below.
|
|
|
|
# --fillInTheBlank--
|
|
|
|
## --sentence--
|
|
|
|
`Hey, Tom! I saw you taking lots of pics with your cell phone BLANK the building. Are you into photography?`
|
|
|
|
## --blanks--
|
|
|
|
`outside`
|
|
|
|
### --feedback--
|
|
|
|
Where would Tom be if he was not in the building?
|
|
|
|
# --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": 0.0,
|
|
"finishTimestamp": 4.98
|
|
}
|
|
},
|
|
"commands": [
|
|
{
|
|
"character": "Sophie",
|
|
"opacity": 1,
|
|
"startTime": 0
|
|
},
|
|
{
|
|
"character": "Sophie",
|
|
"startTime": 1,
|
|
"finishTime": 1.6,
|
|
"dialogue": {
|
|
"text": "Hey, Tom.",
|
|
"align": "center"
|
|
}
|
|
},
|
|
{
|
|
"character": "Sophie",
|
|
"startTime": 1.6,
|
|
"finishTime": 4.74,
|
|
"dialogue": {
|
|
"text": "I saw you taking lots of pics with your cell phone outside the building.",
|
|
"align": "center"
|
|
}
|
|
},
|
|
{
|
|
"character": "Sophie",
|
|
"startTime": 4.74,
|
|
"finishTime": 5.98,
|
|
"dialogue": {
|
|
"text": "Are you into photography?",
|
|
"align": "center"
|
|
}
|
|
},
|
|
{
|
|
"character": "Sophie",
|
|
"opacity": 0,
|
|
"startTime": 6.48
|
|
}
|
|
]
|
|
}
|
|
```
|