A Flask-based system for Teachers and Students to upload questions (CSV/PDF), generate dynamic MCQ tests, assign them to students, conduct assessments, and view analytics with charts. SQLite is used ...
math-question-generator/ ├── src/ │ └── question_generator.py # Core generator class ├── output/ # Generated documents ├── images/ # Generated question images ├── main.py # Main execution script ├── ...