Back to Freecodecamp

Task 35

curriculum/challenges/english/blocks/learn-how-to-ask-for-clarification-on-code-understanding/65f59409f39a43b8d90b53f7.md

latest1.7 KB
Original Source
<!-- (Audio) Brian: No problem, Sophie. I can definitely work on that with you. Let's start by understanding the symptoms of the issue. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is the first thing Brian wants to do to help Sophie?

--answers--

He wants to rewrite the code immediately.

--feedback--

Brian suggests understanding the issue first, not immediately rewriting the code.


He plans to consult another expert first.

--feedback--

Brian doesn't mention consulting another expert; he wants to start by understanding the issue.


He wants to start by understanding the symptoms of the issue.


He decides to leave the issue for later.

--feedback--

Brian's response indicates a willingness to start working on the issue now, not later.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 7.78,
      "finishTimestamp": 13.26
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.48,
      "dialogue": {
        "text": "No problem, Sophie. I can definitely work on that with you. Let's start by understanding the symptoms of the issue.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.98
    }
  ]
}