Back to Freecodecamp

Task 32

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

latest1.8 KB
Original Source
<!-- (Audio) Bob: And the marketing team? They need a quiet area but also want to be close to the sales department. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does the marketing team want?

--answers--

To sit in the middle of the office for more visibility.

--feedback--

Bob says they want a quiet area, not more visibility.


To move far away from the sales department.

--feedback--

Actually, they want to be close to the sales department, not far from it.


To work with the HR department more closely.

--feedback--

Bob does not mention HR. He talks about their location relative to the sales team.


To be in a quiet place that's near the sales department.

--video-solution--

4

--explanation--

Bob explains that the marketing team wants a quiet work area but also needs to stay close to the sales department.

This shows they need a balance between focus and collaboration.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-1.mp3",
      "startTime": 1,
      "startTimestamp": 32.68,
      "finishTimestamp": 37.84
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.16,
      "dialogue": {
        "text": "And the marketing team? They need a quiet area, but also want to be close to the sales department.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.66
    }
  ]
}