Back to Freecodecamp

Task 40

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/683fd10cfe6ceb0bf9a3c500.md

latest2.2 KB
Original Source
<!-- (Audio) Anna: Let's place them near the middle of the floor. They need to be easily reachable. Maybe right behind the conference rooms? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Let's place them near the BLANK the floor. They need to be easily BLANK. Maybe right BLANK the conference rooms?

--blanks--

middle of

--feedback--

This two-word phrase means the center or halfway point of something.


reachable

--feedback--

This word means easy to get to or contact.


behind

--feedback--

This means at the back of or in a position lower than or after something else.

--explanation--

Middle of means the center of a place. For example:

The desk is in the middle of the room. – This shows it is in the center.

Reachable means something or someone can be easily contacted or accessed. For example:

The manager is always reachable by email. – This means you can contact them easily.

Behind shows position at the back of something. For example:

The storage area is behind the meeting room. – This means it is located at the back.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-1.mp3",
      "startTime": 1,
      "startTimestamp": 50.06,
      "finishTimestamp": 55.98
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.24,
      "dialogue": {
        "text": "Let's place them near the middle of the floor.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 3.26,
      "finishTime": 6.92,
      "dialogue": {
        "text": "They need to be easily reachable. Maybe right behind the conference rooms?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 7.12
    }
  ]
}