Back to Freecodecamp

Task 17

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

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

--description--

Sarah's answer to Bob includes a specific phrase that shows she understands the problem he's facing.

--questions--

--text--

Which part of Sarah's sentence shows that she understands the problem?

--answers--

I see


Let's open an issue

--feedback--

While this part suggests a solution, this is not the part that directly indicates understanding.


Then

--feedback--

The word then is part of suggesting a solution, but it doesn't directly show understanding.


An issue

--feedback--

The term an issue relates to the solution, not to the expression of understanding the problem.

--video-solution--

1

--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
    }
  ]
}