Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65d752c6240228a36a5a3ac3.md

latest1.9 KB
Original Source
<!-- (Audio) Maria: He's been with us for some time, nearly 10 years. He's tall and has curly hair. He always has this vigilant look, probably a result of his job. -->

--description--

To describe someone's appearance, you often use adjectives like tall (above average) or short (below average) for height.

You can use have to describe someone possessing a feature. For instance, She has blue eyes. This means that the person possesses the feature of blue-colored eyes.

Curly hair means the hair is not straight or flat but has lots of curls or waves.

--fillInTheBlank--

--sentence--

He's been with us for some time, nearly 10 years. He's BLANK and BLANK BLANK BLANK. He always has this vigilant look, probably a result of his job.

--blanks--

tall

--feedback--

This adjective is used to describe someone's height as above average.


has

--feedback--

It's used to indicate possession of a physical feature.


curly

--feedback--

This word describes the type of hair as having curls or waves.


hair

--feedback--

It's the physical feature being described.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 10.96,
      "finishTimestamp": 18.72
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 8.76,
      "dialogue": {
        "text": "He's been with us for some time, nearly 10 years. He's tall and has curly hair. He always has this vigilant look, probably a result of his job.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 9.26
    }
  ]
}