Back to Freecodecamp

Task 36

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

latest1.7 KB
Original Source
<!-- (Audio) Anna: It's a bit isolated from the main walkways, so it should be quieter. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's a bit BLANK from the main BLANK, so it should be quieter.

--blanks--

isolated

--feedback--

This word means separate or away from others.


walkways

--feedback--

This word in the plural form refers to paths or corridors where people usually walk.

--explanation--

Isolated means something is away or separate from other things. For example:

The meeting room is isolated from the noisy areas. – This means it is in a quiet, separate spot.

Walkways are paths or corridors that people use to move around a building. For example:

The printer is placed near the walkways for easy access. – This means the printer is close to the paths people use to walk, so it's easy for everyone to reach and use it.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-1.mp3",
      "startTime": 1,
      "startTimestamp": 42.02,
      "finishTimestamp": 45.56
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 4.54,
      "dialogue": {
        "text": "It's a bit isolated from the main walkways, so it should be quieter.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 5.04
    }
  ]
}