Back to Freecodecamp

Task 38

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

latest1.4 KB
Original Source
<!-- (Audio) Bob: Perfect. Let's put them there. What about the customer support team? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Perfect. Let's put them there. What about the BLANK team?

--blanks--

customer support

--feedback--

This two-word phrase refers to the team that helps users or clients with questions and problems.

--explanation--

Customer support means the team that assists people who use a product or service. For example:

Customer support helped me fix the login issue. – This means they answered a question or solved a problem.

--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": 45.46,
      "finishTimestamp": 49.76
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.3,
      "dialogue": {
        "text": "Perfect. Let's put them there. What about the customer support team?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.8
    }
  ]
}