delete_answer_item
Remove a specific answer option from a question in a paper. Specify the paper, question, and option ID to delete.
Instructions
删除题目的某个选项
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | 试卷ID(通过 query_group_tasks 获取) | |
| question_id | Yes | 题目id(通过 query_paper 获取) | |
| answer_item_id | Yes | 选项id |