Back to Freecodecamp

Task 12

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6839892e6b47096ad94d5841.md

latest1.8 KB
Original Source
<!-- (Audio) Bob: Let's start with the IT department. I think it should be next to the server room for easy access. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob suggesting about the IT department?

--answers--

Bob wants to move the IT department far from the server room.

--feedback--

Bob suggests placing the IT department close to the server room, not far from it.


Bob thinks the IT department should be near the cafeteria.

--feedback--

Bob specifically mentions the server room, not the cafeteria.


Bob suggests placing the IT department next to the server room.


Bob is asking if the IT department should be closed for maintenance.

--feedback--

Bob is talking about placement, not maintenance.

--video-solution--

3

--explanation--

Bob is suggesting that the IT department should be placed next to the server room. This means close to or beside the server room to allow easy access.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-1.mp3",
      "startTime": 1,
      "startTimestamp": 8.6,
      "finishTimestamp": 13.04
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.04,
      "dialogue": {
        "text": "Let's start with the IT department. I think it should be next to the server room for easy access.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.54
    }
  ]
}