# HG changeset patch # User nishanth # Date 1271867296 -19800 # Node ID 89d29b1c42b57778e169e81b3bee3fefa8f75048 # Parent 0fa055b8ea9876e4eaa4b3e386348327ec109b17 removed un necessary info diff -r 0fa055b8ea98 -r 89d29b1c42b5 quiz/utils.py --- a/quiz/utils.py Wed Apr 21 21:53:33 2010 +0530 +++ b/quiz/utils.py Wed Apr 21 21:58:16 2010 +0530 @@ -21,10 +21,3 @@ answer.save() break -""" -we send quiz objects filtered by event and quiz num one by and update answer objects in all corresponding answers -later while retreving, we filter on user also ( for displaying in the table) -the table is by default in sorted fashion and also has the links. -seperate table for each quiz. -""" -