create_question
Create a new blank question in a test paper by specifying its type, score, and optional insertion position.
Instructions
在试卷中创建新题目(空白题目)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | 试卷ID(通过 query_group_tasks 获取) | |
| question_type | Yes | 题目类型编号(1=单选 2=多选 4=填空 5=判断 6=简答 7=附件 10=编程) | |
| score | Yes | 题目分数(大于0的整数) | |
| insert_question_id | No | 插入到指定题目ID后面(不填则追加到末尾) |