Back to Freecodecamp

Task 11

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

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

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

I BLANK some changes to the BLANK earlier, but now the code won't compile.

--blanks--

pushed

--feedback--

Means Bob uploaded changes to the repository. This verb is in the past tense.


repository

--feedback--

Where Bob's code changes are stored and managed.

--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": 13.7
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.52,
      "dialogue": {
        "text": "I pushed some changes to the repository earlier, but now the code won't compile.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.02
    }
  ]
}