tillmo / two_tiered_quiz

A multiple choice quiz with justifications for the answers, written in Django
GNU Affero General Public License v3.0
0 stars 0 forks source link

Order of navigation button "Submit Quiz" "Back" "Next" not intuitive #53

Closed fabianneuhaus closed 4 years ago

fabianneuhaus commented 4 years ago

Currently, there are three buttons ordered "Submit Quiz" "Back" "Next". On the last question the "Next" button is greyed out. As Europeans we are used to read from left to right. So the last action (submit) should be to the very right.

fabianneuhaus commented 4 years ago

Or alternatively have only two buttons and turn the "Next" button on the last quizz into a "Submit" button.

tillmo commented 4 years ago

I prefer to have the "submit" button to the very right. Note that you can submit even if you have not answered all questions. In this case, both "next" and "submit" are active.

tillmo commented 4 years ago

@ pramodkumarbontha I think changing the buttons should be easily and quickly doable.

pramodbontha commented 4 years ago

@tillmo Yes Professor. started making the changes

tillmo commented 4 years ago

fixed by #54