motorollerscalatron / QuizMaster

Quiz Master Demo built with ruby on rails 5.
1 stars 0 forks source link

make once challenged questions available to users #14

Open motorollerscalatron opened 6 years ago

motorollerscalatron commented 6 years ago

Currently, once the question has been challenged by the user, that question does not show up in the question list(/question).

For some users, it might be rare that the correct answer is guessed in the first trial, thus a public quiz list might feel a bit unkind to such users. For such cases, it is desirable to have an attribute that tolerates several trials in user (e.g. users.max_challenge_trials), or as an attribute in question (questions.max_challenge_trials).