Back to Freecodecamp

Task 129

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68577f25ca09bb152e3f684d.md

latest1.6 KB
Original Source
<!-- (Audio) Sarah: Sure. They've placed them outside of the IT room now. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sure. They've BLANK them BLANK of the IT room now.

--blanks--

placed

--feedback--

This means to put something in a specific location. It ends with -ed.


outside

--feedback--

This word means the area or space that is not inside a building, room, or container.​

--explanation--

Placed means to put something somewhere on purpose. For example:

She placed the documents on the desk. – This means she put them in a specific spot.

Outside means not inside a place or structure. For example:

The team is waiting outside the meeting room. – This means they are not in the room, but near it.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-3.mp3",
      "startTime": 1,
      "startTimestamp": 9.88,
      "finishTimestamp": 12.82
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.94,
      "dialogue": {
        "text": "Sure. They've placed them outside of the IT room now.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.44
    }
  ]
}