Back to Freecodecamp

Task 31

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

latest1.1 KB
Original Source
<!-- (Audio) Sophie: You can't miss his goatee. -->

--description--

A goatee is a small beard that grows only on the chin and sometimes just below the lower lip.

Listen to the dialogue and fill in the blank

--fillInTheBlank--

--sentence--

You can't miss his BLANK.

--blanks--

goatee

--feedback--

This blank refers to a small beard growing only on the chin.

--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": 20.7,
      "finishTimestamp": 22.14
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.44,
      "dialogue": {
        "text": "You can't miss his goatee.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 2.94
    }
  ]
}