Back to Freecodecamp

Task 7

curriculum/challenges/english/blocks/learn-how-to-analyze-code-documentation/6606846eba453e8c7bacb2f7.md

latest2.1 KB
Original Source
<!-- (Audio) Brian: Once you've identified the endpoints, read the descriptions and examples for each one. This can help you understand how to use the API in your project. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is the order of actions Brian suggests Sophie should follow?

--answers--

First, use the API in a project, then read the descriptions and examples.

--feedback--

Brian's advice starts with identifying endpoints, not using the API in a project first.


First, identify the endpoints, then read their descriptions and examples.


Read the descriptions and examples first, then identify the endpoints.

--feedback--

Brian suggests identifying the endpoints first, before reading their descriptions and examples.


Ignore the endpoints and focus only on the examples.

--feedback--

Brian emphasizes the importance of both identifying the endpoints and reading their descriptions and examples, not ignoring them.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 16.84,
      "finishTimestamp": 24.5
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.2,
      "dialogue": {
        "text": "Once you've identified the endpoints, read the descriptions and examples for each one.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 5.54,
      "finishTime": 8.66,
      "dialogue": {
        "text": "This can help you understand how to use the API in your project.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 9.16
    }
  ]
}