Back to Freecodecamp

Task 67

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

latest2.2 KB
Original Source
<!-- (Audio) Sarah: Absolutely. I also like how you tested the code to make sure it doesn't have any errors. It makes our work more reliable. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah appreciate about how Mark approached testing the code?

--answers--

Mark tested the code to confirm it worked correctly and had no errors.


Mark added new features to the code during the testing process.

--feedback--

Sarah doesn't talk about adding features during testing.


Mark only tested the code for visual appearance.

--feedback--

Sarah mentions that Mark tested the code for errors, not just visual elements.


Mark worked quickly to test the code without checking for errors.

--feedback--

Sarah highlights that testing for errors is key to making their work more reliable, not just speed.

--video-solution--

1

--explanation--

Listen for key details that explain what Sarah values about Mark's testing.

Tested the code to make sure it doesn't have any errors – This shows that Mark focused on error prevention.

Makes our work more reliable – This explains why thorough testing is important.

--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": 21.42,
      "finishTimestamp": 27
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "Absolutely. I also like how you tested the code to make sure it doesn't have any errors.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.08,
      "finishTime": 6.58,
      "dialogue": {
        "text": "It makes our work more reliable.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.08
    }
  ]
}