Back to Freecodecamp

Task 27

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

latest1.9 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 offers an additional solution for David.

--questions--

--text--

What is Maria suggesting if David still has issues?

--answers--

To take a break and try again later

--feedback--

Maria specifically suggests reaching out to the support team.


To contact the support team for help


To keep trying on his own without asking for help

--feedback--

Maria's suggestion involves seeking help, not continuing alone.


To attend a training session

--feedback--

Her suggestion is to contact the support team, not to attend training.

--video-solution--

2

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