Back to Freecodecamp

Task 26

curriculum/challenges/english/blocks/learn-how-to-ask-for-clarification-on-code-understanding/65f56b6445b35b558688bc4d.md

latest2.0 KB
Original Source
<!-- (Audio) Sarah: I see. I should probably debug it step by step. With your input, we can work together to solve this problem. -->

--description--

Step by step means doing something one stage at a time. For example, debugging step by step means solving a problem in small, manageable parts.

Input in coding often means information or advice given for a project.

Work together means to collaborate, and pair up is similar, meaning two people working closely together.

Finally, to solve a problem is to try to find a solution for it. In this case, Tom and Sarah are trying to find a solution for a possible bug in the code.

--fillInTheBlank--

--sentence--

I see. I should probably debug it BLANK by BLANK. With your input, we can work BLANK to BLANK this problem.

--blanks--

step

--feedback--

It represents the beginning of each individual action within a series.


step

--feedback--

It implies a methodical, gradual approach to debugging.


together

--feedback--

It means Sarah and Tom collaborating to fix the issue.


solve

--feedback--

It means to find a solution or fix a problem.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 19.7,
      "finishTimestamp": 25.52
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.82,
      "dialogue": {
        "text": "I see. I should probably debug it step by step. With your input, we can work together to solve this problem.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.32
    }
  ]
}