Back to Freecodecamp

Task 138

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

latest2.0 KB
Original Source
<!-- (Audio) Sarah: Yes, they're in a small storage room. Go back towards the main entrance, but before you get there, take a right. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, they're in a small BLANK. BLANK BLANK the main entrance, but before you get there, take a right.

--blanks--

storage room

--feedback--

This two-word phrase is a place used for keeping supplies or extra items.


Go back

--feedback--

This two-word phrase means to return in the direction you came from. The first letter of the first word is capitalized.


towards

--feedback--

This preposition means in the direction of something.

--explanation--

Storage room is a space used to keep items not in immediate use. For example:

The extra cables are in the storage room. – This means the cables are stored there.

Go back means to return or move in the opposite direction. For example:

Go back to the entrance if you're lost. – This means return to the starting point.

Towards means in the direction of something. For example:

Walk towards the lobby. – This tells someone to move in that direction.

--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": 22.74,
      "finishTimestamp": 28.16
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.42,
      "dialogue": {
        "text": "Yes, they're in a small storage room. Go back towards the main entrance, but before you get there, take a right.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.92
    }
  ]
}