diff --git a/admin.php b/admin.php index 91677e8..c26c2e6 100644 --- a/admin.php +++ b/admin.php @@ -138,6 +138,9 @@ include 'includes/header.php'; Bulk Upload Learners + + Schedule School Event + Academic Reports @@ -151,4 +154,4 @@ include 'includes/header.php'; - \ No newline at end of file + diff --git a/analytics.php b/analytics.php new file mode 100644 index 0000000..174ccd4 --- /dev/null +++ b/analytics.php @@ -0,0 +1,122 @@ +prepare($query); +$stmt->execute(['school_id' => $school_id]); +$grade_stats = $stmt->fetchAll(); + +$pageTitle = "Grade Performance Analytics"; +include 'includes/header.php'; +?> + +
| Grade | +Avg. Performance | +Students | +Assessments | +Status | +
|---|---|---|---|---|
| + |
+
+
+
+
+
+ %
+ |
+ + | + | + + = 70 ? 'Excellent' : ($avg >= 50 ? 'Satisfactory' : 'Critical'); ?> + + | +
+ This data represents the average score across all subjects and assessments for each grade level in your school. + Use this to identify grades that may require additional resources or intervention. +
+No resources shared yet. Be the first!
+Start a conversation with your colleagues.
+Stay updated with meetings, conferences, and school holidays.
+No upcoming events scheduled.
+= nl2br(htmlspecialchars($event['description'])) ?>
+Parents can request specific slots for parent-teacher conferences via the direct message system in the Hub.
+