Learning Commands · Assessment
/flashcard command
Interactive flashcard learning with spaced repetition
1 min read
Interactive flashcard learning with spaced repetition
At a glance
| Field | Value |
|---|---|
| Command | /flashcard |
| Usage | `/flashcard [count] [--scope=pok |
| Category | assessment |
| Execution | server |
| Context | pok |
| Response type | mini-canvas |
| Active PoK required | yes |
Examples
/flashcard
/flashcard 10
/flashcard --format=term-def
/flashcard 15 --scope=unit --format=mix
How it works
The flashcard command creates an interactive spaced-repetition learning experience.
How it works:
- The AI generates flashcards from your learning material
- Each card has a front (question/term) and back (answer/definition)
- After viewing each card, a fast check question tests your recall
- Cards you miss re-enter the queue for another round (up to 3 rounds)
- Master all cards to complete the session
Options:
- count: Number of flashcards (5, 10, 15, or 20). Default: 10
- scope: Content scope —
pok(current topic),unit(entire unit),all(all units) - format: Card format —
qa(question/answer),term-def(term/definition),formula(formula/explanation),mix(variety)
Learning loop:
- View the front of the card
- Flip to see the answer
- Answer a fast check question (MCQ, T/F, fill-in, match, sequence)
- Correct = mastered, Incorrect = review again later
Tips:
- Use
--format=term-deffor vocabulary-heavy topics - Use
--format=formulafor math/science subjects - Start with 5-10 cards per session for effective learning
- The spaced repetition algorithm ensures you focus on what you don't know
Was this article helpful?