Back to Freecodecamp

Task 26

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

latest1.2 KB
Original Source
<!-- (Audio) Tom: Great tips. Thanks a lot. -->

--description--

Tips are pieces of advice or suggestions that can help someone do something better or more easily.

For example, She gave me some helpful tips on how to improve my coding skills.

--fillInTheBlank--

--sentence--

Great BLANK. Thanks a lot.

--blanks--

tips

--feedback--

It refers to the useful pieces of advice or suggestions that Sarah gave Tom to understand function descriptions better.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 31.5,
      "finishTimestamp": 33.22
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.72,
      "dialogue": {
        "text": "Great tips. Thanks a lot.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.22
    }
  ]
}