Back to Freecodecamp

Task 47

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

latest1.6 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 behind means that an object is located at the back side of another object. For example:

My bag is behind me. - This means your bag is located at the back side of where you are sitting.

--questions--

--text--

What does behind you mean?

--answers--

At the back side of you


In front of you

--feedback--

Behind you means it's at your back, not in front.


Above your head

--feedback--

This answer means something is over you, not necessarily at your back.


Below your feet

--feedback--

This answer means something is under you, not what behind you means.

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