Back to Freecodecamp

Task 17

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

latest1.8 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 reading these? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

How frequently does Tom find function descriptions in the documentation?

--answers--

Rarely

--feedback--

Rarely indicates something happens not often. However, Tom uses often, indicating a more frequent occurrence.


Sometimes

--feedback--

Sometimes suggests occasional occurrence, but Tom's use of often implies it happens more regularly than just sometimes.


Often


Always

--feedback--

Always would mean it happens every time, which is a stronger frequency than often.

--video-solution--

3

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