Back to Freecodecamp

Task 31

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/683d7859a8fcf7c94b43865c.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 complete the sentence below.

--fillInTheBlank--

--sentence--

And the BLANK? They need a quiet area but also want to be BLANK the sales department.

--blanks--

marketing team

--feedback--

This two-word phrase refers to the group responsible for promoting the company's products or services.


close to

--feedback--

This two-word phrase means near or nearby in distance or location.

--explanation--

Marketing team refers to the group of employees that handles advertising, branding, and communication. For example:

The marketing team is launching a new campaign. - This means they are starting a new advertising or promotion project.

Close to means near something or someone in space. For example:

Her office is close to the break room. – This means it is located nearby.

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