Back to Freecodecamp

Task 14

curriculum/challenges/english/blocks/learn-how-to-read-and-understand-code-documentation/65fff428290eaa1e5819c119.md

latest1.6 KB
Original Source
<!-- (Audio) Tom: Thanks. I'll go over the documentation as you said. -->

--description--

Go over means to review or examine something carefully. For example, She decided to go over her notes before the exam. It suggests a thorough look at something.

As you said is a phrase used to refer back to something someone mentioned. Like, I completed the task as you said.

--fillInTheBlank--

--sentence--

Thanks. I'll go BLANK the documentation as you BLANK.

--blanks--

over

--feedback--

This word is part of a phrasal verb that means to review, examine, or study something carefully. Tom is planning to thoroughly review the documentation.


said

--feedback--

It refers to something that was previously mentioned or advised by someone. Tom is acknowledging Sarah's suggested approach.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 32.22,
      "finishTimestamp": 35.16
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.94,
      "dialogue": {
        "text": "Thanks, I'll go over the documentation as you said.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.44
    }
  ]
}