Back to Freecodecamp

Task 16

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

latest2.4 KB
Original Source
<!-- (Audio) Tom: I often find function descriptions in the documentation, but I'm not sure how to interpret them. What should I focus on when I'm reading these? -->

--description--

Interpret means trying to understand or find the meaning of something, like figuring out what a difficult word means or what someone is trying to say. For example, He tried to interpret the instructions as best as he could.

Focus is when you pay extra attention to one specific thing, ignoring others. It's like looking through a camera and adjusting it so only one object is clear, while everything else is blurry. For example, She decided to focus on her math homework to finish it quickly.

--fillInTheBlank--

--sentence--

I BLANK find function descriptions in the documentation, but I'm not sure how to BLANK them. What should I BLANK on when I'm reading these?

--blanks--

often

--feedback--

This word is used to indicate that something happens frequently. Tom is saying he frequently comes across function descriptions.


interpret

--feedback--

It means to understand or explain the meaning. Tom is unsure how to understand the function descriptions.


focus

--feedback--

It means to concentrate or give special attention to something. Tom is asking what aspects to concentrate on in the function descriptions.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 7.62
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.38,
      "dialogue": {
        "text": "I often find function descriptions in the documentation, but I'm not sure how to interpret them.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 6.62,
      "finishTime": 8.62,
      "dialogue": {
        "text": "What should I focus on when I'm reading these?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 9.12
    }
  ]
}