Back to Freecodecamp

Task 10

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6839874364d5a162ea3d0478.md

latest1.4 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 BLANK the server room for easy access.

--blanks--

next to

--feedback--

This two-word phrase means very close to or beside something.

--explanation--

Next to means beside or very near to something. For example:

The printer is next to the desk. – This shows that the printer is located right beside the desk.

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