Back to Freecodecamp

Dialogue 3: Talking about Debugging

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

latest2.3 KB
Original Source

--description--

Watch the video to understand the context of the upcoming lessons.

--assignment--

Watch the video

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Maria",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Tom",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "6.1-3.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Maria",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Tom",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.8,
      "dialogue": {
        "text": "Hey, Tom. I saw that you fixed the issue on GitHub. Great job!",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 5.2,
      "finishTime": 10.52,
      "dialogue": {
        "text": "Thanks, Maria. I was debugging it when I realized that it was a simple configuration error in the code.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 11.02,
      "finishTime": 14.18,
      "dialogue": {
        "text": "That's good to hear. I was worried it might be something more complicated.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 14.5,
      "finishTime": 15.86,
      "dialogue": {
        "text": "It happens to all of us, Maria.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 15.86,
      "finishTime": 20.8,
      "dialogue": {
        "text": "I'll make sure to document this for future reference so we won't run into the same problem again.",
        "align": "right"
      }
    },
    {
      "character": "Maria",
      "startTime": 21.16,
      "finishTime": 22.28,
      "dialogue": {
        "text": "That's an excellent idea!",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 22.78
    },
    {
      "character": "Maria",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 23.28
    }
  ]
}