Back to Freecodecamp

Task 133

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

latest1.6 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 corridor and turn left at the break area, you'll see them stored BLANK the coffee machine.

--blanks--

right across from

--feedback--

This three-word phrase means directly opposite or facing something.

--explanation--

Right across from means directly opposite something. For example:

The printer is right across from the filing cabinet. – This means the printer is facing the cabinet on the other side.

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