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

83 lines
1.4 KiB
Markdown

---
id: 657dcf9f7d5c747a19a36c9c
title: Task 118
challengeType: 22
dashedName: task-118
---
# --description--
When you want to ask about the existence of specific places or things in your current location, you can use the question structure `Are there any... around here?`.
The phrase `around here` refers to the immediate vicinity or nearby area.
# --instructions--
Listen to the audio to complete the sentence below.
# --fillInTheBlank--
## --sentence--
`That's good to know. BLANK there any parks BLANK here?`
## --blanks--
`Are`
### --feedback--
Which question word is Tom using?
---
`around`
### --feedback--
Tom is asking Maria about places where people can relax or play outside.
# --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": 8.06,
"finishTimestamp": 10.96
}
},
"commands": [
{
"character": "Tom",
"opacity": 1,
"startTime": 0
},
{
"character": "Tom",
"startTime": 1,
"finishTime": 3.90,
"dialogue": {
"text": "That's good to know. Are there any parks around here?",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 4.40
}
]
}
```