-
Notifications
You must be signed in to change notification settings - Fork 6
Home
wzsTbuY edited this page Aug 27, 2026
·
3 revisions
DQ QuestionBank Core is a local-first, open-source foundation for structured educational questions: a database-neutral Python library, a CLI, and a visual workspace that runs entirely on your machine. Apache 2.0.
New here? Getting Started takes you from zero to
the visual workspace in three steps (double-click start.bat, or
pip install dq-questionbank-core + dq-local).
- Architecture - the complete guide: layers, module map, data flow, hard boundaries, extension points
- Mechanisms - how each engine works: schema versioning, atomic storage, review-first intake, quality gates, the three LaTeX engines, the Word publishing envelope, PDF/coding-agent gates, determinism, security
The repository directory docs/wiki/ is the only editable source for these
pages; the live Wiki is a deterministic export. Use
python scripts/wiki_sync.py check, export, or sync rather than
editing the rendered target directly.