update_question_options
Update option text, correctness, and formatting for single or multiple choice questions.
Instructions
[仅限单选/多选题]更新单选或多选题的选项内容
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_answer | No | 是否为正确答案 | |
| parse_mode | No | 富文本解析模式:plain=纯文本,raw=原始结构,markdown=标准 Markdown + assets | plain |
| option_text | No | 选项纯文本,与 text_md/text_raw 三选一 | |
| question_id | Yes | 题目id(通过 query_paper 获取) | |
| answer_item_id | Yes | 选项id | |
| option_text_md | No | 选项 Markdown,与 text/text_raw 三选一,工具会自动转为小雅 Draft.js 富文本;图片/附件用 asset://id 占位并配合 text_assets。 | |
| option_text_raw | No | 选项富文本,与 text/text_md 三选一 | |
| option_text_assets | No | 选项 Markdown 引用的资源列表,仅与 text_md 一起使用,格式同 title_assets |