Back to Freecodecamp

Task 17

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/662519204fa706489bf194d7.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--

A colleague is someone you work with, especially in a professional or formal setting. Colleagues often collaborate to solve problems. For example, My colleague helped me fix the bug in the code.

--fillInTheBlank--

--sentence--

Well, I break it down step by step. If I get BLANK on a BLANK part, I ask for help from BLANK. Have you ever collaborated with someone to solve coding problems?

--blanks--

stuck

--feedback--

This word refers to being unable to progress in a task or problem.


specific

--feedback--

This word describes a particular part or aspect of a larger problem.


colleagues

--feedback--

This word refers to people you work with, often in a professional setting.

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