Back to Freecodecamp

Task 5

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

latest2.0 KB
Original Source
<!-- (Audio) Sarah: Don't worry. When you're faced with extensive documentation, the first thing you should do is check for a table of contents or an index. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

According to Sarah, what is the first thing a person should do when faced with extensive documentation?

--answers--

Start reading from the beginning without skipping any part

--feedback--

While thorough reading can be helpful, Sarah specifically suggests first checking for a table of contents or an index.


Write a summary of the documentation

--feedback--

Sarah's advice is about finding a way to navigate the documentation, not about summarizing it.


Create a new documentation guide

--feedback--

Sarah advises on how to navigate existing documentation, not on creating a new guide.


Check for a table of contents or an index

--video-solution--

4

--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": 6.8,
      "finishTimestamp": 13.86
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.14,
      "dialogue": {
        "text": "Don't worry. When you're faced with extensive documentation,",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.44,
      "finishTime": 8.06,
      "dialogue": {
        "text": "the first thing you should do is check for a table of contents or an index.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.56
    }
  ]
}