todi-2000 / Quiz-App

A Quiz App where users can register, attempt quiz, view their scores and leaderboard.
MIT License
14 stars 28 forks source link

Automatically level increment for added question #37

Closed SubhradeepSS closed 3 years ago

SubhradeepSS commented 3 years ago

Is your feature request related to a problem? Please describe. Currently, whenever a question is added by admin, the level requires to be added manually and the admin must also ensure that every time a new question is added the level is 1+level of previous question. This makes it a bit tedious for the admin.

Describe the solution you'd like The level field of Questionmodel can be changed to autoincrement and a default value can be set for first question.

SubhradeepSS commented 3 years ago

@todi-2000 I want to work on this issue if you are fine with the idea.

todi-2000 commented 3 years ago

You can go ahead.