Back to Freecodecamp

Task 45

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

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

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What does James notice about the collection of action figures?

--answers--

It is huge and on a shelf.


It is small and on the floor.

--feedback--

James doesn't mention that the collection is small and on the floor.


It is being sold.

--feedback--

James just notices its size and location, not mentioning it being sold.


It is not very interesting.

--feedback--

James's observation implies he finds the collection interesting because he asks if Sarah is a collector.

--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": 5.18
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.18,
      "dialogue": {
        "text": "Hey, I noticed you have a huge collection of action figures on that shelf behind you. Are you a collector?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.68
    }
  ]
}