Back to Freecodecamp

Task 41

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/657eda6e48e0d7c92f0af163.md

latest1.7 KB
Original Source
<!-- (Audio) James: Hey, I noticed you have a huge collection of action figures on that shelf behind you. -->

--description--

Huge means very big or large in size, amount, or degree. For example:

The building is huge. - This means the building is very large or big in size.

A collection refers to a group of items gathered together, often because they are of the same type or share a theme. For example:

I have a collection of stamps from different countries. - This means you have many stamps from various places kept together.

--fillInTheBlank--

--sentence--

Hey, I noticed you have a BLANK BLANK of action figures on that shelf behind you.

--blanks--

huge

--feedback--

This word describes the large size or amount.


collection

--feedback--

This word refers to the group of action figures gathered together, showing the person's interest in collecting them.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 4.10
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.10,
      "dialogue": {
        "text": "Hey, I noticed you have a huge collection of action figures on that shelf behind you.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.60
    }
  ]
}