Back to Freecodecamp

Task 58

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

latest1.9 KB
Original Source
<!-- (Audio) Alice: You've been in the industry longer than I have. Which company do you think is the best to work for? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

You've been in the BLANK BLANK I have. Which company do you think is the best to work for?

--blanks--

industry

--feedback--

This refers to a specific field of work, such as technology, healthcare, or finance.


longer than

--feedback--

This two-word phrase is used to compare time, meaning someone has spent more time doing something than another person.

--explanation--

Industry refers to a field of work or business. For example:

She has worked in the tech industry for five years. - This means she has been employed in the technology sector for five years.

Longer than is a phrase used for comparison, meaning a greater amount of time. For example:

He has worked here longer than I have. - This means he has worked in some place for more time than you have.

--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": 4.6,
      "finishTimestamp": 8.62
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.02,
      "dialogue": {
        "text": "You've been in the industry longer than I have. Which company do you think is the best to work for?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.52
    }
  ]
}