Back to Freecodecamp

Task 71

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67d2d179c2bc442b8bf58d99.md

latest1.6 KB
Original Source
<!-- (Audio) Alice: That's interesting. I'm also interested in career growth. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's interesting. I'm also interested in BLANK BLANK.

--blanks--

career

--feedback--

This word refers to a person's professional work and progress over time.


growth

--feedback--

This word means improvement or development in skills, knowledge, or position.

--explanation--

Career growth means progress in a job or profession, such as gaining new skills, getting promotions, or taking on more responsibilities. For example:

This company supports career growth by offering training programs. - This means the company helps employees improve their skills and advance in their jobs.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-2.mp3",
      "startTime": 1,
      "startTimestamp": 18.62,
      "finishTimestamp": 21.34
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "That's interesting. I'm also interested in career growth.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.22
    }
  ]
}