Back to Freecodecamp

Task 29

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

latest1.6 KB
Original Source
<!-- (Audio) Sophie: And what should I comment on? Are there any specific things I should focus on? -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What does Sophie want to know?

--answers--

How to delete comments from the code

--feedback--

Sophie's question is about what to comment on, not about deleting comments.


How to write code more efficiently

--feedback--

While efficiency is important, Sophie is specifically asking about commenting on code, not about writing code more efficiently.


Which programming language to use for comments

--feedback--

Sophie's question isn't about choosing a programming language, but rather about the content of the comments in the code.


What topics or aspects she should comment on in the code

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 17.36,
      "finishTimestamp": 20.94
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.58,
      "dialogue": {
        "text": "And what should I comment on? Are there any specific things I should focus on?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.08
    }
  ]
}