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>
97 lines
1.7 KiB
Markdown
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
|
|
}
|
|
]
|
|
}
|
|
```
|