{% extends "exams/base.html" %} {% load static %} {% block content %}

Project Progress: {{ project.name }}

{{ project.year }} | {{ project.academic_level.name }}

Back to Projects
Schools
{{ schools_with_scores }} / {{ total_schools }}
{{ completion_percent }}% Complete
Completed Schools
{{ schools_completed }} / {{ total_schools }}
{{ completed_percent }}% Complete
Students
{{ students_with_scores }} / {{ total_students }}
{{ student_completion_percent }}% Complete
Scores Entered
{{ total_scores_entered|default:"0" }}
Avg {{ avg_scores_per_school }} per school
Schools Progress Details
Export to Excel
{% for school_data in school_progress_list %} {% empty %} {% endfor %}
# School Code School Name District Students With Scores Scores Avg/Student Progress Status Actions
{{ school_data.rank }} {{ school_data.school.school_code }} {{ school_data.school.name_short }} {{ school_data.school.district.name }} {{ school_data.total_students }} {{ school_data.students_with_scores }} {{ school_data.scores_entered }} {{ school_data.avg_subjects }}
{{ school_data.completion_percent }}%
{{ school_data.status }}

No schools found in this project.

{% if page_obj.has_other_pages %}
{% endif %}
{% endblock %}