curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6761ee00596d9fa8c8c3ac90.md
Listen to the audio and complete the sentence below.
I agree. We've been noticing some unusual BLANK in the BLANK.
queries
This is the plural form of a request for information in a database.
logs
These are files or records where events, activities, or actions are stored.
Query refers to a request for information, often in a database. Queries means more than one request. For example:
The developer sent a query to find user data. - This means the developer made a single request for information.
There were multiple queries for customer information. - This means there were several requests for data.
Logs refers to files or records that track events or actions. For example:
The team checked the logs to find unusual activities. - This means they looked at the stored records to identify any issues.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Maria",
"position": {
"x": 50,
"y": 0,
"z": 1.5
},
"opacity": 0
}
],
"audio": {
"filename": "B1_5-3.mp3",
"startTime": 1,
"startTimestamp": 7.1,
"finishTimestamp": 10.36
}
},
"commands": [
{
"character": "Maria",
"opacity": 1,
"startTime": 0
},
{
"character": "Maria",
"startTime": 1,
"finishTime": 1.64,
"dialogue": {
"text": "I agree.",
"align": "center"
}
},
{
"character": "Maria",
"startTime": 1.64,
"finishTime": 4.26,
"dialogue": {
"text": "We've been noticing some unusual queries in the logs.",
"align": "center"
}
},
{
"character": "Maria",
"opacity": 0,
"startTime": 4.76
}
]
}