Back to Freecodecamp

Task 19

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

latest1.4 KB
Original Source
<!-- (Audio) Sarah: What happened when you pushed the changes? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Sarah asking Bob about the code?

--answers--

Why he pushed the changes

--feedback--

Sarah's question is not about why Bob pushed the changes.


How he pushed the changes

--feedback--

She's not interested in how he did it.


What happened after the changes were pushed


Where he pushed the changes

--feedback--

Sarah's not focused on the location of the push.

--video-solution--

3

--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": 18.5,
      "finishTimestamp": 20.18
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.68,
      "dialogue": {
        "text": "What happened when you pushed the changes?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.18
    }
  ]
}