Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6839882689fed465c055d3f5.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 complete the sentence below.

--fillInTheBlank--

--sentence--

Let's start with the IT department. I think it should be next to the BLANK for BLANK.

--blanks--

server room

--feedback--

This two-word phrase means a dedicated space where computer systems and networking equipment are kept.


easy access

--feedback--

This two-word phrase means it is simple and quick to get to a place or thing.

--explanation--

Server room means a special room where computer servers and important equipment are kept. For example:

The server room is located on the first floor. – This refers to the area where servers are stored.

Easy access means something is simple to reach or use. For example:

The office has easy access to public transport. – This means it is easy to get to the office.

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