Back to Freecodecamp

Task 21

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

latest2.4 KB
Original Source
<!-- (Audio) Sarah: After coffee, I like to take a quick shower to freshen up. It helps me feel more alert and ready for the day. 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--

Listen to the audio and fill in the blanks with words you've learned from previous tasks.

--fillInTheBlank--

--sentence--

After coffee, I like to take a BLANK shower to BLANK. It helps me feel more BLANK and ready for the day. Then, I BLANK dressed. Jeans and a BLANK, you know. Our company has a BLANK dress BLANK and I like to keep it BLANK.

--blanks--

quick

--feedback--

This adjective describes something done in a short amount of time.


freshen up

--feedback--

It's a phrasal verb meaning to make oneself feel cleaner or more refreshed. Use two words.


alert

--feedback--

This adjective describes being fully aware and ready to react.


get

--feedback--

This word is used here to mean "start" or "begin".


T-shirt

--feedback--

It's a casual top typically made of cotton, with short sleeves and no collar. The first letter is capitalized, and don't forget to use -.


relaxed

--feedback--

This adjective describes something calm or not strict, used here to describe the dress code.


code

--feedback--

This noun refers to a set of rules or guidelines, in this case, for clothing.


casual

--feedback--

This adjective describes a style that is relaxed and not formal.

--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": 24.32,
      "finishTimestamp": 35.5
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 12.18,
      "dialogue": {
        "text": "After coffee, I like to take a quick shower to freshen up. It helps me feel more alert and ready for the day. 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": 12.68
    }
  ]
}