Back to Freecodecamp

Task 49

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

latest1.9 KB
Original Source
<!-- (Audio) Sarah: When the documentation is extensive, start with the introductory sections. If you focus on understanding the core concepts first, it becomes more manageable. -->

--description--

Sarah keeps sharing her advice.

--questions--

--text--

What is the advantage of starting with introductory sections according to Sarah?

--answers--

It makes the documentation more manageable by focusing on core concepts first.


It saves time by avoiding unnecessary details.

--feedback--

Sarah's focus is on understanding core concepts.


Introductory sections are always the most interesting.

--feedback--

Sarah's emphasis is on manageability, not interest.


You can skip learning the more difficult parts.

--feedback--

Sarah suggests building a foundation, not skipping parts.

--video-solution--

1

--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": 51.36
    }
  },
  "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",
      "startTime": 5,
      "finishTime": 8.86,
      "dialogue": {
        "text": "If you focus on understanding the core concepts first, it becomes more manageable.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 9.36
    }
  ]
}