{% extends "base.html" %} {% block title %}统一评分 - FlashExam{% endblock %} {% block content %}
| 考试信息 | 提交统计 | 评分进度 | 平均分 | 操作 |
|---|---|---|---|---|
|
{{ exam.exam_title }}
ID: {{ exam.exam_id }} |
总提交: {{ exam.total_submissions }}
需评分: {{ exam.need_grading }}
已评分: {{ exam.graded }}
|
|
{% if exam.avg_score > 0 %} {{ exam.avg_score }}分 {% else %} - {% endif %} |
{% if exam.need_grading > 0 %}
{% endif %}
成绩
|
所有考试都已完成评分,或者还没有学生提交考试。