get_question
Fetch detailed question information including stem, answer, analysis, and options by providing question IDs. Supports batch retrieval of up to 100 questions.
Instructions
按 id 批量拉题目详情(🔴 装段前人工核对题面/答案/解析,避免盲装误人子弟)→ GET /teacher/question/list?ids=。返回 {ok, items}。
参数: ids : 题 id 列表(字符串雪花号,单次 ≤100);软删题 BE 自动过滤,返回按入参保序。 返回: {ok, items:[{id, stem_text, answer, analyze, question_type, difficult, subject_id, block_json/answer_block_json/analyze_block_json(三端结构化渲染源), stem_img, free_tags, patterns, question_knowledges(U 轨 kp), status, label_status}]}。 🔴 选项内容在 block_json 里(选择题),无独立 options 字段。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||