Back to Freecodecamp

Task 42

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

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

--description--

A huge collection is used to describe the quantity and variety of items collected over time. For example:

He owns a huge collection of programming books. - This means he has many different books about programming.

--questions--

--text--

What does huge collection mean here?

--answers--

A few items

--feedback--

Huge collection means many items, not just a few.


Many different items


A new hobby

--feedback--

This answer means someone just started collecting, but huge collection suggests they have been collecting for a while.


A neat arrangement of items

--feedback--

This answer talks about how items are arranged, but huge collection focuses on having many items.

--video-solution--

2

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