Back to Freecodecamp

Task 9

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

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

--description--

When talking about the clothes a person has in their body when you see them, you normally use a combination of the verb to be with the verb wear in the -ing form. Examples: Paul is wearing jeans and a T-shirt. I am wearing a blue jacket.

Listen to the sentence and fill in the blanks.

--fillInTheBlank--

--sentence--

If you see her today, sheBLANK BLANK a black and green jacket and a beige shirt.

--blanks--

's

--feedback--

The verb to be for he, she or it in its contracted form.


wearing

--feedback--

The verb used to refer to the clothes you have on your body. Use its -ing form.

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