Back to Freecodecamp

Task 26

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

latest1.8 KB
Original Source
<!-- (Audio) Anna: How about the space right across from the reception? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

How about the space BLANK BLANK from the BLANK?

--blanks--

right

--feedback--

This word emphasizes exact position or location.


across

--feedback--

This word means on the opposite side of something.


reception

--feedback--

This is the front desk or area where visitors are greeted.

--explanation--

Right emphasizes an exact location. For example:

The charger is right next to the laptop. – This means it is directly beside it.

Across means on the opposite side. For example:

The office is across the hall from the meeting room. – This means it's on the other side of the hallway.

Reception refers to the front desk or welcome area. For example:

Visitors should check in at reception. – This is where guests go first when they arrive.

--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": 27.68,
      "finishTimestamp": 30.48
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.8,
      "dialogue": {
        "text": "How about the space right across from the reception?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.3
    }
  ]
}