Back to Freecodecamp

Task 41

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: I tried rolling back to the previous version, but it didn't fix the issue. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What happened when Sarah went back to the older version, and what does this mean for the problem?

--answers--

It didn't solve the problem, showing the older version is not the issue.


It caused more problems, showing the current version is the issue.

--feedback--

Sarah said that going back didn't solve the issue, not that it caused more problems.


It solved the problem, meaning the new updates were the problem.

--feedback--

The line clearly states that going back did not solve the issue.


It changed nothing, suggesting the problem might be somewhere else.

--feedback--

While it didn't solve the issue, this doesn't directly suggest the problem is elsewhere.

--video-solution--

1

--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": 17.16,
      "finishTimestamp": 20.48
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.32,
      "dialogue": {
        "text": "I tried rolling back to the previous version, but it didn't fix the issue.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.82
    }
  ]
}