Back to Freecodecamp

Task 139

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Yes, they're in a small storage room. Go back towards the main entrance, but before you get there, take a right. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, they're in a small storage room. Go back towards the BLANK, but before you get there, BLANK.

--blanks--

main entrance

--feedback--

This two-word phrase means the primary way into a building.


take a right

--feedback--

This three-word phrase means to turn to the right side when walking or driving.

--explanation--

Main entrance refers to the primary or front door to a building. For example:

Visitors should enter through the main entrance. – This means the front entry is the correct one.

Take a right means to turn to the right. For example:

Take a right after the elevator. – This means to go right when you reach the elevator.

--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": 22.74,
      "finishTimestamp": 28.16
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.42,
      "dialogue": {
        "text": "Yes, they're in a small storage room. Go back towards the main entrance, but before you get there, take a right.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.92
    }
  ]
}