Back to Freecodecamp

Task 149

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/685808720249540658b44018.md

latest1.6 KB
Original Source
<!-- (Audio) Sarah: There's a closet there where we're keeping all cables and related accessories. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Where are the cables and accessories being stored?

--answers--

On a table in the server room.

--feedback--

Sarah doesn't mention a table or say they are inside the server room.


Under the front desk.

--feedback--

The front desk is not mentioned.


In boxes near the break area.

--feedback--

There is no mention of boxes or the break area.


In a closet.

--video-solution--

4

--explanation--

Sarah clearly states that the cables and accessories are being kept in a closet, indicating it's a small storage area designated for those items.

--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": 44.18,
      "finishTimestamp": 47.9
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.72,
      "dialogue": {
        "text": "There's a closet there where we're keeping all cables and related accessories.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.22
    }
  ]
}