Back to Freecodecamp

Task 13

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

latest1.7 KB
Original Source
<!-- (Audio) Sarah: Then, you can skim through and focus on the parts relevant to your current task. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Sarah recommend doing after reading the introductory paragraphs?

--answers--

Memorize every detail in the documentation

--feedback--

Sarah's suggestion is about skimming for relevance, not memorizing all details.


Skim through and focus on the parts relevant to the current task


Rewrite the sections that are difficult to understand

--feedback--

Sarah advises focusing on relevant parts, not rewriting difficult sections.


Ignore the documentation and ask a colleague instead

--feedback--

Sarah recommends skimming through the document and focusing on relevant parts, not avoiding the documentation.

--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": 28.02,
      "finishTimestamp": 32.08
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.06,
      "dialogue": {
        "text": "Then you can skim through and focus on the parts relevant to your current task.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.56
    }
  ]
}