{{ pageTitle }}
班级码 {{ curClass.join_code }} ✎
学生数
{{ ov.student_count }}
已参与
{{ ov.participated }}
提交次数
{{ ov.submission_count }}
平均分
{{ ov.avg_score }}
名单匹配率
{{ ov.matched_rate }}%
按章节查看
上方总览与趋势图为全班数据;选择章节后,下方「章节表现 / 题目表现 / 高频遗漏采分点 / 未提交名单」只显示该章节。
章节表现
| 章节 | 题数 | 提交次数 | 已交人次 | 未交人次 | 平均 | A/B/C/D |
|---|---|---|---|---|---|---|
| {{ c.chapter }} | {{ c.question_count }} | {{ c.submission_count }} | {{ c.submitted_students }} | {{ c.unsubmitted_count }} | {{ c.avg_score }} | {{ c.dist.A }}/{{ c.dist.B }}/{{ c.dist.C }}/{{ c.dist.D }} |
| 暂无数据 | ||||||
题目表现(按章节)
| 题目 | 提交 | 已交/应交 | 未交 | 平均 | 最高 | A/B/C/D |
|---|---|---|---|---|---|---|
| 📖 {{ g.name }}({{ g.items.length }} 题) | ||||||
| {{ q.title }} | {{ q.submission_count }} | {{ q.submitted_students }}/{{ ov.student_count }} | {{ q.unsubmitted_count }} | {{ q.avg_score }} | {{ q.max_score }} | {{ q.dist.A }}/{{ q.dist.B }}/{{ q.dist.C }}/{{ q.dist.D }} |
高频遗漏采分点({{ statChapter }})
{{ statChapter ? '该章节暂无数据' : '暂无数据' }}
每日提交量与均分(全班)
学生成绩(全班)
| 姓名 | 学号 | 已答题数 | 累计作答 | 平均 | 最高 | 最近 | 状态 |
|---|---|---|---|---|---|---|---|
| {{ s.name }} | {{ s.student_no || '-' }} | {{ s.count }} | {{ s.attempt_total }} 最高重做 {{ s.max_attempt }} 次 | {{ s.avg_score }} | {{ s.best_score }} | {{ s.last_at }} | {{ s.matched ? '已匹配' : '未匹配' }} |
未提交名单(按题目)({{ statChapter }})
📖 {{ g.name }}
{{ row.title }}
未交 {{ row.unsubmitted_count }}/{{ row.student_count }}
{{ u.name }}
全部已交 🎉
暂无题目或未设置班级名单
从未提交过任何作业:
{{ u.name }}
无
批量导入题目
CSV 文件:UTF-8 编码,列顺序 标题, 标准答案, 采分点, 关键词, 章节, 难度, 限时秒, 题干提示。 仅前两列必填,采分点/关键词用 | 分隔,首行可为表头。
{{ qImportMsg }}
- {{ e }}
{{ qf.id ? '编辑题目' : '新增题目' }}
题目列表(按章节)
| 标题 | 难度 | 状态 | 操作 |
|---|---|---|---|
| 📖 {{ g.name }}({{ g.items.length }} 题) | |||
| {{ q.title }} | {{ q.difficulty }} | {{ q.status === 1 ? '已发布' : '草稿' }} | |
暂无题目
批量导入名单
CSV 文件:UTF-8 编码,第一列姓名,第二列学号(学号可空),首行可为表头。导入时按归一化匹配去重。
{{ importMsg }}
单条添加
| 姓名 | 学号 | 操作 |
|---|---|---|
| {{ s.name }} | {{ s.student_no || '-' }} |
筛选
作答记录({{ subs.length }} 条)
点击「展开」查看完整答案| 时间 | 姓名 | 题目 | 分数 | 次数 | 来源 | 作答内容 | 改分 |
|---|---|---|---|---|---|---|---|
| {{ s.created_at }} | {{ s.student_name }} {{ s.matched ? '已匹配' : '未匹配' }} | {{ s.question_title }} | {{ s.score }} {{ s.level }} | 第 {{ s.attempt_no }} 次 | {{ srcText(s.grade_source) }} |
{{ s.asr_text }}
{{ s._expanded ? '收起' : '展开' }}
反馈:{{ s.feedback }}
建议:{{ s.suggestion }}
|
|
| 没有符合条件的记录 | |||||||