Back to Freecodecamp

Task 43

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

latest2.0 KB
Original Source
<!-- (Audio) Brian: If you're still having trouble, check if there's a community forum or support channel for the framework. Other developers might have faced similar issues. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Brian suggest Sophie do if she continues to have problems?

--answers--

To take a break from the project

--feedback--

Brian's suggestion involves seeking external help, not taking a break.


To write a report about the issues

--feedback--

He advises looking for community support, not writing a report.


To check for a community forum or support channel


To upgrade her computer system

--feedback--

The suggestion is about seeking help from others, not about upgrading her system.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 34.42,
      "finishTimestamp": 41.72
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.2,
      "dialogue": {
        "text": "If you're still having trouble, check if there's a community forum",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.2,
      "finishTime": 5.78,
      "dialogue": {
        "text": "or support channel for the framework.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 6.18,
      "finishTime": 8.3,
      "dialogue": {
        "text": "Other developers might have faced similar issues.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 8.8
    }
  ]
}