Back to Freecodecamp

Task 28

curriculum/challenges/english/blocks/learn-how-to-provide-explanations-when-helping-others/66263aace1c84e52a2974049.md

latest2.0 KB
Original Source
<!-- (Audio) Maria: If you're still having issues, you can always reach out to our support team. They're great at helping with specific problems. -->

--description--

Maria is saying something about the support team.

--questions--

--text--

What is great about the support team according to Maria?

--answers--

They are quick to respond.

--feedback--

While responsiveness may be a quality, Maria specifically praises their help with specific problems.


They organize regular training sessions.

--feedback--

Maria mentions their ability to help with problems, not organizing training.


They provide discounts on software.

--feedback--

The focus is on their helpfulness, not on providing discounts.


Their ability to help with specific problems.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 18.6,
      "finishTimestamp": 23.94
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.1,
      "dialogue": {
        "text": "If you're still having issues,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 2.22,
      "finishTime": 3.98,
      "dialogue": {
        "text": "you can always reach out to our support team.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4.3,
      "finishTime": 6.34,
      "dialogue": {
        "text": "They're great at helping with specific problems.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.84
    }
  ]
}