Back to Freecodecamp

Task 3

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

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

--description--

When you describe a person physically, some of the characteristics that come to mind in the first place are related to this person's hair and eyes. This is because these characteristics stand out when we see a person. People's hair grows on top of their heads, and it can be different colors and lengths. People's eyes are the two parts of your face you use to see. You look through them to see everything around you and they can be of different colors.

Listen and fill in the blanks.

--fillInTheBlank--

--sentence--

She's a colleague with long wavy brown BLANK and bright brown BLANK.

--blanks--

hair

--feedback--

The thing that grows in strands on top of your head.


eyes

--feedback--

The two parts of your face that help you to see the world.

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