Back to Freecodecamp

Task 12

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

latest1.9 KB
Original Source
<!-- (Audio) Sarah: Once you've found the section you need, you should start by reading the introductory paragraphs to get an overview of what the documentation covers. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

According to Sarah, what should you do once you find the section you need in the documentation?

--answers--

Immediately start implementing the instructions

--feedback--

Sarah suggests reading the introductory paragraphs first to understand the section, not immediately implementing the instructions.


Skip the introductory paragraphs and go to the main content

--feedback--

Sarah's advice is to start with the introductory paragraphs, not to skip them.


Begin by reading the introductory paragraphs for an overview of the section


Contact someone for help in understanding the section

--feedback--

While asking for help can be useful, Sarah specifically advises reading the introductory paragraphs to get an overview.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 20.68,
      "finishTimestamp": 27.82
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 8.14,
      "dialogue": {
        "text": "Once you've found the section you need, you should start by reading the introductory paragraphs to get an overview of what the documentation covers.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.64
    }
  ]
}