Back to Freecodecamp

Task 10

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

latest1.4 KB
Original Source
<!-- (Audio) Bob: She is a tall woman in her early 40s, with long blond hair and glasses. -->

--description--

When you describe something with more than one adjective, there's a specific order. For example, for describing hair, the length (like long) usually comes before the color (like blond).

--fillInTheBlank--

--sentence--

She is a tall woman in her early 40s, with BLANK BLANK hair and glasses.

--blanks--

long

--feedback--

This word describes the length of the hair and comes first.


blond

--feedback--

This word describes the color of the hair and follows the length.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 7.18,
      "finishTimestamp": 11.70
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.52,
      "dialogue": {
        "text": "She's a tall woman in her early 40s with long blonde hair and glasses.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.02
    }
  ]
}