Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/learn-how-to-read-and-understand-code-documentation/65fd5c89285ea50f25bd0241.md

latest2.0 KB
Original Source
<!-- (Audio) Tom: I'm trying to understand the code documentation, but it's quite overwhelming. What should I do to navigate it more effectively? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Tom's main concern and what is he asking for?

--answers--

He finds the code documentation overwhelming and is asking for ways to navigate it more effectively.


Tom wants to rewrite the code documentation.

--feedback--

Tom's concern is about understanding the existing documentation, not about rewriting it.


He is asking for help to reduce the amount of documentation.

--feedback--

Tom's issue is not with the quantity of the documentation but with how to understand it more effectively.


Tom is looking for someone to explain the entire documentation to him.

--feedback--

While Tom is seeking help, he specifically asks for ways to navigate the documentation more effectively, not for a full explanation.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 6.28
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.68,
      "dialogue": {
        "text": "I'm trying to understand the code documentation but it's quite overwhelming.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 5.16,
      "finishTime": 7.28,
      "dialogue": {
        "text": "What should I do to navigate it more effectively?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.78
    }
  ]
}