Back to Freecodecamp

Task 48

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/6625d8bc46b89481625b068b.md

latest1.6 KB
Original Source
<!-- (Audio) Sarah: When the documentation is extensive, start with the introductory sections. -->

--description--

Sarah gives advice on how to handle large documentation.

--questions--

--text--

What does Sarah suggest doing when dealing with extensive documentation?

--answers--

To read the entire documentation in one go

--feedback--

This suggestion is overwhelming. Sarah advises a more manageable approach.


To skip the introductory sections and go to the advanced topics

--feedback--

Sarah specifically recommends another thing.


To ignore the documentation and ask for help instead

--feedback--

Sarah's advice is to use the documentation, starting with the introductory parts.


To start with the introductory sections

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 43.5,
      "finishTimestamp": 47.08
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.58,
      "dialogue": {
        "text": "When the documentation is extensive, start with the introductory sections.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.08
    }
  ]
}