Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/683d49f911f2da920f380ab8.md

latest1.4 KB
Original Source
<!-- (Audio) Bob: Exactly. It's in the back, next to the emergency exit. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Exactly. It's in the back, next to the BLANK.

--blanks--

emergency exit

--feedback--

This two-word phrase refers to a special door used for leaving a building quickly in case of danger.

--explanation--

Emergency exit means a door or way out used during emergencies like fires. For example:

Make sure the emergency exit is not blocked. – This shows that the exit should always be clear for safety reasons.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-1.mp3",
      "startTime": 1,
      "startTimestamp": 16.4,
      "finishTimestamp": 19.72
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.32,
      "dialogue": {
        "text": "Exactly. It's in the back, next to the emergency exit.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.82
    }
  ]
}