grade_student_paper
Batch grade student papers by writing scores and comments for multiple questions, with optional whole-paper submission.
Instructions
批量写入单个学生多道题的分数/评语,可选提交整卷。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grades | Yes | 需人工批改的题目分数列表。每项包含 question_id、answer_id、score,可选 comment。 | |
| allow_reopen | No | 是否允许先重开已提交批阅。默认 false,避免无意修改已发布成绩;确认要改已提交成绩时设为 true。 | |
| submit_after | No | 所有题打分成功后是否立即提交整卷批阅。默认 true。 | |
| grading_context | Yes | 来自 get_student_grading_bundle.data.grading_context,原样传回即可。 |