Back to Freecodecamp

Task 26

curriculum/challenges/english/blocks/learn-how-to-document-code-for-a-project/65e92d17a7e3c777c5a2f4b1.md

latest1.6 KB
Original Source
<!-- (Audio) Brian: Then, you can describe what the code does so that other people can understand it, too. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

Then, you BLANK describe what the code BLANK so that other people can BLANK it, too.

--blanks--

can

--feedback--

It indicates the ability to do something. Brian is saying Sophie has the ability to describe the code.


does

--feedback--

It refers to the function or action of the code. Brian is talking about explaining the code's function.


understand

--feedback--

This word means to comprehend or grasp the meaning. Brian encourages explaining the code so others can grasp its purpose.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 11.98,
      "finishTimestamp": 16.56
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.58,
      "dialogue": {
        "text": "Then, you can describe what the code does so that other people can understand it, too.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.08
    }
  ]
}