Back to Freecodecamp

Task 34

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/683ec4cd922be5783916ae10.md

latest1.4 KB
Original Source
<!-- (Audio) Anna: There's an area on the left side of the building, right next to the sales office. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

There's an area BLANK of the building, right next to the sales office.

--blanks--

on the left side

--feedback--

This four-word phrase describes a specific location on one side of a place.

--explanation--

On the left side means the area is located to the left when facing a direction. For example:

The cafeteria is on the left side of the hallway. – This means it is positioned on the left-hand side.

--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": 38.18,
      "finishTimestamp": 41.9
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.72,
      "dialogue": {
        "text": "There's an area on the left side of the building, right next to the sales office.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 5.22
    }
  ]
}