Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/662519d6e045404a8825ec64.md

latest2.1 KB
Original Source
<!-- (Audio) Brian: Well, I break it down step by step. If I get stuck on a specific part, I ask for help from colleagues. Have you ever collaborated with someone to solve coding problems? -->

--description--

Brian shares his method for handling coding challenges.

--questions--

--text--

What does Brian do when facing a difficult coding problem?

--answers--

He always solves it alone without help.

--feedback--

Brian mentions asking for help, so he doesn't always solve problems alone.


He breaks down the problem and asks colleagues for help if needed.


He immediately hands the problem over to someone else.

--feedback--

Brian's approach involves breaking down the problem himself, not just handing it over.


He avoids difficult coding problems.

--feedback--

His approach is about actively tackling problems, not avoiding them.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 44.24,
      "finishTimestamp": 53.58
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.1,
      "dialogue": {
        "text": "Well, I break it down step by step.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.32,
      "finishTime": 6.78,
      "dialogue": {
        "text": "If I get stuck on a specific part, I ask for help from colleagues.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 7.6,
      "finishTime": 10.34,
      "dialogue": {
        "text": "Have you ever collaborated with someone to solve coding problems?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 10.84
    }
  ]
}