Back to Freecodecamp

Task 130

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/685781e063a4c620f76a7d2e.md

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Where are the monitors now?

--answers--

Inside the IT room.

--feedback--

Sarah says they are no longer inside the IT room.


In the storage closet.

--feedback--

The storage closet is not mentioned.


Outside of the IT room.


Under the front desk.

--feedback--

Sarah doesn't mention the front desk at all.

--video-solution--

3

--explanation--

Sarah says, They've placed them outside of the IT room now. This means the monitors have been moved and are currently located just outside that room.

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