curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6761f9d7a849d8f61aa12deb.md
Listen to the audio and answer the question below.
What problem is Jake trying to solve by implementing parameterized queries?
Data not being backed up correctly.
Jake does not mention anything about data backups. Focus on the issue he wants to minimize.
Errors in the database caused by broken queries.
Jake talks about minimizing risk, not fixing broken queries or errors.
Slow database performance when handling queries.
Jake's goal is related to security, not improving database speed or performance.
Unauthorized access to data.
4
To find the correct answer, listen for the words:
Should reduce shows Jake's intention to make something smaller or less likely.
Unauthorized access refers to someone without permission trying to view or use data.
Jake says this should reduce the chances of unauthorized access to our data.
This shows his plan is to minimize a security risk, not to fix backups, errors, or improve database performance.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Jake",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "B1_5-3.mp3",
"startTime": 1,
"startTimestamp": 13.16,
"finishTimestamp": 20.62
}
},
"commands": [
{
"character": "Jake",
"opacity": 1,
"startTime": 0
},
{
"character": "Jake",
"startTime": 1,
"finishTime": 4.72,
"dialogue": {
"text": "We're going to implement parameterized queries to minimize the risk.",
"align": "center"
}
},
{
"character": "Jake",
"startTime": 5,
"finishTime": 8.46,
"dialogue": {
"text": "This should reduce the chances of unauthorized access to our data.",
"align": "center"
}
},
{
"character": "Jake",
"opacity": 0,
"startTime": 8.96
}
]
}