curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/662515989f56983f1f2cb10d.md
Fill in the blank in the dialogue below.
Good point. I'll try that. Also, have you ever dealt with time BLANK issues in a similar context?
complexity
This word refers to the level of complication or intricacy of the algorithm's time performance.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Sophie",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "9.2-1.mp3",
"startTime": 1,
"startTimestamp": 25.04,
"finishTimestamp": 31.04
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 2.76,
"dialogue": {
"text": "Good point. I'll try that.",
"align": "center"
}
},
{
"character": "Sophie",
"startTime": 2.76,
"finishTime": 7,
"dialogue": {
"text": "Also, have you ever dealt with time complexity issues in a similar context?",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 7.5
}
]
}