Back to Freecodecamp

Task 6

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

latest1.5 KB
Original Source
<!-- (Audio) Sarah: What part of the code are you uncertain about? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Sarah want to know from Brian?

--answers--

Why Brian is working on the code

--feedback--

Sarah's question is about a specific part of the code, not the reason for Brian's work.


How to fix the code problem

--feedback--

She's asking about Brian's uncertainty, not directly about solutions.


Which part of the code Brian does not understand


If Brian likes the changes she made

--feedback--

Her focus is on understanding his confusion, not on his opinion of the changes.

--video-solution--

3

--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": 10.78,
      "finishTimestamp": 12.46
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.68,
      "dialogue": {
        "text": "What part of the code are you uncertain about?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.18
    }
  ]
}