Back to Freecodecamp

Task 39

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

latest1.6 KB
Original Source
<!-- (Audio) Sarah: Well, I was investigating the code when I saw that the problem might be related to the recent updates. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Why was Sarah looking at the code, and what did she think was the reason for the problem?

--answers--

To update it, because it was old.

--feedback--

Sarah was searching for errors, not updating old code.


To write about it, thinking there was a mistake in writing.

--feedback--

She was searching for problems in the code, not writing about it.


To teach coding, because she found a good example.

--feedback--

Sarah was trying to find a problem, not teach coding.


To find errors, thinking new changes caused the problem.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 11.96,
      "finishTimestamp": 16.64
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.68,
      "dialogue": {
        "text": "Well, I was investigating the code when I saw that the problem might be related to the recent updates.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.18
    }
  ]
}