adilmohak / django-lms

A learning management system using django web framework. Course add and drop, grade and assessment result management, online quiz, report generator, student and lecturers management, dashboard, and so much more...
MIT License
584 stars 251 forks source link

fixed issue#68: Adding validation in choices. #69

Closed SagunDevkota closed 1 month ago

SagunDevkota commented 2 months ago

Fixed Issue: Issue #68

Screenshots:

  1. At least 2 choices required Screenshot 2024-09-19 at 1 16 34 PM
  2. Valid choice name required Screenshot 2024-09-19 at 1 17 19 PM
  3. Only one option can be correct Screenshot 2024-09-19 at 1 17 53 PM
adilmohak commented 1 month ago

Excellent job!

Just one improvement request, If we decided to allow only one correct answer, it would be better if we could use a radio check.

SagunDevkota commented 1 month ago

We can go for multiple answers but, while answering I noticed we can only select one option. In case you want to use radio check can you guide me to the correct part of code?