Back to Freecodecamp

Dialogue 1: Discussing Issues on GitHub

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

latest3.5 KB
Original Source

--description--

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

--assignment--

Watch the video

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sarah",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "6.1-1.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Bob",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sarah",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.3,
      "dialogue": {
        "text": "Hey, Sarah. I was checking the branch we worked on yesterday when I saw a problem.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 5.54,
      "finishTime": 7.84,
      "dialogue": {
        "text": "I think we should open an issue on GitHub.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 8.5,
      "finishTime": 9.74,
      "dialogue": {
        "text": "Sure, Bob. What's the problem?",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 10.18,
      "finishTime": 14.7,
      "dialogue": {
        "text": "I pushed some changes to the repository earlier, but now the code won't compile.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 14.88,
      "finishTime": 16.6,
      "dialogue": {
        "text": "It's showing some strange errors.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 17.24,
      "finishTime": 19.24,
      "dialogue": {
        "text": "I see. Let's open an issue then.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 19.5,
      "finishTime": 21.18,
      "dialogue": {
        "text": "What happened when you pushed the changes?",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 21.74,
      "finishTime": 23.52,
      "dialogue": {
        "text": "Well, I was adding a new feature.",
        "align": "left"
      }
    },
    {
      "character": "Bob",
      "startTime": 23.9,
      "finishTime": 26.95,
      "dialogue": {
        "text": "While I was pushing it, I noticed that some of the tests were failing.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "startTime": 26.96,
      "finishTime": 30.76,
      "dialogue": {
        "text": "Got it. I'll create the issue on GitHub and write out the details.",
        "align": "right"
      }
    },
    {
      "character": "Sarah",
      "startTime": 31.2,
      "finishTime": 32.98,
      "dialogue": {
        "text": "We can attach the error messages, too.",
        "align": "right"
      }
    },
    {
      "character": "Bob",
      "startTime": 33.46,
      "finishTime": 35.2,
      "dialogue": {
        "text": "Thanks, Sarah. I appreciate your help.",
        "align": "left"
      }
    },
    {
      "character": "Sarah",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 35.7
    },
    {
      "character": "Bob",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 36.2
    }
  ]
}