Back to Freecodecamp

Task 77

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657cfeeeabb34d946d437dc7.md

latest1.5 KB
Original Source
<!-- (audio) Sophie: Maria is a fantastic leader to have. I think you're 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're 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
    }
  ]
}