Back to Freecodecamp

Task 4

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

latest2.2 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--

Extensive means large in amount or scope. For example, The researcher conducted an extensive study. It conveys something vast or wide-ranging.

An index is a list, usually at the end of a book or document, that tells you where to find specific information. Like, I used the index to find the topic I was interested in.

Fill in the blanks below.

--fillInTheBlank--

--sentence--

Don't worry. When you're faced with BLANK documentation, the first thing you should do is BLANK for a table of contents or an BLANK.

--blanks--

extensive

--feedback--

This word describes something that is large or comprehensive. Sarah uses it to describe the vast amount of documentation.


check

--feedback--

It means to look at something to confirm its presence or accuracy. Sarah suggests verifying if there is a table of contents or an index.


index

--feedback--

It's a list in a document or book used for finding specific information.

--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
    }
  ]
}