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'; ?>
Manage learning style assessments, coding practice, and reports.
Understand how students learn using facilitated and self-assessment modes. No marks. No ranks.
Practice-based coding tracks to improve confidence, logic, and application skills.
View class-wise learning patterns, momentum signals, and learning passports.