Back to Freecodecamp

Task 29

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

latest1.9 KB
Original Source
<!-- (Audio) Tom: I sometimes get confused with the parameters and options listed in the documentation. What should I do to understand them better? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Tom want to understand better?

--answers--

The coding language used in the documentation

--feedback--

Tom's confusion is not about the coding language, but specifically about the parameters and options in the documentation.


The parameters and options in the documentation


How to write the documentation himself

--feedback--

Tom is not seeking to write documentation but to better understand the parameters and options listed in it.


The entire content of the documentation

--feedback--

Tom specifically mentions his confusion about parameters and options, not the entire content of the documentation.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 6.76
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.72,
      "dialogue": {
        "text": "I sometimes get confused with the parameters and options listed in the documentation.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 6.04,
      "finishTime": 7.76,
      "dialogue": {
        "text": "What should I do to understand them better?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 8.26
    }
  ]
}