summaryrefslogtreecommitdiff
path: root/templates/exam/intro.html
AgeCommit message (Collapse)Author
2011-11-20ENH: Adding a URL_ROOT configuration option.Prabhu Ramachandran
This is useful when you are forced to host the app on a URL like host.org/foo/exam and not as host.org/exam as you would want. Change the URL_ROOT setting to "/foo" in the above case for this to work.
2011-11-17BUG/ENH: Cleaning up page templates and fixing bugPrabhu Ramachandran
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.
2011-11-14ENH: Adding an intro page for usersPrabhu Ramachandran
This page provides instructions and rules to the users of the system.