get_student_grading_bundle
Retrieves a student's AI grading bundle—grading context, manual grading items, scores, answers, and attachments—and downloads attachments to a local directory.
Instructions
获取单个学生的 AI 批改包,并下载附件到本地。
只返回 AI 批改必需字段:grading_context、需人工批改的题目、
当前分数/评语、学生答案和附件 file_path。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | 课程组id(通过 query_teacher_groups 获取) | |
| paper_id | Yes | 试卷ID(通过 query_group_tasks 获取) | |
| save_dir | No | 附件保存目录。默认使用当前系统临时目录;同一附件已下载时自动复用本地文件。 | |
| record_id | Yes | 答题记录id(来自 query_test_result 的 answer_records[].record_id 字段) | |
| publish_id | Yes | 发布id(来自 query_group_tasks 的 publish_id 字段) | |
| mark_mode_id | Yes | 阅卷模式id(来自 query_test_result 的 mark_mode_id 字段) |