Back to Freecodecamp

Task 34

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

latest1.6 KB
Original Source
<!-- (Audio) Brian: Let's start by understanding the symptoms of the issue. -->

--description--

In medicine, symptoms are signs or indications of a condition or disease. Similarly, in coding, symptoms refer to signs or indications of a problem in the software or code.

For example, a symptom could be an error message or a part of the program not working correctly.

--fillInTheBlank--

--sentence--

Let's start BLANK understanding the BLANK of the issue.

--blanks--

by

--feedback--

It's used to indicate the method or way to start something. Here, it introduces the approach to understanding the issue.


symptoms

--feedback--

This word in coding refers to the observable signs or indications of a problem, similar to that of an illness in medicine.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 10.86,
      "finishTimestamp": 13.26
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.4,
      "dialogue": {
        "text": "Let's start by understanding the symptoms of the issue.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.9
    }
  ]
}