Back to Freecodecamp

Task 30

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: You should begin by reading their descriptions. The documentation can provide details on what each parameter does and how to use it. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

You should BLANK by reading their descriptions. The documentation can BLANK details on what BLANK parameter does and how to use it.

--blanks--

begin

--feedback--

It means to start something. Sarah suggests starting by reading the descriptions of the parameters.


provide

--feedback--

It means to offer information or details. The documentation gives information about the parameters.


each

--feedback--

It refers to every one of the parameters, considered one by one.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 7.32,
      "finishTimestamp": 13.84
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.18,
      "dialogue": {
        "text": "You should begin by reading their descriptions.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.42,
      "finishTime": 7.52,
      "dialogue": {
        "text": "The documentation can provide details on what each parameter does and how to use it.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.02
    }
  ]
}