Back to Freecodecamp

Task 20

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

latest1.5 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--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah wear for her casual work day?

--answers--

Jeans and a T-shirt


A suit and a tie

--feedback--

A suit and tie are more formal, not casual like Sarah wears.


A dress and heels

--feedback--

Sarah does not mention wearing a dress and heels. These can be formal or casual.


A skirt and a blouse

--feedback--

Sarah does not talk about a skirt and blouse. These can be formal or casual.

--video-solution--

1

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