Back to Freecodecamp

Task 3

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

latest1.3 KB
Original Source
<!-- (Audio) Sophie: Could you help me understand how we should document the code? -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

Could you help me understand BLANK we should BLANK the code?

--blanks--

how

--feedback--

This word is used to ask about the method or way something should be done.


document

--feedback--

It means to write explanations and comments in code, making the code easier to understand for others or for future reference.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.48,
      "finishTimestamp": 6.94
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.46,
      "dialogue": {
        "text": "Could you help me understand how we should document the code?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.96
    }
  ]
}