with one click
exam-generation
当用户请求生成试卷、试题、考试题目、测验题时使用此技能。适合出题、考试、随堂测验、练习题生成等需求。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
当用户请求生成试卷、试题、考试题目、测验题时使用此技能。适合出题、考试、随堂测验、练习题生成等需求。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Extract text and tables from PowerPoint (.pptx) files. Use when a user uploads a PPT or PPTX document that needs to be processed.
当用户请求生成、创建、制作 PPT、演示文稿、课件时使用此技能。这是教育场景中最常用的技能,适合老师备课、课程汇报、学术演讲等需求。
Extract text and tables from Word (.docx) files. Use when a user uploads a Word document that needs to be processed.
Extract text and tables from Markdown (.md) files. Use when a user uploads a Markdown document that needs to be processed.
Extract text and tables from PDF files. Use when a user uploads a PDF document that needs to be processed.
Summarize and structure raw document text (PDF/Word/Markdown/PPT) into a format optimized for PPT generation. Use when the user uploads a document and wants to generate a presentation from it.
| name | exam-generation |
| description | 当用户请求生成试卷、试题、考试题目、测验题时使用此技能。适合出题、考试、随堂测验、练习题生成等需求。 |
当用户说以下类似的话时,应使用此技能:
从用户的请求中提取以下信息:
使用提取的参数调用 generate_exam 工具:
generate_exam(
topic="Python 基础", # 必填
output_language="中文",
difficulty="中等",
question_types="选择题,填空题,简答题",
num_questions=15,
enable_web_search=False,
content="重点考察:变量和数据类型、条件语句、循环结构、函数定义"
)
工具返回后,向用户说明:
generate_ppt 或 generate_lesson_plan 生成配套教学材料用户: 我需要一套关于"数据库基础"的试题,包含选择题和简答题,大概 10 道题,难度中等
助手: (调用 generate_exam 工具)
助手: ✅ 试题生成任务已启动!
主题: 数据库基础
难度: 中等
题量: 10 题
题型: 选择题, 简答题
📝 生成的试题将包含:客观题(选择)、主观题(简答)、参考答案与评分标准