prepare(" SELECT institution_name FROM institutions WHERE id = ? LIMIT 1 "); $institutionId = $_SESSION['institution_id'] ?? null; $institution = $stmt->fetch(PDO::FETCH_ASSOC); // Fallback (safety) $institutionName = $institution['institution_name'] ?? 'School'; ?> School Dashboard | RS Learning Lab

🏫 — School Dashboard

Manage learning style assessments, coding practice, and reports.

🧠 Learning Style Assessment

Understand how students learn using facilitated and self-assessment modes. No marks. No ranks.

💻 Coding Challenges

Practice-based coding tracks to improve confidence, logic, and application skills.

📊 Reports & Insights

View class-wise learning patterns, momentum signals, and learning passports.