Back to Freecodecamp

Task 38

curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662e50c396d1771e709de60a.md

latest1.7 KB
Original Source
<!-- (Audio) Tom: Don't worry. Debugging is a common challenge for programmers. -->

--description--

Please answer the question below.

--questions--

--text--

What does Tom think of debugging?

--answers--

Debugging should be avoided if possible.

--feedback--

Tom does not suggest avoiding debugging; instead, he acknowledges it as a part of the programming process.


Only inexperienced programmers find debugging challenging.

--feedback--

Tom mentions that it is a common challenge, indicating it affects programmers, not just the inexperienced.


Debugging is a normal part of programming that people find challenging.


Debugging is unnecessary for skilled programmers.

--feedback--

The statement highlights that even experienced programmers face this challenge, suggesting it is not about skill level but a general aspect of programming.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 5.02,
      "finishTimestamp": 8.18
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.16,
      "dialogue": {
        "text": "Don't worry. Debugging is a common challenge for programmers.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.66
    }
  ]
}