Back to Freecodecamp

Task 14

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: I understand, Brian. Let's go through it together. I can walk you through the code, and we should be able to figure out what's going wrong. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Sarah proposing to do in her response to Brian?

--answers--

To rewrite the code herself

--feedback--

Sarah is offering to explain and review the code, not rewrite it.


To help Brian understand the code by explaining it step by step


To ask someone else to look at the code

--feedback--

Sarah herself is offering assistance, not suggesting others to help.


To ignore the code issue and move on to another task

--feedback--

She is addressing the issue by proposing to go through the code together.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 21.04,
      "finishTimestamp": 26.96
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.92,
      "dialogue": {
        "text": "I understand Brian, let's go through it together. I can walk you through the code, and we should be able to figure out what's going wrong.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.42
    }
  ]
}