Back to Freecodecamp

Task 83

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

latest1.9 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 complete the sentence below.

--fillInTheBlank--

--sentence--

I see. What about company culture? I don't want to work somewhere that's too rigid or formal. Which company has the most BLANK BLANK?

--blanks--

relaxed

--feedback--

This word means calm and not strict. It ends with -ed.


atmosphere

--feedback--

This word refers to the general feeling or mood of a place.

--explanation--

Relaxed atmosphere describes a workplace that feels comfortable and not too strict. For example:

The office has a relaxed atmosphere where employees can wear casual clothes and take breaks when needed. - This means the workplace is informal and allows flexibility.

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