curriculum/challenges/english/blocks/learn-how-to-use-basic-programming-vocabulary-in-conversations/662efac808e7e024ab2672f2.md
Fill in the blanks in the dialogue below.
Well, it's actually a lot of code, but the BLANK is in a specific BLANK. I have a BLANK inside it.
issue
It refers to a problem or bug in the code that needs to be addressed.
function
This term describes a set of code that performs a specific task and can be reused throughout the program.
loop
It describes a sequence in code that repeats itself either a set number of times or until a certain condition changes.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "5.1-2.mp3",
"startTime": 1,
"startTimestamp": 10.5,
"finishTimestamp": 15.98
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 6.48,
"dialogue": {
"text": "Well, it's actually a lot of code, but the issue is in a specific function. I have a loop inside it.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 6.98
}
]
}