Incident Analysis
= $this->include('partials/academic_filter') ?>
'Payment',
'attendance' => 'Attendance',
'grade' => 'Grade',
'behavior' => 'Behavior (General)',
'talking_off_task' => 'Talking/off-task',
'calling_out' => 'Calling out',
'minor_disruption' => 'Minor disruption',
'minor_dress_code' => 'Minor dress code',
'forgetting_materials' => 'Forgetting materials',
'repeated_defiance' => 'Repeated defiance',
'disrespectful_tone' => 'Disrespectful tone',
'minor_profanity' => 'Minor profanity',
'repeated_tardiness' => 'Repeated tardiness',
'device_misuse' => 'Device misuse',
'minor_conflict' => 'Minor conflict/horseplay',
'bullying_harassment' => 'Bullying/harassment',
'fighting_aggression' => 'Fighting/aggression',
'threats' => 'Threats',
'theft' => 'Theft',
'vandalism' => 'Vandalism',
'sexual_harassment' => 'Sexual harassment',
'serious_cyber_incident' => 'Serious cyber incident',
'contraband' => 'Contraband',
'weapons_drugs' => 'Weapons/drugs',
'other' => 'Other',
];
?>
| Student Name |
Grade |
Total Incidents |
Open |
Closed |
Canceled |
Last Incident |
Log & Follow-up |
| = esc($student['student_name'] ?? '') ?> |
= esc($student['grade'] ?? '') ?> |
= esc($student['total'] ?? 0) ?> |
= esc($student['open'] ?? 0) ?> |
= esc($student['closed'] ?? 0) ?> |
= esc($student['canceled'] ?? 0) ?> |
= esc(!empty($student['last_incident']) ? local_datetime($student['last_incident'], 'm-d-Y H:i') : '') ?> |
View log
| Datetime |
Incident Type |
State |
Description |
Action Taken |
| = esc(!empty($log['flag_datetime']) ? local_datetime($log['flag_datetime'], 'm-d-Y H:i') : '') ?> |
= esc($incidentLabel) ?> |
= esc($log['flag_state'] ?? '') ?> |
= esc($description) ?> |
= esc($log['action_taken'] ?? 'N/A') ?> |
| No incident logs found. |
|
| No incidents found. |
= $this->endSection() ?>