batch_create_questions
Batch create multiple questions for a paper, supporting choice, fill-blank, true/false, short answer, attachment, and programming question types.
Instructions
批量创建题目(非官方接口),不稳定但功能更强大[支持单选、多选、填空、判断、附件、简答题、编程题]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | 试卷ID(通过 query_group_tasks 获取) | |
| questions | Yes | 题目列表 | |
| need_detail | No | 是否在返回中包含完整题目内容(选项、答案等),仅需确认成功时设为 false | |
| need_parse | No | true 返回纯文本(plain),false 返回原始富文本结构(raw) |