Back to Freecodecamp

Task 50

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68455c246a80c9ac41129536.md

latest1.8 KB
Original Source
<!-- (Audio) Anna: How about between the IT department and HR? That way, it's just a short walk for most teams. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Anna's reason for suggesting this location?

--answers--

It's where the sales team used to sit.

--feedback--

Anna doesn't mention the sales team or past seating arrangements.


It has more windows and better lighting.

--feedback--

Lighting isn't mentioned in her suggestion.


It's the only space that's still available.

--feedback--

Anna doesn't say it's the only option — she's giving a reason based on distance.


It's easy to reach for most of the teams.

--video-solution--

4

--explanation--

Anna suggests placing the space between the IT department and HR because it's easy for most teams to reach.

She says, it's just a short walk, showing that her focus is on convenience and accessibility for everyone.

--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": 67.5,
      "finishTimestamp": 72.64
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 6.14,
      "dialogue": {
        "text": "How about between the IT department and HR? That way, it's just a short walk for most teams.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 6.64
    }
  ]
}