Back to Freecodecamp

Task 72

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

latest1.8 KB
Original Source
<!-- (Audio) Alice: Which company offers the most opportunities for advancement? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Which company offers BLANK for BLANK?

--blanks--

the most opportunities

--feedback--

These three words together refer to having the highest number of chances to do something. The third word is in the plural form.


advancement

--feedback--

This word means moving forward or making progress in a career or position.

--explanation--

The most opportunities means the highest number of chances to achieve something. For example:

This company provides the most opportunities for skill development. - This means the company offers more chances to improve skills than others.

Advancement means progress or moving to a higher level in a career. For example:

The company supports employee advancement through promotions and training. - This means the company helps employees move up 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": 21.68,
      "finishTimestamp": 24.24
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.56,
      "dialogue": {
        "text": "Which company offers the most opportunities for advancement?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.06
    }
  ]
}