Back to Freecodecamp

Task 25

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

latest2.3 KB
Original Source
<!-- (Audio) David: I did, but I'm still a bit confused. Maria: No worries. You might want to click on the `Help` menu. There are step-by-step guides there. -->

--description--

Maria responds to David's need with a new suggestion.

--questions--

--text--

What does Maria suggest David do to address his need?

--answers--

To restart the software and try again

--feedback--

Maria recommends using the Help menu, not restarting the software.


To click on the Help menu for step-by-step guides


To watch more tutorial videos

--feedback--

She suggests looking at guides in the Help menu, not more videos.


To ignore his confusion and continue working

--feedback--

Maria offers a specific solution to help with his confusion.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      },
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 7.96,
      "finishTimestamp": 15.02
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 3.14,
      "dialogue": {
        "text": "I did, but I'm still a bit confused.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 3.46
    },
    {
      "background": "company1-boardroom.png",
      "character": "Maria",
      "opacity": 1,
      "startTime": 3.46
    },
    {
      "character": "Maria",
      "startTime": 3.78,
      "finishTime": 6.1,
      "dialogue": {
        "text": "No worries. You might want to click on the Help menu.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 6.42,
      "finishTime": 8.06,
      "dialogue": {
        "text": "There are step-by-step guides there.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 8.56
    }
  ]
}