Back to Freecodecamp

Task 8

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/6626dd1f251b2a43ad18b3bb.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--

In English, when you describe another person to someone else, it is also common to refer to their clothes. As they change according to the day, you normally use a combination of the verb to be and another verb in the -ing form, the verb to wear, to refer to what the clothes the person has on their body at that moment. Example: He's wearing jeans and a T-shirt.

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

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

--blanks--

wearing

--feedback--

This is the verb used to describe what a person has on their body at the moment. Use the -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
    }
  ]
}