Back to Freecodecamp

Task 85

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

latest2.4 KB
Original Source
<!-- (Audio) Tom: Oh, that's definitely StartUpLabs. They have the most laid-back culture, with a casual dress code and a fun work environment. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Oh, that's BLANK StartUpLabs. They have the most BLANK culture, with a BLANK BLANK and a fun work environment.

--blanks--

definitely

--feedback--

This word shows strong certainty about something.


laid-back

--feedback--

This means relaxed and not strict. This is a compound word. Remember to use -.


casual

--feedback--

This word means informal and comfortable.


dress code

--feedback--

This two-word phrase refers to the rules about what employees can wear at work.

--explanation--

Laid-back means relaxed and informal. For example:

The company has a laid-back atmosphere where employees can take breaks whenever they need. - This means the work environment is not stressful or strict.

Casual describes something informal and comfortable. For example:

He wore casual clothes like jeans and a t-shirt to work. - This means he dressed in a relaxed and informal way.

Dress code refers to rules about what people should wear in a specific place. For example:

The office dress code lets employees wear sneakers and jeans. - This means employees don't have to wear formal clothes like suits.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-2.mp3",
      "startTime": 1,
      "startTimestamp": 56,
      "finishTimestamp": 64.04
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "Oh, that's definitely Startup Labs.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 3.94,
      "finishTime": 9.04,
      "dialogue": {
        "text": "They have the most laid-back culture with a casual dress code and a fun work environment.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 9.54
    }
  ]
}