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>
75 lines
1.5 KiB
Markdown
75 lines
1.5 KiB
Markdown
---
|
|
id: 657dcd1ade6c116a0bc7c9b2
|
|
title: Task 112
|
|
challengeType: 22
|
|
dashedName: task-112
|
|
---
|
|
|
|
<!-- (audio) Tom: Hi Maria! I'm still getting to know the area. -->
|
|
|
|
# --description--
|
|
|
|
When you move to a new place or visit somewhere for the first time, you might spend time learning about what's around you, like the shops, streets, and services. This is called `getting to know the area`. It's a way to become more familiar with the nearby places and how to find them.
|
|
|
|
# --instructions--
|
|
|
|
Listen to the audio to complete the sentence below.
|
|
|
|
# --fillInTheBlank--
|
|
|
|
## --sentence--
|
|
|
|
`Hi Maria! I'm still BLANK to know the area. Is there an ATM nearby?`
|
|
|
|
## --blanks--
|
|
|
|
`getting`
|
|
|
|
### --feedback--
|
|
|
|
Tom is talking about learning more about what's close to him in the new place.
|
|
|
|
# --scene--
|
|
|
|
```json
|
|
{
|
|
"setup": {
|
|
"background": "company2-center.png",
|
|
"characters": [
|
|
{
|
|
"character": "Tom",
|
|
"position": {"x":50,"y":15,"z":1.2},
|
|
"opacity": 0
|
|
}
|
|
],
|
|
"audio": {
|
|
"filename": "1.3-5.mp3",
|
|
"startTime": 1,
|
|
"startTimestamp": 0.00,
|
|
"finishTimestamp": 2.50
|
|
}
|
|
},
|
|
"commands": [
|
|
{
|
|
"character": "Tom",
|
|
"opacity": 1,
|
|
"startTime": 0
|
|
},
|
|
{
|
|
"character": "Tom",
|
|
"startTime": 1,
|
|
"finishTime": 3.50,
|
|
"dialogue": {
|
|
"text": "Hi Maria. I'm still getting to know the area.",
|
|
"align": "center"
|
|
}
|
|
},
|
|
{
|
|
"character": "Tom",
|
|
"opacity": 0,
|
|
"startTime": 4.00
|
|
}
|
|
]
|
|
}
|
|
```
|