Back to Freecodecamp

Task 13

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

latest1.4 KB
Original Source
<!-- (Audio) Bob: I pushed some changes to the repository earlier, but now the code won't compile. It's showing some strange errors. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

I pushed some changes to the repository BLANK, but now the code won't compile. It's showing some strange BLANK.

--blanks--

earlier

--feedback--

Indicates that Bob pushed the changes at a time before now.


errors

--feedback--

Refer to the problems Bob is now seeing in the code. It is in plural form.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 9.18,
      "finishTimestamp": 15.6
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 7.42,
      "dialogue": {
        "text": "I pushed some changes to the repository earlier, but now the code won't compile. It's showing some strange errors.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.92
    }
  ]
}