Back to Freecodecamp

Task 27

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Precisely. It's a form of documentation within the code. Great job grasping these concepts! -->

--description--

Precise is an adjective meaning exact or accurate. When you add -ly to an adjective like precise, it becomes precisely, an adverb. For example, He was precisely on time means he was exactly on time.

Within is a preposition that means inside or not further than an area or period. For example, The keys are within the house means the keys are inside the house.

--fillInTheBlank--

--sentence--

BLANK. It's a form of documentation BLANK the code. Great job grasping these concepts!

--blanks--

Precisely

--feedback--

It is used to agree strongly or to confirm that something is exact or correct.


within

--feedback--

It means inside the scope or boundaries of something, in this case, the code.

--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": 57.8,
      "finishTimestamp": 62.92
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.06,
      "dialogue": {
        "text": "Precisely. It's a form of documentation within the code.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.56,
      "finishTime": 6.12,
      "dialogue": {
        "text": "Great job grasping these concepts.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 6.62
    }
  ]
}