Back to Freecodecamp

Task 23

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

latest1.5 KB
Original Source
<!-- (Audio) Maria: Of course! Have you tried watching the tutorial videos? -->

--description--

Maria is offering a suggestion to David to help with his difficulty.

--questions--

--text--

What is Maria suggesting to David to help with his software problem?

--answers--

To uninstall and reinstall the software

--feedback--

Maria's suggestion is about watching tutorials, not reinstalling software.


To read the software manual

--feedback--

Her advice is about watching videos, not reading a manual.


To contact the software support team

--feedback--

She suggests watching tutorial videos, not contacting support.


To watch tutorial videos for guidance

--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": 4.86,
      "finishTimestamp": 7.36
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.5,
      "dialogue": {
        "text": "Of course. Have you tried watching the tutorial videos?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4
    }
  ]
}