create_blank_answer_items
Generates a specified number of blank answer items for a given question on a paper, enabling teachers to add answer fields for student responses.
Instructions
创建空白答案项
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | 空白答案项数量 | |
| paper_id | Yes | 试卷ID(通过 query_group_tasks 获取) | |
| question_id | Yes | 题目id(通过 query_paper 获取) |