Back to Freecodecamp

Task 46

curriculum/challenges/english/blocks/learn-how-to-talk-about-hobbies-and-interests/657ee25acee11cd3122e0876.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--

The preposition on indicates that something is positioned above and touching or supported by something else. For example:

  • She left her phone on the printer. - The phone is resting on top of the printer.

  • The error message appears on the screen. - This means that the error message is visible and accessible.

--questions--

--text--

How does James use the word on in his sentence?

--answers--

To indicate the location of the action figures.


To suggest that the action figures are moving.

--feedback--

James' usage of on indicates a position, not movement.


To express dissatisfaction.

--feedback--

The word on in this context does not express emotions or opinions.


To indicate ownership.

--feedback--

On is used to describe the position of the action figures, not ownership.

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