{% extends "base.html" %} {% block title %}主观题评分 - FlashExam{% endblock %} {% block content %}
AI自动评分 + 手动调整
| 考试名称 | 描述 | 主观题总数 | AI评分 | 手动调整 | 未评分 | 覆盖率 | 操作 |
|---|---|---|---|---|---|---|---|
| {{ exam.title }} | {{ exam.description[:50] + '...' if exam.description and exam.description|length > 50 else exam.description or '无描述' }} | {{ exam.total_subjective }} | {{ exam.ai_graded }} | {{ exam.manually_graded }} | {{ exam.ungraded }} |
|
详情
{% if exam.ungraded > 0 %}
{% endif %}
|