update_short_answer_answer
Update the reference answer for a short answer question by providing plain text or rich text content. Specify the question ID and answer item ID to modify the answer.
Instructions
[仅限简答题]更新简答题参考答案
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question_id | Yes | 题目id(通过 query_paper 获取) | |
| answer_item_id | Yes | 答案项id | |
| answer | No | 参考答案纯文本,与 answer_raw 二选一 | |
| answer_raw | No | 参考答案富文本,与 answer 二选一 | |
| parse_mode | No | 富文本解析模式:plain=纯文本,raw=原始结构 | plain |