Back to Freecodecamp

Task 135

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

latest1.5 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. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How will James reply if he understands Sarah's directions?

--answers--

Got it.

--audio-id--

EN0e286082


Where is the break area again?

--audio-id--

ENd0993089

--feedback--

This question shows confusion.

--video-solution--

1

--explanation--

If James understands the directions clearly, a simple response like Got it shows he doesn't need more help.

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