Back to Freecodecamp

Task 6

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

latest2.4 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. It can help you find the specific information you're looking for. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Why does Sarah suggest that the first thing Tom should do with extensive documentation is to check for a table of contents or an index?

--answers--

Because it will help him memorize the entire documentation

--feedback--

The purpose of checking the table of contents or index isn't memorization but efficient navigation.


To help him find the specific information he needs more quickly


Because it's a standard practice to read everything in order

--feedback--

The suggestion isn't about reading everything in order but about finding specific information efficiently.


To evaluate the quality of the documentation

--feedback--

The focus of Sarah's advice is on efficient navigation, not on evaluating the documentation's quality.

--video-solution--

2

--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": 16.94
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.94,
      "dialogue": {
        "text": "Don't worry. When you're faced with extensive documentation,",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.34,
      "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",
      "startTime": 8.18,
      "finishTime": 11.14,
      "dialogue": {
        "text": "It can help you find the specific information you're looking for.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 11.64
    }
  ]
}