Back to Freecodecamp

Task 15

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6839a4e1935f788a06b7a349.md

latest1.6 KB
Original Source
<!-- (Audio) Anna: That makes sense. The server room is in the back, right? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That makes sense. The server room is BLANK the BLANK, right?

--blanks--

in

--feedback--

This word indicates location, meaning inside or within a place.


back

--feedback--

This refers to a position or area that is at the rear or farthest part of something.

--explanation--

In means inside or within a certain place. For example:

The documents are in the folder. – This shows that the documents are inside the folder.

Back refers to the rear or furthest part of something. For example:

The office is located at the back of the building. – This means the office is in the rear part of the building.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-1.mp3",
      "startTime": 1,
      "startTimestamp": 13.32,
      "finishTimestamp": 16.26
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.94,
      "dialogue": {
        "text": "That makes sense. The server room is in the back, right?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.44
    }
  ]
}