Back to Freecodecamp

Task 142

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6857c0cc9999b55df2d0e3dc.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 answer the question below.

--questions--

--text--

How does Sarah describe the location of the storage room?

--answers--

Next to the reception desk.

--feedback--

She doesn't mention a reception desk.


Behind the break area.

--feedback--

The break area is not mentioned.


Second door on the left, across from the mail room.


Near the coffee machine and printers.

--feedback--

Sarah doesn't mention a coffee machine.

--video-solution--

3

--explanation--

Sarah clearly states it is the second door on your left, opposite the mail room, which means it's across from the mail room and on the left-hand side.

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