Learning Commands · Assessment
/quiz command
Generate an interactive quiz based on your learning material
1 min read
Generate an interactive quiz based on your learning material
At a glance
| Field | Value |
|---|---|
| Command | /quiz |
| Usage | `/quiz [--type=mcq |
| Category | assessment |
| Execution | server |
| Context | pok |
| Response type | mini-canvas |
| Active PoK required | yes |
Examples
/quiz
/quiz --count=3 --type=mcq
/quiz --scope=unit --difficulty=hard
/quiz --type=fill --count=5
/quiz --type=match --difficulty=medium
How it works
The quiz command generates an interactive quiz based on your learning material.
How it works:
- The AI creates questions from your current learning content
- Questions appear in an interactive fullscreen quiz canvas
- You receive immediate feedback with explanations for each answer
Options:
- --type: Question format —
mcq(multiple choice),tf(true/false),fill(fill in blank),match(matching pairs),sequence(ordering), ormix(all types) - --count: Number of questions (1-10, default: 5)
- --difficulty:
easy,medium,hard, oradaptive(AI adjusts) - --scope: Content scope —
pok(current topic),unit(full unit),all(entire session) - --focus: Content focus —
concept,formula,application,code, ordefault
Question types:
- Multiple Choice (mcq): Pick one correct answer from 4 options
- True/False (tf): Judge whether a statement is true or false
- Fill In Blank (fill): Type the missing word or phrase
- Matching (match): Pair related items from two columns
- Sequencing (sequence): Arrange items in the correct order
Tips:
- Use
--scope=unitto quiz across all topics in the current unit - Use
--focus=formulato target mathematical content - Combine options:
/quiz --count=3 --type=mcq --difficulty=hard
Was this article helpful?