Hello Members,
I have below requirements for a project where I need to develop the model based 
on "multiple Choice Questions". Below are the criteria:-
   
   - Admin can create/edit/delete(soft delete only) a "Test" in the form of 
MCQs.
   - Admin can then create/edit/delete a "Question" to each test. Each question 
contains the actual question, the correct answer and 3 incorrect answers. An 
admin can mark a question as mandatory or optional. An optional question can be 
skipped by the student.
   - Admin can also set the marks for each question
   - Student can view a testStudent can attempt a test. Every test can be 
attempted multiple times. Each attempt is scored and saved separately. 
   - Since the questions are in MCQ format, the students answers are 
auto-evaluated by the application.

This is something very new for me. So, I am little reluctant on how to create 
the model for the above requirement. Here I do not need to develop any 
authentication environment. 

Any help would be highly appreciated.



Regards,
Amitesh

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/717890174.2580735.1574227227426%40mail.yahoo.com.

Reply via email to