Back to Freecodecamp

Task 82

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

latest2.5 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 BLANK? I don't want to work somewhere that's too BLANK or BLANK. Which company has the most relaxed atmosphere?

--blanks--

company culture

--feedback--

This two-word phrase refers to the values, behaviors, and work environment of a company.


rigid

--feedback--

This word describes something that is strict and not flexible.


formal

--feedback--

This word means professional in style.

--explanation--

Company culture refers to the shared values, goals, and work environment of a company. For example:

This company is known for having a relaxed company culture with open spaces and flexible work hours. - This means that the company promotes a casual and flexible work environment.

Rigid means strict and not open to change. For example:

The company's rigid rules do not allow employees to work from home. - This means the company has very strict rules and does not allow flexibility.

Formal refers to something that follows traditional or professional standards. For example:

In a formal workplace, employees are expected to wear business suits every day. - This means the company has a professional dress code and work style.

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