Back to Freecodecamp

Task 42

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

latest1.9 KB
Original Source
<!-- (Audio) Brian: Understood. We can investigate this together, and by the end of it, we should have a clearer picture of what's happening. -->

--description--

By the end of it means when something is over or is about to finish.

A clearer picture metaphorically means a better or more complete understanding. It's like when you clean your glasses and suddenly see things more clearly.

An example of a clearer picture: After studying, I have a clearer picture of the math problem.

--questions--

--text--

What is Brian implying with his statement?

--answers--

They need to investigate quickly.

--feedback--

Brian's focus is on understanding better, not on how fast they should do it.


They will have a better understanding after investigating.


The situation is too complicated to understand.

--feedback--

Brian believes they will understand better, not that it's too complicated.


Investigating is not necessary.

--feedback--

Brian is actually emphasizing the need for investigation to gain clarity.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 20.74,
      "finishTimestamp": 26.28
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.54,
      "dialogue": {
        "text": "Understood. We can investigate this together, and by the end of it, we should have a clearer picture of what's happening.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.04
    }
  ]
}