Created on 12th January 2020
•
Quizzing Platform for MNNIT:
**Features of each quiz:
Question order randomisation.
Storing of quiz results under each user.
Correct answers can be shown after each question or all at once at the end.
Logged in users can return to an incomplete quiz to finish it and non-logged in users can complete a quiz if their session persists.
The quiz can be limited to one attempt per user.
Questions can be given a category.
Success rate for each category can be monitored on a progress page.(from end underdevelopment)
Explanation for each question result can be given.
Multiple choice question type.
Subjective question type.
Display an image alongside the question.
A marking page which lists completed quizzes, can be filtered by quiz or user, and is used to mark essay questions.
For MCQ type questions and answers in random order for each user.
Implementing the features was mostly the hurdle.
But to handle enormous amount of requests we used Redis Technology for parallel server programming.