Back to Freecodecamp

Task 5

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

latest1.6 KB
Original Source
<!-- (Audio) Sarah: Of course, Brian. I can explain what I was trying to achieve there. What part of the code are you uncertain about? -->

--description--

Listen to the dialogue and answer the question.

--questions--

--text--

What is Sarah telling Brian she can do?

--answers--

Sarah proposes to rewrite the code for him

--feedback--

Sarah proposes to explain the code, not to rewrite it.


She says she can explain and clarify the part of the code Brian is unsure about


She is asking that someone else clarifies the code

--feedback--

Sarah herself is proposing help, not suggesting others to assist.


She's scheduling a meeting for later

--feedback--

Her offer is about explaining it now, not planning a future meeting.

--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": 7.46,
      "finishTimestamp": 12.66
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.2,
      "dialogue": {
        "text": "Of course, Brian. I can explain what I was trying to achieve there. What part of the code are you uncertain about?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.7
    }
  ]
}