How the Flashcard Quiz Works
AnyTool Flashcard Quiz builds and reviews decks entirely in the browser. A deck is created by parsing term and definition pairs from text — colon, dash, tab, equals or Q:/A: blocks are auto-detected — or by importing a two-column CSV or a JSON export. Cards can then be reviewed in three ways: a 3-D flip card you self-grade, an auto-generated multiple-choice question whose distractors are drawn from other cards in the deck, and a type-the-answer prompt graded by fuzzy string matching. A reverse mode swaps the prompt and answer sides.
- Flexible parser: colon, spaced dash, tab, equals and Q:/A: formats
- Multiple-choice distractors come from other cards in the same deck
- Type-the-answer grading uses normalised Levenshtein similarity
- Reverse mode quizzes definition to term
- All deck building and scoring is client-side JavaScript — no server
