{% extends 'exams/base.html' %} {% load static %} {% block page_title %}Subject-School Ranking - {{ project.name }}{% endblock %} {% block content %}
Schools ranked by GPA per subject (lower GPA = better performance)
Schools ranked by GPA per subject (1 = Best, lower GPA is better)
| CODE | SUBJECT NAME | GPA | REG/RANK | SCHOOL | HALMASHAURI | #Std |
|---|---|---|---|---|---|---|
| {{ item.subject_code }} | {{ item.subject_name }} | {{ item.school_gpa|floatformat:4 }} | {{ item.rank|stringformat:"02d" }}/{{ item.total_schools|stringformat:"03d" }} | {{ item.school_name }} | {{ item.district }} | {{ item.student_count }} |
|
No ranking data available |
||||||
Lower GPA indicates better performance. Schools are ranked per subject based on average GPA.