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

97 lines
1.7 KiB
Markdown

---
id: 657cfeeeabb34d946d437dc7
title: Task 77
challengeType: 19
dashedName: task-77
---
<!-- (audio) Sophie: You're welcome. Maria is a fantastic leader to have. I think you are in good hands. -->
# --description--
The expression `to be in good hands` means that someone is being taken care of by a competent or capable person.
It's like saying you can relax because you trust the person helping or looking after you.
# --questions--
## --text--
What does Sophie mean when she says `I think you are in good hands`?
## --answers--
Tom needs good hands.
### --feedback--
The phrase doesn't refer to physically handling an object.
---
Tom is holding something good.
### --feedback--
It is not about holding something in your hands.
---
Maria is a capable leader.
---
Tom is in trouble.
### --feedback--
The phrase suggests that Tom is indeed being helped, and well.
## --video-solution--
3
# --scene--
```json
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sophie",
"position": {"x":50,"y":0,"z":1.4},
"opacity": 0
}
],
"audio": {
"filename": "1.3-3.mp3",
"startTime": 1,
"startTimestamp": 57.46,
"finishTimestamp": 60.40
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 3.94,
"dialogue": {
"text": "Maria is a fantastic leader to have. I think you're in good hands.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 4.44
}
]
}
```