Back to Freecodecamp

Task 16

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

latest1.4 KB
Original Source
<!-- (Audio) Tom: Sarah, I'm dealing with a persistent bug in this section of the code. -->

--description--

In coding, the term persistent often refers to something that continues to exist or occur, especially a problem or a bug that is difficult to solve.

Persistence is the noun form, referring to the state of being persistent.

For example, a persistent error in code is an error that keeps occurring and is hard to fix.

--fillInTheBlank--

--sentence--

Sarah, I'm dealing with a BLANK bug in this section of the code.

--blanks--

persistent

--feedback--

It means a bug continually occurs and is challenging to resolve.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.36
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.36,
      "dialogue": {
        "text": "Hey, Sarah. I'm dealing with a persistent bug in this section of the code.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.86
    }
  ]
}