create_true_false_question
Insert a true-or-false question into a paper, providing the statement and boolean answer. Supports Markdown and rich text for the title with configurable score and required status.
Instructions
创建判断题
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | 试卷ID(通过 query_group_tasks 获取) | |
| question | Yes | ||
| need_parse | No | true 返回纯文本(plain),false 返回原始富文本结构(raw) | |
| need_detail | No | 是否在返回中包含完整题目内容(选项、答案等),仅需确认成功时设为 false |