Back to Freecodecamp

Task 29

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

latest1.4 KB
Original Source
<!-- (Audio) Sophie: He's got long dark hair and does not wear glasses. -->

--description--

A quick review: when it comes to describing someone's hair, remember to first mention the size of their hair and then mention their color.

Listen to Sophie and fill in the blanks accordingly.

--fillInTheBlank--

--sentence--

He's got BLANK BLANK hair and does not wear glasses.

--blanks--

long

--feedback--

The size of Tom's hair. It's the opposite of short.


dark

--feedback--

The color of Tom's hair. He's not blond, his hair has a shade that tends to black.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 18.04,
      "finishTimestamp": 20.68
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.64,
      "dialogue": {
        "text": "He's got long dark hair and does not wear glasses.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.14
    }
  ]
}