curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/6625cee408515366fddbf402.md
Fill in the blanks in the dialogue below.
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?
trying
This word indicates making an effort or attempt to do something.
library
In programming, this word refers to a collection of pre-written code for common tasks.
Mind
This word is used to ask for permission or check if someone is okay with something.
{
"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
}
]
}