Back to Freecodecamp

Task 1

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

latest1.9 KB
Original Source
<!-- (Audio) Tom: I'm trying to understand the code documentation, but it's quite overwhelming. What should I do to navigate it more effectively? -->

--description--

Overwhelming means feeling like something is too much to handle.

For example, The amount of information was overwhelming. (meaning it was a lot!)

Effective is an adjective that describes something producing a desired result. Like, An effective method.

Effectively is an adverb, meaning in an effective way. For instance, He completed the task effectively.

--fillInTheBlank--

--sentence--

I'm trying to understand the code documentation, but it's quite BLANK. What should I do to navigate it more BLANK?

--blanks--

overwhelming

--feedback--

This word describes a situation where something feels too difficult or too much to handle.


effectively

--feedback--

This word means in a way that is successful and achieves what you want.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 6.28
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.68,
      "dialogue": {
        "text": "I'm trying to understand the code documentation but it's quite overwhelming.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 5.16,
      "finishTime": 7.28,
      "dialogue": {
        "text": "What should I do to navigate it more effectively?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.78
    }
  ]
}