Back to Freecodecamp

Task 141

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6857c01d2f77895b6c5c4ac9.md

latest1.6 KB
Original Source
<!-- (Audio) Sarah: It's the second door on your left, opposite the mail room. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's the second door on your left, BLANK the BLANK.

--blanks--

opposite

--feedback--

This word means directly across from something.


mail room

--feedback--

This two-word phrase means a place where letters and packages are received or sent.

--explanation--

Opposite means directly across from or facing something. For example:

The meeting room is opposite the elevator. – This means the two are on facing sides.

Mail room is a place in an office where mail is handled. For example:

Check the mail room for the delivery. – This means the package might be there.

--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": 28.08,
      "finishTimestamp": 31.02
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.94,
      "dialogue": {
        "text": "It's the second door on your left opposite the mail room.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.44
    }
  ]
}