curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/683850c37b275477bb047d83.md
Listen to the audio and complete the sentence below.
Hey Mark, I've been reviewing the BLANK from last week's database BLANK.
logs
This refers to records or files that keep track of events or actions in a system. Use the plural form.
crash
This means a sudden failure or stopping of a system or program.
A log is a record of events, actions, or messages created by a computer system or software. For example:
The system logs showed several errors before the crash. – This means the records had information about problems that occurred.
A crash is when a computer system or program suddenly stops working properly. For example:
The application crash caused all unsaved data to be lost. – This means the program failed unexpectedly, and data was not saved.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Lisa",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "B1_21-3.mp3",
"startTime": 1,
"startTimestamp": 0.3,
"finishTimestamp": 3.72
}
},
"commands": [
{
"character": "Lisa",
"opacity": 1,
"startTime": 0
},
{
"character": "Lisa",
"startTime": 1,
"finishTime": 3.1,
"dialogue": {
"text": "Hey Mark, I've been reviewing the logs",
"align": "center"
}
},
{
"character": "Lisa",
"startTime": 3.1,
"finishTime": 4.42,
"dialogue": {
"text": "from last week's database crash.",
"align": "center"
}
},
{
"character": "Lisa",
"opacity": 0,
"startTime": 4.92
}
]
}