Back to Freecodecamp

Task 132

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68578f9f4fdc0b2fe8382bd4.md

latest2.0 KB
Original Source
<!-- (Audio) Sarah: If you head straight down this corridor and turn left at the break area, you'll see them stored right across from the coffee machine. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If you head straight down this BLANK and BLANK at the BLANK, you'll see them stored right across from the coffee machine.

--blanks--

corridor

--feedback--

This word means a long hallway or passage in a building.


turn left

--feedback--

This two-word direction tells someone to move to the left side.


break area

--feedback--

This two-word phrase refers to a place where employees rest or eat.

--explanation--

Corridor is a hallway or long passage that leads to different rooms. For example:

Walk down the corridor to reach the main office. – This means follow the hallway.

Turn left means to change direction to the left. For example:

Turn left at the corner. – This gives a direction to follow.

Break area is a spot in a workplace where people can relax or eat. For example:

You'll find the fridge in the break area. – This means it's in the rest space for workers.

--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": 12.68,
      "finishTimestamp": 18.22
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.54,
      "dialogue": {
        "text": "If you head straight down this corridor and turn left at the break area, you'll see them stored right across from the coffee machine.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.04
    }
  ]
}