Files
freeCodeCamp/curriculum/challenges/english/21-a2-english-for-developers/learn-conversation-starters-in-the-break-room/657dcdb62814646de1b051c0.md
T
2025-03-17 18:57:18 +00:00

95 lines
1.5 KiB
Markdown

---
id: 657dcdb62814646de1b051c0
title: Task 114
challengeType: 19
dashedName: task-114
---
<!-- Maria: Yes, there is a bank just a few blocks away. -->
# --description--
The phrase `there is` is used to state the existence of something in a certain place. Maria uses this structure to inform Tom about the location of the bank.
# --questions--
## --text--
What does Maria say is `just a few blocks away`?
## --answers--
A shopping mall.
### --feedback--
Tom didn't ask about a shopping mall; he asked about a place to get money.
---
A park.
### --feedback--
Maria mentioned this place as a response to a question about an ATM, not a park.
---
A gym.
### --feedback--
This location is typically related to ATMs and financial services, not a gym.
---
A bank.
## --video-solution--
4
# --scene--
```json
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Maria",
"position": {"x":50,"y":0,"z":1.5},
"opacity": 0
}
],
"audio": {
"filename": "1.3-5.mp3",
"startTime": 1,
"startTimestamp": 5.48,
"finishTimestamp": 7.66
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 3.18,
"dialogue": {
"text": "Yes, there's a bank just a few blocks away.",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 3.68
}
]
}
```