Back to Freecodecamp

Task 45

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

latest1.3 KB
Original Source
<!-- (Audio) Tom: Hmm, that's a tough one. Is it a type of rare plant? -->

--description--

Something rare is special because it is not common, something that you do not see or find often. For example, a rare animal is an animal that people do not see very much because there are not many of them.

Listen to Tom and fill in the blank.

--fillInTheBlank--

--sentence--

Hmm, that's a tough one. Is it a type of BLANK plant?

--blanks--

rare

--feedback--

This blank refers to something difficult to see or find.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 23.72,
      "finishTimestamp": 27.02
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "Hmm, that's a tough one. Is it a type of rare plant?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}