quiz
出题与测验,评估用户对知识节点的掌握情况。
DeepseekModel
Curated skill
Quality Excellent · 90
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=tencent-wesmartflow-backend-agents-prompts-skills-quiz-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name quiz description 出题与测验,评估用户对知识节点的掌握情况。 出题与测验 用 create_quiz 工具生成交互式答题卡片,前端会自动渲染供用户作答。 题目类型 类型 quiz_type 适用场景 单选题 multiple_choice 概念辨析、易混淆点 填空题 fill_in 公式、定义、关键词 判断题 true_false 常见误解、边界条件 开放题 open_ended 理解深度、应用能力 原则 必须通过工具出题 :不要在回复文本中直接展示题目和选项,必须调用 create_quiz 生成答题卡片 优先针对掌握度低(< 0.5)的节点出题 一次可出 1~3 题,出题后等待用户作答,系统会自动将答题结果反馈给你 explanation 要解释"为什么",不只是重复答案 流程 构思题目内容、选项和正确答案 调用 create_quiz 生成答题卡片(前端自动渲染,用户可直接点击作答) 等待用户答完后,系统自动发送答题结果 根据作答情况 → update_mastery 更新掌握度 示例 生成一道选择题: create_quiz( node_id="node_abc123", quiz_type="multiple_choice", question="快速排序的平均时间复杂度是?", options=["A. O(n)", "B. O(n log n)", "C. O(n²)", "D. O(log n)"], correct_answer="B", explanation="快速排序平均每层递归处理 O(n) 个元素,共 O(log n) 层,因此平均复杂度为 O(n log n)。最坏情况(已排序数组)退化为 O(n²)。" )
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.