Back to Freecodecamp

Task 54

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

latest1.5 KB
Original Source
<!-- (Audio) Sarah: Mark, I reviewed your code for the new feature, and it's looking good. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah say about Mark's code?

--answers--

It needs more work.

--feedback--

Sarah doesn't mention that the code needs more work.


It looks good.


It's a bit confusing.

--feedback--

Sarah doesn't say the code is confusing.


It has a few bugs.

--feedback--

Sarah doesn't mention any bugs.

--video-solution--

2

--explanation--

Looking good means that Sarah is satisfied with the quality of Mark's code. It's a positive statement indicating that the code is in good condition and doesn't need much improvement.

--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": 0.46,
      "finishTimestamp": 3.76
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "Mark, I reviewed your code for the new feature and it's looking good.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}