About Edulearn
Edulearn is a Flask application that allows users to revise questions on a variety of STEM topics.
It allows users to view data on questions they get (in)correct to give insights on topics that need further improvement.
Check out the Usage section for further information, including Installation instructions.
Contents
- Usage
- Frontend
- Backend
- Routes
- Front page view ‘/’ (index.html)
- Quiz summaries view ‘/feedback’ (feedback.html)
- Quiz feedback detail view ‘/quiz_feedback’ (quiz_feedback.html)
- Login form view ‘/login’ (login.html)
- Quiz form view ‘/quiz’ (quiz.html + start_quiz.html)
- Quiz topic selection view ‘/start_quiz’ (start_quiz.html)
- Individual question ‘/question/<int:question_id>’ (quiz.html)
- API
- Query helpers
- Misc
- Routes
- Database