Back to Freecodecamp

Task 7

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: First, I'd suggest that you format the code consistently. It'll be easier for everyone to read. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What is Sarah's suggestion regarding the code?

--answers--

She suggests that the code should not be changed.

--feedback--

Sarah is suggesting a specific change – consistent formatting.


She recommends making the code more complex to improve its functionality.

--feedback--

Sarah's focus is on readability through formatting, not complexity or functionality.


She advises formatting the code consistently for better readability.


She is asking for the code to be completely rewritten.

--feedback--

Sarah's suggestion is about formatting for readability, not a complete rewrite of the code.

--video-solution--

3

--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": 10.3,
      "finishTimestamp": 15.04
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "First, I'd suggest that you format the code consistently.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.84,
      "finishTime": 5.74,
      "dialogue": {
        "text": "It'll be easier for everyone to read.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.24
    }
  ]
}