Back to Freecodecamp

Task 22

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

latest1.5 KB
Original Source
<!-- (Audio) Anna: HR should be near the entrance. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

HR should be BLANK the BLANK.

--blanks--

near

--feedback--

This word means close to or not far from something.


entrance

--feedback--

This word refers to the place where you go into a building or room.

--explanation--

Near means close in distance. For example:

The meeting room is near the kitchen. – This means the two places are close to each other.

Entrance is the place where you enter a building. For example:

Please use the main entrance to get inside. – This tells people where to go in.

--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": 23.02,
      "finishTimestamp": 24.96
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 2.94,
      "dialogue": {
        "text": "HR should be near the entrance.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 3.44
    }
  ]
}