Back to Freecodecamp

Task 24

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

latest1.7 KB
Original Source
<!-- (Audio) Bob: Well, I was adding a new feature. While I was pushing it, I noticed that some of the tests were failing. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Bob's narrative tell about the sequence of events?

--answers--

He added a feature, then the tests started failing

--feedback--

Bob's narrative indicates these events were happening at the same time, not one after the other.


He noticed the failing tests before adding the feature

--feedback--

Bob noticed the tests failing while he was pushing the new feature, not before adding it.


The feature caused the tests to fail immediately

--feedback--

While the tests were failing during his work, Bob doesn't imply an immediate cause from the feature.


The tests were failing while he was adding and pushing the feature

--video-solution--

4

--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": 20.74,
      "finishTimestamp": 25.96
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.22,
      "dialogue": {
        "text": "Well, I was adding a new feature. While I was pushing it, I noticed that some of the tests were failing.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.72
    }
  ]
}