Back to Freecodecamp

Task 44

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

latest1.8 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--

When you talk about objects or things in a specific place, you often use the word that to point them out. For example, that shelf means the shelf you are talking about or focusing on at the moment.

The word shelf is a noun that refers to a flat, horizontal surface used for holding items. When you talk about more than one shelf, you should change the ending to make it plural by replacing -f with -ves, so it becomes shelves. For example, one shelf, but two shelves.

--fillInTheBlank--

--sentence--

Hey, I noticed you have a huge collection of action figures on BLANK BLANK behind you. Are you a collector?

--blanks--

that

--feedback--

This word is used to specify which shelf James is talking about.


shelf

--feedback--

It's a flat and horizontal surface. You should use its singular form.

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