Back to Freecodecamp

Task 73

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

latest1.9 KB
Original Source
<!-- (Audio) Alice: That's interesting. I'm also interested in career growth. Which company offers the most opportunities for advancement? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Alice looking for in a company?

--answers--

A company with the best salary.

--feedback--

Alice does not mention salary.


A company with the best work-life balance.

--feedback--

Alice does not talk about work-life balance.


A company that helps employees grow in their careers.


A company that offers remote work.

--feedback--

Alice does not mention remote work.

--video-solution--

3

--explanation--

Alice says I'm also interested in career growth, and asks about the most opportunities for advancement. This means she wants a company that helps employees develop skills, get promotions, and progress in their careers.

--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.72,
      "finishTimestamp": 24.24
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.62,
      "dialogue": {
        "text": "That's interesting. I'm also interested in career growth.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 3.96,
      "finishTime": 6.52,
      "dialogue": {
        "text": "Which company offers the most opportunities for advancement?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 7.02
    }
  ]
}