Back to Freecodecamp

Task 140

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Yes, they're in a small storage room. Go back towards the main entrance, but before you get there, take a right. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

According to Sarah, where can James find the keyboards?

--answers--

Inside the IT room.

--feedback--

Sarah doesn't mention the IT room in this part of the conversation.


Next to the coffee machine.

--feedback--

That was mentioned earlier, but not in this part of the audio.


In a storage room near the main entrance.


By the back exit near the parking lot.

--feedback--

There is no mention of a back exit or parking lot.

--video-solution--

3

--explanation--

Sarah says the keyboards are in a small storage room.

She gives directions to go back toward the main entrance and take a right before reaching it. This means the storage room is located near the entrance area.

--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": 22.74,
      "finishTimestamp": 28.16
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.42,
      "dialogue": {
        "text": "Yes, they're in a small storage room. Go back towards the main entrance, but before you get there, take a right.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.92
    }
  ]
}