Back to Freecodecamp

Task 14

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

latest1.5 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 BLANK to the repository earlier, but now the code won't BLANK. It's showing some BLANK errors.

--blanks--

changes

--feedback--

Refers to the modifications Bob made to the code. It is in its plural form.


compile

--feedback--

This blank has to do with transforming the code to a language the machine understands.


strange

--feedback--

Describes the errors as unusual or not typical.

--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
    }
  ]
}