Back to Freecodecamp

Task 145

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

latest1.9 KB
Original Source
<!-- (Audio) Sarah: Actually, yes. They are a bit out of the way—go to the server room, but instead of going inside, turn right just before the door. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Actually, yes. They are a bit BLANK — go to the BLANK, but instead of going inside, turn right just before the door.

--blanks--

out of the way

--feedback--

These four words together mean not in a usual or easy-to-reach location.


server room

--feedback--

This two-word phrase means a space where network and computer equipment is stored.

--explanation--

Out of the way means something is located in a place that's not easy to reach or not commonly used. For example:

The printer is out of the way in a corner. – This means it's in an inconvenient location.

Server room is a special area where computer servers and network equipment are kept. For example:

Only IT staff can enter the server room. – This shows it's a technical and secure space.

--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": 37.42,
      "finishTimestamp": 44.28
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 7.86,
      "dialogue": {
        "text": "Actually, yes. They're a bit out of the way - go to the server room, but instead of going inside, turn right just before the door.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.36
    }
  ]
}