Back to Freecodecamp

Task 16

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

latest1.3 KB
Original Source
<!-- (Audio) Sarah: I see. Let's open an issue, then. What happened when you pushed the changes? -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

I see. Let's open an BLANK, then. What happened when you BLANK the changes?

--blanks--

issue

--feedback--

Used for reporting or discussing problems in the project.


pushed

--feedback--

It means uploaded changes to the repository. It is conjugated in the past tense.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 16.04,
      "finishTimestamp": 20.28
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.24,
      "dialogue": {
        "text": "I see. Let's open an issue then. What happened when you pushed the changes?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.74
    }
  ]
}