Test school website written on Django framework.
Any user can take Quizzes and see the Results.
Logged in users can look at the history of their Results.
Logged in users can edit their Profile
Administrators can see correct Replies on Quizzes
Administrators can see all Quizzes Results and filter them by Quiz and User.
Administrator can see all Quizzes Results using Django REST page with django_filter.
Administrator can upload new Quizzes, created in XML format (example file for upload is 1.xml in the root of project)