summaryrefslogtreecommitdiff
path: root/exam/forms.py
AgeCommit message (Collapse)Author
2011-11-21ENH: Adding dept/insti/pos fields in profile.Prabhu Ramachandran
Adding institute/department/position fields, prettifying form with some help text. Also prettified monitor and user data. Updated commands to show/dump new fields.
2011-11-21BUG: usernames are case sensitive.Prabhu Ramachandran
The form checking code was assuming that usernames are case insensitive but this is not the case hence we now check for exact matches in the username. This prevented users who registered with an upper case username sometimes.
2011-11-19ENH: Fixing login/registration forms and uname/pwdPrabhu Ramachandran
The login and registration forms are now rendered as tables which looks much nicer. The username now can take letters, digits, period and underscore. The password can take letters, digits and punctuation.
2011-11-10Users will be directed to the exam automatically after they registerNishanth Amuluru
2011-11-10ENH: created user registration and loginNishanth Amuluru
2011-11-10ENH: Adding email address to registration form.Prabhu Ramachandran
2011-11-08NEW: First cut of exam app.Prabhu Ramachandran
This application allows us to create questions via the admin interface. The questions are proper programming questions and one enters test cases for each question. The user logs in and submits the answer which is checked. The app is rather simple now but does work.