Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/learn-how-to-discuss-your-morning-or-evening-routine/6557aee56ed7dcb5506a66d6.md

latest1.9 KB
Original Source
<!-- (Audio) Sarah: Then, I get dressed. Jeans and a T-shirt, you know. Our company has a relaxed dress code and I like to keep it casual. -->

--description--

A dress code is a set of rules about what you should wear in a certain place or event. Different places have different dress codes. For example:

  • A relaxed dress code means you can wear casual, comfortable clothes.

  • A formal dress code requires more official and elegant clothes.

Note: Remember, dress codes can vary depending on the culture and the specific place.

--questions--

--text--

What does a relaxed dress code at work usually allow you to wear?

--answers--

Suits and ties

--feedback--

Suits and ties are usually part of a formal dress code, not a relaxed one.


Casual clothes like jeans and T-shirts


Uniforms

--feedback--

Uniforms are specific types of clothes required by some workplaces, not typically associated with a relaxed dress code.


Evening gowns

--feedback--

Evening gowns are very formal and are not usually worn in workplaces with a relaxed dress code.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 30.12,
      "finishTimestamp": 35.5
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.38,
      "dialogue": {
        "text": "Then, I get dressed. Jeans and a T-shirt, you know. Our company has a relaxed dress code and I like to keep it casual.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.88
    }
  ]
}