Back to Freecodecamp

Task 28

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685322cee8cbfeaacebe4e85.md

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Great idea, Brian. Encouraging BLANK is key.

--blanks--

growth

--feedback--

This means progress or development, especially in skills or knowledge.

--explanation--

Growth means improvement or development, often in knowledge, skills, or ability. For example:

The company supports professional growth through regular training sessions. – This means the company helps employees improve and develop their skills.

--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
    }
  ]
}