Back to Freecodecamp

Task 33

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

latest2.0 KB
Original Source
<!-- (Audio) Sarah: Next, you should look for any examples that demonstrate how to use these parameters in practice. Examples can show you how to set options correctly and what effect they have on the code. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

Next, you should look for any BLANK that demonstrate how to use BLANK parameters in practice. Examples can show you how to BLANK options correctly and what BLANK they have on the code.

--blanks--

examples

--feedback--

They are practical demonstrations or instances that help in understanding how to apply the parameters.


these

--feedback--

It refers to the particular parameters Sarah mentioned earlier.


set

--feedback--

In this context, It's about adjusting or configuring options in a certain way.


effect

--feedback--

It means the outcome or result that comes from setting the options in a particular manner.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 16.98,
      "finishTimestamp": 26.04
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.66,
      "dialogue": {
        "text": "Next, you should look for any examples that demonstrate how to use these parameters in practice.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 6.24,
      "finishTime": 10.06,
      "dialogue": {
        "text": "Examples can show you how to set options correctly and what effect they have on the code.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 10.56
    }
  ]
}