Back to Freecodecamp

Task 2

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

latest1.7 KB
Original Source
<!-- (Audio) Brian: Hey Sarah, I was going through the new code changes you made in this module, and I might need some clarification on a specific part. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Brian asking Sarah in the dialogue?

--answers--

For Sarah to make more changes to the code

--feedback--

Brian's focus is on understanding the current changes, not asking for more changes.


For clarification on a specific part of the code


To know why Sarah made the changes

--feedback--

He is specifically asking about a part of the code, not the reasons behind the changes.


For a general overview of all the code changes

--feedback--

Brian mentions needing clarification on a specific part, not a general overview.

--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": 0.52,
      "finishTimestamp": 7.14
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 7.62,
      "dialogue": {
        "text": "Hey Sarah, I was going through the new code changes you made in this module, and I might need some clarification on a specific part.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 8.12
    }
  ]
}