Back to Freecodecamp

Task 3

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

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

To be faced with means to encounter or confront something, usually a challenge. For example, She was faced with a difficult decision meaning being in a situation where she needs to deal with something.

A table of contents is a list at the beginning of a document, showing its structure. Like in a book, The table of contents lists all the chapters.

--fillInTheBlank--

--sentence--

Don't BLANK. When you're BLANK with extensive documentation, the first thing you should do is check for a BLANK of contents or an index.

--blanks--

worry

--feedback--

It means to feel anxious or concerned. Sarah is telling Tom not to feel overwhelmed.


faced

--feedback--

It means encountering or dealing with something, often a problem or challenge.


table

--feedback--

This word in this context is part of a phrase which helps navigate a document by listing its main parts.

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