office_create_questions
Batch import questions into a test paper using the official API. Supports single choice, multiple choice, fill blank, true/false, short answer, and attachment questions.
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) |