update_paper
Assigns standard points to each question based on grade level and sets a suggested duration for the paper. Provide paper ID, total score, and time to get per-question scoring.
Instructions
给试卷按**年级标准分(通值)**算每题分值 + 设建议时长,走 /update 落库。
分值规则(不抠原卷,按常规给):选择/判断=3分、填空=3分,大题类(应用/解答/作图/计算/证明)把剩余分铺满到 total_score(余数加在靠后的难题)。 参数: paper_id;total_score 总分(初中数学期末常规 120);suggest_time 建议时长(分钟,常规 120)。 返回: {ok, paper_id, total, per_question:[...]};异常 → {ok:false, reason}。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| total_score | No | ||
| suggest_time | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||