Back to Freecodecamp

Task 10

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

latest1.8 KB
Original Source
<!-- (Audio) Brian: In the function you added, it could be that I'm missing something, but it may not be working as expected. I should probably understand the logic better. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Brian expressing in his statements?

--answers--

He is confident that there is an error in Sarah's code.

--feedback--

Brian expresses uncertainty, not confidence about an error.


He needs clarification and wants to understand the code logic better.


He is asking Sarah to rewrite the entire code.

--feedback--

Brian's focus is on understanding the current code, not asking for a complete rewrite.


He is sure that he understands the code completely.

--feedback--

Brian actually indicates that he needs to understand the code logic better.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 12.56,
      "finishTimestamp": 20.02
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 8.46,
      "dialogue": {
        "text": "In the function you added, it could be that I'm missing something, but it may not be working as expected. I should probably understand the logic better.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 8.96
    }
  ]
}