Back to Freecodecamp

Task 18

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

latest1.4 KB
Original Source
<!-- (Audio) Sarah: I see. Let's open an issue, then. -->

--description--

Sarah responds to Bob's report of a problem in the code with a suggestion.

--questions--

--text--

What is Sarah's immediate suggestion after understanding the problem?

--answers--

To review the code again

--feedback--

Sarah directly suggests opening an issue, not reviewing the code.


To ignore the problem for now

--feedback--

Sarah's response is about taking action, not ignoring the problem.


To fix the errors immediately

--feedback--

Her immediate suggestion is not to fix the errors right away.


To open an issue for the problem

--video-solution--

4

--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": 18.24
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "I see. Let's open an issue then.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.7
    }
  ]
}