Back to Freecodecamp

Task 146

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Actually, yes. They are a bit out of the way—go to the server room, but instead of going inside, turn right just before the door. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Actually, yes. They are a bit out of the way - go to the server room, but BLANK BLANK, turn right just before the door.

--blanks--

instead of

--feedback--

This two-word phrase is used when replacing one action or choice with another.


going inside

--feedback--

This two-word phrase means entering a room or place.

--explanation--

Instead of is used to show a different action or choice. For example:

Let's meet online instead of in person. – This means you prefer one option over the other.

Going inside means entering a place. For example:

He waited outside instead of going inside. – This means he chose not to enter.

--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": 37.42,
      "finishTimestamp": 44.28
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 7.86,
      "dialogue": {
        "text": "Actually, yes. They're a bit out of the way - go to the server room, but instead of going inside, turn right just before the door.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.36
    }
  ]
}