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 |
|---|---|---|---|
| 657dcd1ade6c116a0bc7c9b2 | Task 112 | 22 | task-112 |
--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--
{
"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
}
]
}