Back to Freecodecamp

Task 4

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

latest2.1 KB
Original Source
<!-- (Audio) Tom: She's a colleague with long wavy brown hair and bright brown eyes. -->

--description--

When you describe someone's hair, you usually talk about three things: color, type, and length.

Color: This is the shade of the hair. Common colors are black, brown, blonde, red, and gray.

Type: This describes how the hair looks and feels. Types of hair include straight (no curves), wavy (somewhat growing in curves), and curly (spiralling down).

Length: This tells us how long the hair is. Hair can be short (above the ears), medium (around the shoulders), or long (past the shoulders).

In English, however, the sequence of adjectives is important. You'll frequently describe a person's hair by first informing how long it is, then informing its type, and finally the color. For example, you might say someone has short, curly, blonde hair.

Now fill in the blanks with Tom's description of Lisa's hair.

--fillInTheBlank--

--sentence--

She's a colleague with BLANK BLANK BLANK hair and bright brown eyes.

--blanks--

long

--feedback--

First, the size. Lisa's hair goes past her shoulders.


wavy

--feedback--

Second, the type. Lisa's hair makes small waves as it grows.


brown

--feedback--

Finally, the color. Lisa's hair is a shade brighter than black, neither black, nor blonde.

--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": 6.52,
      "finishTimestamp": 10.6
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.08,
      "dialogue": {
        "text": "She's a colleague with long wavy brown hair and bright brown eyes.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.58
    }
  ]
}