Back to Freecodecamp

Task 65

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b1e5d94993e9592af44aaa.md

latest1.8 KB
Original Source
<!-- (Audio) Mark: I find it helps when we need to make changes later on. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does Mark support his idea about the usefulness of the comments in the code?

--answers--

He explains that the comments make it easier to make changes later on.


He says the comments are unnecessary for future updates.

--feedback--

Mark emphasizes that the comments are helpful, not that they are unnecessary.


He suggests removing the comments in future versions.

--feedback--

Mark does not suggest removing the comments.


He mentions that comments are only useful in the current version.

--feedback--

Mark talks about the comments being useful for future changes.

--video-solution--

1

--explanation--

Listen for key details that explain why Mark finds comments useful.

I find it helps – This shows he sees value in using comments.

When we need to make changes later on – This explains that comments make future modifications easier.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-2.mp3",
      "startTime": 1,
      "startTimestamp": 18.42,
      "finishTimestamp": 21.22
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 3.8,
      "dialogue": {
        "text": "I find it helps when we need to make changes later on.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 4.3
    }
  ]
}