Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/663677ae4cd78f2e87d34cac.md

latest1.9 KB
Original Source
<!-- (Audio) Tom: If you see her today, she's wearing a black and green jacket and a beige shirt. -->

--description--

Now it's time to introduce some pieces of clothing in English. In this lesson, Tom mentions two pieces that you normally wear on the upper part of your body.

A jacket is a piece of clothing you wear over your other clothes to keep warm or dry. It usually has long sleeves and a zipper or buttons in the front.

A shirt is a piece of clothing that covers your upper body. It can have short or long sleeves and usually buttons or a collar. You wear it under a jacket or on its own. Do not confuse it with a T-shirt, which is normally more informal and has no buttons on.

--fillInTheBlank--

--sentence--

If you see her today, she's wearing a black and green BLANK and a beige BLANK.

--blanks--

jacket

--feedback--

This blank is about a piece of clothing you wear over your other clothes to keep warm or dry.


shirt

--feedback--

This blank is related to a piece of clothing that covers your upper body, normally with buttons, sleeves and a collar.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 10.58,
      "finishTimestamp": 14.44
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.86,
      "dialogue": {
        "text": "If you see her today, she's wearing a black and green jacket and a beige shirt.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.36
    }
  ]
}