{{ group.grade }} · {{ group.subject }}
{{ group.count }} نتیجه · میانگین {{ group.average_score if group.average_score is not none else "—" }} · بالاترین {{ group.highest_score if group.highest_score is not none else "—" }}
| آزمون | دبیر | نتایج | میانگین | بالاترین | نیازمند توجه | باز کردن |
|---|---|---|---|---|---|---|
| {{ exam.title }} | {{ exam.teacher or "—" }} | {{ exam.count }} | {{ exam.average_score if exam.average_score is not none else "—" }} | {{ exam.highest_score if exam.highest_score is not none else "—" }} | {{ exam.flagged }} | مدیریت |
جزئیات نتایج
{{ results|length }} ردیف| کلاس | درس | آزمون | دانشآموز | کد | نمره | وضعیت | نشانهها | زمان ثبت |
|---|---|---|---|---|---|---|---|---|
| {{ r["grade"] or "—" }} | {{ r["subject"] or "—" }} | {{ r["exam_title"] }} | {{ r["student"] }} | {{ r["student_code"] or "—" }} | {{ r["score"] or "بدون نمره" }} | {{ status_label(status) }} | {{ r["violations"] or 0 }} تخلف {% if risks %}{% endif %} | {{ r["submitted_at"] }} |