Back to Freecodecamp

Task 61

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

latest1.8 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 answer the question below.

--questions--

--text--

Why is Alice asking for advice?

--answers--

Because Tom has more experience in the industry.


Because Alice wants to start her own company.

--feedback--

Alice is not asking about starting her own company.


Because Tom works at the best company.

--feedback--

Alice does not say that Tom works at the best company. She is asking for his opinion.


Because Alice is unhappy with her job.

--feedback--

Alice does not say that she is unhappy with her job, only that she is asking for advice.

--video-solution--

1

--explanation--

Alice says, you've been in the industry longer than I have. This means Tom has more experience in the field. Because of this, Alice asks for his advice on which company is the best to work for.

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