query_preview_student_paper
Preview a student's complete answer content and retrieve mark_paper_record_id with per-question answer_ids needed for scoring.
Instructions
[批改第2步] 查询单个学生的完整答题内容,返回 mark_paper_record_id 和每道题的 answer_id(打分必需)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | 课程组id(通过 query_teacher_groups 获取) | |
| paper_id | Yes | 试卷ID(通过 query_group_tasks 获取) | |
| mark_mode_id | Yes | 阅卷模式id(来自 query_test_result 的 mark_mode_id 字段) | |
| publish_id | Yes | 发布id(来自 query_group_tasks 的 publish_id 字段) | |
| record_id | Yes | 答题记录id(来自 query_test_result 的 answer_records[].record_id 字段) | |
| detail_level | No | 答题粒度:summary=得分/状态,full=含答题内容 | summary |
| parse_mode | No | 富文本解析模式:plain=纯文本,raw=原始结构 | plain |