quiz-creator
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseQuiz Creator
测验创建器
Generate comprehensive quizzes from any study material with varied question types and difficulty levels.
可从任意学习资料生成包含多样题型与难度等级的综合性测验。
Workflow
工作流程
mermaid
flowchart LR
A[Source Material] --> B[Extract Key Concepts]
B --> C[Select Question Types]
C --> D[Generate Questions]
D --> E[Create Answer Key]
E --> F[Format Output]mermaid
flowchart LR
A[Source Material] --> B[Extract Key Concepts]
B --> C[Select Question Types]
C --> D[Generate Questions]
D --> E[Create Answer Key]
E --> F[Format Output]Step 1: Analyze Source Material
步骤1:分析源材料
- Identify key concepts - Main topics, definitions, processes
- Find testable elements - Facts, relationships, causes, comparisons
- Note difficulty progression - Basic recall → Application → Analysis
- 识别核心概念 - 主要主题、定义、流程
- 筛选可测试元素 - 事实、关联关系、成因、对比内容
- 标注难度梯度 - 基础回忆 → 知识应用 → 综合分析
Step 2: Question Type Templates
步骤2:题型模板
Multiple Choice (MCQ)
选择题(MCQ)
markdown
**Q1.** [Question stem]
A) [Distractor - common misconception]
B) [Distractor - partially correct]
C) [Correct answer]
D) [Distractor - related but wrong]
<details>
<summary>Answer</summary>
C) [Explanation why correct and why others are wrong]
</details>Best for: Definitions, facts, identifying correct procedures
markdown
**Q1.** [题干]
A) [干扰项 - 常见误解]
B) [干扰项 - 部分正确]
C) [正确答案]
D) [干扰项 - 相关但错误]
<details>
<summary>答案</summary>
C) [解释正确原因及其他选项错误理由]
</details>适用场景: 定义类、事实类、正确流程识别类题目
True/False
判断题
markdown
**Q2.** [Statement to evaluate] _(True/False)_
<details>
<summary>Answer</summary>
**False** - [Explanation of the correct information]
</details>Best for: Common misconceptions, verifying understanding
markdown
**Q2.** [待判断陈述] _(对/错)_
<details>
<summary>答案</summary>
**错** - [正确信息说明]
</details>适用场景: 纠正常见误解、验证理解程度
Fill-in-the-Blank
填空题
markdown
**Q3.** The process of ________ converts glucose into ATP through ________.
<details>
<summary>Answer</summary>
**cellular respiration**, **oxidative phosphorylation**
</details>Best for: Terminology, formulas, key vocabulary
markdown
**Q3.** ________的过程通过________将葡萄糖转化为ATP。
<details>
<summary>答案</summary>
**细胞呼吸**,**氧化磷酸化**
</details>适用场景: 术语、公式、核心词汇类题目
Short Answer
简答题
markdown
**Q4.** Explain the relationship between [concept A] and [concept B].
<details>
<summary>Answer</summary>
[Model answer with key points that should be mentioned]
**Key points to include:**
- Point 1
- Point 2
- Point 3
</details>Best for: Conceptual understanding, explanations, analysis
markdown
**Q4.** 解释[概念A]与[概念B]之间的关系。
<details>
<summary>答案</summary>
[包含核心要点的参考回答]
**需涵盖的核心要点:**
- 要点1
- 要点2
- 要点3
</details>适用场景: 概念理解、解释说明、综合分析类题目
Matching
匹配题
markdown
**Q5.** Match each term with its definition:
| Term | Definition |
|------|------------|
| 1. [Term A] | A. [Definition 3] |
| 2. [Term B] | B. [Definition 1] |
| 3. [Term C] | C. [Definition 2] |
<details>
<summary>Answer</summary>
1-B, 2-C, 3-A
</details>Best for: Vocabulary, pairing concepts, classifications
markdown
**Q5.** 将下列术语与对应的定义匹配:
| 术语 | 定义 |
|------|------------|
| 1. [术语A] | A. [定义3] |
| 2. [术语B] | B. [定义1] |
| 3. [术语C] | C. [定义2] |
<details>
<summary>答案</summary>
1-B, 2-C, 3-A
</details>适用场景: 词汇类、概念配对、分类类题目
Step 3: Difficulty Levels
步骤3:难度等级
| Level | Characteristics | Bloom's Level |
|---|---|---|
| Easy | Direct recall, single concept | Remember |
| Medium | Application, 2+ concepts combined | Understand/Apply |
| Hard | Analysis, synthesis, edge cases | Analyze/Evaluate |
| 难度等级 | 特点 | Bloom's Level |
|---|---|---|
| 简单 | 直接回忆,单个概念 | Remember |
| 中等 | 知识应用,结合2个及以上概念 | Understand/Apply |
| 困难 | 分析、综合、边缘案例 | Analyze/Evaluate |
Difficulty Distribution Recommendation
难度分布建议
- Review quiz: 60% Easy, 30% Medium, 10% Hard
- Practice test: 30% Easy, 50% Medium, 20% Hard
- Challenge quiz: 10% Easy, 40% Medium, 50% Hard
- 复习测验: 60%简单、30%中等、10%困难
- 模拟测试: 30%简单、50%中等、20%困难
- 挑战测验: 10%简单、40%中等、50%困难
Step 4: Quiz Structure Template
步骤4:测验结构模板
markdown
undefinedmarkdown
undefined[Topic] Quiz
[主题] 测验
Subject: [Subject Name]
Difficulty: [Easy/Medium/Hard/Mixed]
Questions: [Number]
Time: [Suggested minutes]
科目: [科目名称]
难度: [简单/中等/困难/混合]
题量: [数量]
建议时长: [分钟]
Section A: Multiple Choice (X points)
A部分:选择题(每题X分)
[MCQ questions]
[选择题题目]
Section B: True/False (X points)
B部分:判断题(每题X分)
[T/F questions]
[判断题题目]
Section C: Short Answer (X points)
C部分:简答题(每题X分)
[Short answer questions]
[简答题题目]
Answer Key
答案键
[All answers with explanations]
Generated from: [Source material reference]
---[所有题目答案及解析]
生成来源:[源材料参考]
---Step 5: Quality Checklist
步骤5:质量检查清单
- Questions test understanding, not just memorization
- MCQ distractors are plausible (not obviously wrong)
- Difficulty is appropriate for stated level
- Answer explanations clarify misconceptions
- Questions cover breadth of source material
- No ambiguous wording or trick questions
- 题目考查理解能力,而非单纯记忆
- 选择题干扰项具有合理性(非明显错误)
- 难度与标注等级匹配
- 答案解析可澄清常见误解
- 题目覆盖源材料的核心内容
- 无表述模糊或陷阱题