Back to Freecodecamp

Task 31

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/6625cee408515366fddbf402.md

latest1.7 KB
Original Source
<!-- (Audio) Tom: Ugh! I'm really trying to understand how to use this library, but I'm a bit lost. Mind if I ask you for some guidance? -->

--description--

Fill in the blanks in the dialogue below.

--fillInTheBlank--

--sentence--

Ugh! I'm really BLANK to understand how to use this BLANK, but I'm a bit lost. BLANK if I ask you for some guidance?

--blanks--

trying

--feedback--

This word indicates making an effort or attempt to do something.


library

--feedback--

In programming, this word refers to a collection of pre-written code for common tasks.


Mind

--feedback--

This word is used to ask for permission or check if someone is okay with something.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 6.22
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.4,
      "dialogue": {
        "text": "Ugh. I'm really trying to understand how to use this library but I'm a bit lost.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 5.74,
      "finishTime": 7.22,
      "dialogue": {
        "text": "Mind if I ask you for some guidance?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.72
    }
  ]
}