Back to Freecodecamp

Task 131

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68578e3e317cc5297ecbb2a5.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 BLANK BLANK BLANK this corridor and turn left at the break area, you'll see them stored right across from the coffee machine.

--blanks--

head

--feedback--

This verb means to move in a direction.


straight

--feedback--

This word means in a direct line without turning.


down

--feedback--

This word shows movement from a higher place to a lower one or along a path.

--explanation--

Head means to go or move in a specific direction. For example:

We need to head back to the office. – This means go toward the office.

Straight means without turns or curves. For example:

Walk straight ahead to find the exit. – This means go directly forward.

Down can describe moving along a path or lower space. For example:

Go down the hall to reach the conference room. – This means move along the hallway.

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