Back to Freecodecamp

Task 43

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

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

--description--

An action figure is a small toy that looks like a character from a movie, comic book, or video game. People often collect them because they like the characters or stories. For example:

My brother got a new action figure for his birthday. - This means he received a toy that represents a character he probably likes.

--questions--

--text--

What does Sarah enjoy collecting?

--answers--

Action figures


Comic books

--feedback--

Comic books are related to action figures since both involve characters from stories, but Sarah specifically mentions collecting action figures.


Video game characters

--feedback--

While action figures can be based on video game characters, Sarah's collection specifically consists of action figures, not the virtual characters themselves.


Toys

--feedback--

It's a broader category that includes action figures, but Sarah specifically expresses her love for collecting action figures.

--video-solution--

1

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