Back to Freecodecamp

Task 10

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

latest2.0 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 a person's clothes, it is common to refer to them by mentioning their size and color. Let's take a look at some colors in this challenge.

Beige is a color similar that of sand on a tropical beach or a very light brown paper.

Black is the darkest color. It looks like the sky at night when it's very dark and there are no lights. You can also hear people refer to black as the absence of colors. It is the opposite of white, which is referred to as the combination of all colors.

Green is the color of many plants and leaves. It looks like the color of grass in a park or the leaves on trees.

Listen to the audio and fill in the blanks.

--fillInTheBlank--

--sentence--

If you see her today, she's wearing a BLANK and BLANK jacket and a BLANK shirt.

--blanks--

black

--feedback--

This blank refers to the absence of colors or the darkest color.


green

--feedback--

This blank refers to the color of grass in a park.


beige

--feedback--

This blank refers to the color of sand on most tropical beaches.

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