Back to Freecodecamp

Task 61

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

latest2.0 KB
Original Source
<!-- (Audio) Sarah: That's great - clean code is helpful. The comments you added in the code really help the team understand what each part does. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does Sarah support her positive feedback about the code?

--answers--

She mentions the code's speed.

--feedback--

Sarah doesn't mention the speed of the code.


She explains how the comments help the team understand the code.


She suggests adding more comments.

--feedback--

Sarah does not suggest adding more comments.


She praises the complexity of the code.

--feedback--

Sarah does not mention complexity.

--video-solution--

2

--explanation--

Listen for key details that explain why Sarah finds the code helpful.

Clean code is helpful – This shows she has a positive opinion.

The comments you added… really help the team understand what each part does – This explains why she finds the code useful.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-2.mp3",
      "startTime": 1,
      "startTimestamp": 10.44,
      "finishTimestamp": 16.14
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.78,
      "dialogue": {
        "text": "That's great - clean code is helpful.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.24,
      "finishTime": 6.7,
      "dialogue": {
        "text": "The comments you added in the code really helped the team understand what each part does.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.2
    }
  ]
}