Install
openclaw skills install quizDesign engaging quizzes with effective questions, scoring logic, and results that drive learning or conversions.
openclaw skills install quiz| Context | Load |
|---|---|
| Knowledge assessment, exams, certifications | types.md → Knowledge section |
| Personality quizzes, "Which X are you?" | types.md → Personality section |
| Lead generation, marketing quizzes | types.md → Lead-gen section |
| Writing effective questions | questions.md |
| Building quiz UI/UX, gamification | implementation.md |
One concept per question. Double-barreled questions confuse and measure nothing. "Do you like pizza and exercise?" → Bad.
Wrong answers must be plausible. If correct answer is obvious by elimination, you're testing pattern recognition, not knowledge.
Results must feel personal. Generic outcomes kill engagement. "You got 7/10" loses to "You're an 80s Movie Expert — you caught references most people miss."
Progress visibility motivates. Show question count, progress bar, time remaining. Uncertainty creates anxiety and abandonment.
| Type | Goal | Typical Length | Results |
|---|---|---|---|
| Knowledge | Assess learning | 10-20 questions | Score + feedback per answer |
| Personality | Engagement, sharing | 5-12 questions | Personality type/category |
| Assessment | Diagnose level/fit | 10-30 questions | Detailed report |
| Lead-gen | Capture email | 5-8 questions | Results gated behind email |
| Trivia | Entertainment | Any | Leaderboard, social share |
Simple percentage: Correct/total × 100. Best for knowledge tests.
Weighted scoring: Some questions worth more. Good for prioritized competencies.
Branching outcomes: Answer combinations map to results. Used in personality quizzes.
Diagnostic rubric: Score across multiple dimensions. Best for assessments and skill evaluations.
| Situation | Reference |
|---|---|
| Designing for specific quiz type | types.md |
| Writing and reviewing questions | questions.md |
| Building quiz flow, UI, tools | implementation.md |