Age | Commit message (Collapse) | Author |
|
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.
|
|
If you complete the quiz it was going into a redirect loop, this is
fixed. Also cleaned up all the page templates with proper block
contents.
|
|
|
|
|
|
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.
|