update_question_options
Update a single or multiple choice question's option text or correct answer. Specify question ID, option ID, and optionally new text or is_answer flag.
Instructions
[仅限单选/多选题]更新单选或多选题的选项内容
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question_id | Yes | 题目id(通过 query_paper 获取) | |
| answer_item_id | Yes | 选项id | |
| option_text | No | 选项纯文本,与 text_raw 二选一 | |
| option_text_raw | No | 选项富文本,与 text 二选一 | |
| is_answer | No | 是否为正确答案 | |
| parse_mode | No | 富文本解析模式:plain=纯文本,raw=原始结构 | plain |