PRESIDENT'S OFFICE - REGIONAL ADMINISTRATION AND LOCAL GOVERNMENT (PO-RALG)

{{ school.region.name|upper }}

FORM SIX REGIONAL MOCK EXAMINATIONS

{{ project.name|upper }} - {{ project.year }}

{{ school.school_code }}

{{ school.name|upper }}

{{ school.district.name|upper }} {{ school.district.region.name|upper }}

{% for div, count in division_counts.items %} {% endfor %}
{{ count }}
DIV {{ div }}
GPA
{{ school_result.sch_gpa|default:"-"|floatformat:4 }}
RANK (OVERALL)
{{ school_rank|default:"-" }}/{{ overall_total }}
{% for subject in subjects %} {% endfor %} {% for subject in subjects %} {% endfor %} {% for student in students %} {% for score in student.subject_scores %} {% endfor %} {% endfor %}
C.NO NAMES SEX COMB{{ subject.code }}AVERAGE AV.
GRADES
POINTS DIVISION
{{ subject.name }}
{{ student.cand_no }} {{ student.name }} {{ student.sex }} {% if student.combination %} {{ student.combination }} {% endif %} {% if 'X' in score %} X {% else %} {% with parts=score.split %} {{ parts.0 }} {% if parts.1 %} {{ parts.1 }} {% endif %} {% endwith %} {% endif %} {{ student.average|default:"-" }} {{ student.avg_grade|default:"-" }} {{ student.points|default:"-" }} {% if student.division %} {{ student.division }} {% else %} - {% endif %}
DIVISION SUMMARY
Division I{{ division_counts.I }}
Division II{{ division_counts.II }}
Division III{{ division_counts.III }}
Division IV{{ division_counts.IV }}
Division 0{{ division_counts.0 }}
TOTAL{{ total_students }}
SCHOOL PERFORMANCE
School Average{{ school_result.sch_avg|default:"-"|floatformat:2 }}
School Grade{{ school_result.sch_avg_grd|default:"-" }}
School GPA{{ school_result.sch_gpa|default:"-"|floatformat:4 }}
Overall Rank{{ school_rank|default:"-" }} / {{ overall_total }}