Back to Freecodecamp

Task 6

curriculum/challenges/english/blocks/learn-how-to-analyze-code-documentation/66068414094b3a8c10a4770d.md

latest2.0 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 complete the sentence.

--fillInTheBlank--

--sentence--

Once BLANK identified the endpoints, BLANK the descriptions and examples for each one. This can help you BLANK how to use the BLANK in your project.

--blanks--

you've

--feedback--

It is short for you have. It's used here to mean once Sophie has identified the endpoints.


read

--feedback--

It means to look at words and understand what they mean.


understand

--feedback--

It means to grasp the meaning or significance of something. Brian wants Sophie to grasp how the API works.


API

--feedback--

It stands for Application Programming Interface, a tool that allows software to interact.

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