Back to Freecodecamp

Task 84

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

latest2.1 KB
Original Source
<!-- (Audio) Alice: I see. What about company culture? I don't want to work somewhere that's too rigid or formal. Which company has the most relaxed atmosphere? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Alice looking for in a company?

--answers--

A company with strict rules and policies.

--feedback--

Alice does not want a place that is too rigid or formal.


A company with a highly competitive environment.

--feedback--

She is asking about company culture, not competition.


A company with a relaxed atmosphere.


A company with a strong corporate hierarchy.

--feedback--

Alice is not interested in a formal or structured environment.

--video-solution--

3

--explanation--

Alice is asking about company culture because she does not want to work in a place that is too rigid or formal.

She specifically asks which company has the most relaxed atmosphere, meaning she prefers a workplace that is flexible and comfortable rather than strict and traditional.

--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": 48.7,
      "finishTimestamp": 56
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.9,
      "dialogue": {
        "text": "I see. What about company culture? I don't want to work somewhere that's too rigid or formal.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 6.2,
      "finishTime": 8.3,
      "dialogue": {
        "text": "Which company has the most relaxed atmosphere?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 8.8
    }
  ]
}