Back to Freecodecamp

Task 54

curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/65b2b54bf7897c3954e20971.md

latest1.5 KB
Original Source
<!-- (Audio) Tom: Thanks, Maria. I was debugging it when I realized that it was a simple configuration error in the code. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What did Tom discover while debugging?

--answers--

A complex software bug that needed elaborate fixing.

--feedback--

Tom actually found the issue to be simpler.


That he needed assistance from another developer.

--feedback--

Tom doesn't mention needing help.


That the software needed a complete change.

--feedback--

Tom doesn't mention the need for a complete change.


A simple configuration error in the code.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 4.0,
      "finishTimestamp": 9.52
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.52,
      "dialogue": {
        "text": "Thanks, Maria. I was debugging it when I realized that it was a simple configuration error in the code.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.02
    }
  ]
}