Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/661f9142b11c393fa2e77593.md

latest1.7 KB
Original Source
<!-- (Audio) Sarah: No worries. That's what code reviews are for. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Sarah's response indicating about the purpose of code reviews?

--answers--

That code reviews are meant to assist in understanding and improving code


That code reviews are only for finding and fixing errors

--feedback--

Sarah doesn't imply that code reviews only focus on errors.


That code reviews are unnecessary and a waste of time

--feedback--

This interpretation contradicts Sarah's supportive statement about the usefulness of code reviews.


That code reviews should be avoided if the code is not fully understood

--feedback--

Sarah's statement implies the opposite – code reviews are helpful, especially when understanding is still in progress.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 7.54,
      "finishTimestamp": 9.8
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.26,
      "dialogue": {
        "text": "No worries. That's what code reviews are for.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.76
    }
  ]
}