Back to Freecodecamp

Task 6

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

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

--description--

Format refers to arranging or structuring something in a specific way. In coding, formatting means organizing the code so it's easy to read and understand.

--fillInTheBlank--

--sentence--

First, BLANK suggest that you BLANK the code consistently. It'll be BLANK for everyone to read.

--blanks--

I'd

--feedback--

A contraction of I and would. The first letter is capitalized.


format

--feedback--

It refers to the arrangement or structuring of the code.


easier

--feedback--

It implies that consistent formatting will make the code more straightforward to read.

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