submit_student_mark
Submit the overall mark for a student's exam paper after grading all manually scored questions. Writes the final grade to the student record.
Instructions
[批改 4/4] 提交整卷批阅结果。
调用前需对该卷所有需手工批改的题都执行过 grade_student_question;
本工具成功后成绩写入学生端。若之后确需修改,必须先调用 withdraw_student_mark 重开批阅。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | 课程组id(通过 query_teacher_groups 获取) | |
| mark_mode_id | Yes | 阅卷模式id(来自 query_test_result 的 mark_mode_id 字段) | |
| answer_record_id | Yes | 答题记录id(来自 query_test_result 的 answer_records[].record_id 字段) | |
| mark_paper_record_id | Yes | 批阅记录id(来自 query_preview_student_paper 的 mark_paper_record_id 字段) |