Back to Freecodecamp

Task 27

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Anna suggesting?

--answers--

To remove the reception area.

--feedback--

Anna is not talking about removing anything, just about a location.


To use the space opposite the reception area.


To move the reception closer to the entrance.

--feedback--

She is not suggesting moving the reception itself.


To check if the reception area is available.

--feedback--

Anna is suggesting an idea, not asking a question about availability.

--video-solution--

2

--explanation--

Anna is pointing out a location for possible use.

She says right across from the reception, which means the space directly opposite the reception area. This shows she is proposing that location for something.

--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
    }
  ]
}