Back to Freecodecamp

Task 29

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6853235f45e017b1869875fd.md

latest1.6 KB
Original Source
<!-- (Audio) Anna: Great idea, Brian. Encouraging growth is key. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Anna mean?

--answers--

She thinks growth should be optional for staff.

--feedback--

She doesn't say it's optional.


She wants to focus more on reducing workloads.

--feedback--

Her comment doesn't mean she wants to reduce work.


She believes the company should avoid talking about growth too much.

--feedback--

She is not avoiding growth.


She believes helping employees develop is very important.

--video-solution--

4

--explanation--

Key means something that is very important or essential to achieve something. For example:

Communication is key to a successful project. – This means communication is an essential part of success in the project.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-1.mp3",
      "startTime": 1,
      "startTimestamp": 56.16,
      "finishTimestamp": 58.88
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "Great idea, Brian. Encouraging growth is key.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.22
    }
  ]
}