Back to Freecodecamp

Task 62

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

latest1.8 KB
Original Source
<!-- SPEAKING --> <!-- (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--

Mark is happy with Sarah's feedback. What should he answer to express that?

--answers--

Thank you, but I think it needs more work.

--audio-id--

EN6c9778b7

--feedback--

This response doesn't fully agree with Sarah's feedback. It suggests the code still needs improvements.


I'm glad you think so.

--audio-id--

ENc5dc42b7

--video-solution--

2

--explanation--

I'm glad you think so shows agreement with Sarah's positive feedback and acknowledges her praise for the clean code and helpful comments.

--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
    }
  ]
}