Back to Freecodecamp

Task 59

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

latest1.7 KB
Original Source
<!-- (Audio) Mark: Thanks, Sarah. I made sure to keep the code clean and easy to read. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What was Mark's main goal when writing the code?

--answers--

To make it faster.

--feedback--

Mark did not mention improving the speed.


To ensure it's shorter.

--feedback--

Mark did not mention making the code shorter.


To make it well-organized and easy to read.


To add more features.

--feedback--

Mark did not mention adding new features.

--video-solution--

3

--explanation--

Mark's goal was to keep the code clean (well-organized, clear, and easy to understand) and easy to read (structured in a way that is simple for other programmers to follow).

These two qualities help in maintaining good coding practices and prevent future issues.

--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": 6.18,
      "finishTimestamp": 10.12
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "Thanks, Sarah. I made sure to keep the code clean and easy to read.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}