Tue, 06 Jul 2010 23:31:33 +0530 nishanth updated timing for each question. increased timing actually default tip
Fri, 02 Jul 2010 14:26:41 +0530 nishanth now editing question is complete.
Fri, 02 Jul 2010 14:12:25 +0530 nishanth found easier way to get things done. so removed all the junk code.
Thu, 01 Jul 2010 17:05:57 +0530 nishanth now questions are displayed properly in edit_question page. hav to implement the submit and stuff
Thu, 01 Jul 2010 16:55:22 +0530 nishanth created form for editing and used it in view
Thu, 01 Jul 2010 16:44:17 +0530 nishanth modified the link in templates to the correct one and fixed a typo in view
Thu, 01 Jul 2010 16:40:24 +0530 nishanth created basic view for editing questions
Thu, 01 Jul 2010 16:28:46 +0530 nishanth removed the restriction on code field and options field in models
Thu, 01 Jul 2010 16:20:17 +0530 nishanth now topic name is displayed instead of topic number in list_questions page
Thu, 01 Jul 2010 16:13:01 +0530 nishanth added link to list_questions page in admin page
Thu, 01 Jul 2010 16:10:09 +0530 nishanth the basic page to display list of questions is ready
Thu, 01 Jul 2010 16:01:48 +0530 nishanth created the view to display questions
Thu, 01 Jul 2010 16:04:09 +0530 nishanth created another url for listing all the questions
Thu, 01 Jul 2010 16:03:37 +0530 nishanth included help text for the method
Wed, 30 Jun 2010 10:50:49 +0530 nishanth all the admin key checking is now done via urls
Wed, 30 Jun 2010 10:45:27 +0530 nishanth cheching for admin key in opening and closing of quiz is now done via urls
Wed, 30 Jun 2010 10:42:32 +0530 nishanth checking for admin key is done via urls in all the views related to feedback
Wed, 30 Jun 2010 10:33:03 +0530 nishanth now the checking for admin key is done via urls
Wed, 30 Jun 2010 10:29:38 +0530 nishanth now list of feedbacks and report are viewable only if there are feedbacks submitted.
Wed, 30 Jun 2010 10:24:15 +0530 nishanth now list of toppers can be seen only if atleast one user has taken the quiz.
Tue, 29 Jun 2010 19:43:58 +0530 nishanth added 500 page
Tue, 29 Jun 2010 19:42:34 +0530 nishanth added 404 page
Tue, 29 Jun 2010 17:54:47 +0530 nishanth updated readme
Tue, 29 Jun 2010 17:58:23 +0530 nishanth added readme file
Tue, 29 Jun 2010 13:01:10 +0530 nishanth added the required changes in open_quiz view. the design is now final and ready for use
Tue, 29 Jun 2010 12:37:09 +0530 nishanth now questions are displayed by their description
Tue, 29 Jun 2010 12:28:18 +0530 nishanth replaced the old form with new one in view and template for opening quiz
Tue, 29 Jun 2010 12:09:03 +0530 nishanth created a form for opening quiz
Tue, 29 Jun 2010 11:49:04 +0530 nishanth removed junk code
Tue, 29 Jun 2010 11:47:53 +0530 nishanth modified the seed_que to suit the new design
Tue, 29 Jun 2010 11:38:04 +0530 nishanth added the field topic to each question in xml file
Tue, 29 Jun 2010 11:23:10 +0530 nishanth removed the bounds on questions based on quiz_num. now there is no seperation between questions
Tue, 29 Jun 2010 11:21:52 +0530 nishanth added another field to the question_bank model and hence the choices related to that model
Wed, 05 May 2010 09:57:33 +0530 nishanth made change in show report as per requirement and improved the quiz intro
Mon, 26 Apr 2010 07:48:53 +0530 nishanth changed the way time_left is displayed
Fri, 23 Apr 2010 12:27:47 +0530 nishanth not tracking .bak file
Fri, 23 Apr 2010 12:27:19 +0530 nishanth added a ch_ip management command that sets IP of all the quizzes to null
Fri, 23 Apr 2010 12:25:39 +0530 nishanth now the counter for questions start after the document has loaded completely
Thu, 22 Apr 2010 12:31:29 +0530 nishanth now code submitted by user is displayed in <pre> tags in que_dump and user_dump
Thu, 22 Apr 2010 12:17:21 +0530 nishanth implemented extra filter on string patterns. now string patterns will not be split like other pattersns
Thu, 22 Apr 2010 06:23:53 +0530 nishanth added questions from day2 quiz1
Thu, 22 Apr 2010 05:41:35 +0530 nishanth updated the que_dump template to show the question properly.
Thu, 22 Apr 2010 05:33:07 +0530 nishanth added all the day1 quiz2 questions
Thu, 22 Apr 2010 04:24:19 +0530 nishanth added few more questions
Thu, 22 Apr 2010 02:25:05 +0530 nishanth added view quiz results links on admin page
Thu, 22 Apr 2010 02:13:32 +0530 nishanth created que_dump page
Thu, 22 Apr 2010 01:41:43 +0530 nishanth renamed related_name fields appropriately
Thu, 22 Apr 2010 01:35:31 +0530 nishanth created a user_dump page that shows all the answers entered by user at one place
Thu, 22 Apr 2010 00:36:08 +0530 nishanth implemented list toppers function
Wed, 21 Apr 2010 21:58:16 +0530 nishanth removed un necessary info
Wed, 21 Apr 2010 21:53:33 +0530 nishanth implemented correct_quiz function and added it at the time of closing quiz and modified question bank
Wed, 21 Apr 2010 19:52:51 +0530 nishanth added quiz name in close quiz page.
Wed, 21 Apr 2010 19:41:18 +0530 nishanth added "return to admin page" link in close_feedback page
Wed, 21 Apr 2010 19:39:19 +0530 nishanth added "return to admin page" link in open_feedback page
Wed, 21 Apr 2010 19:35:22 +0530 nishanth added "return to admin page" link in close_quiz page
Wed, 21 Apr 2010 19:33:18 +0530 nishanth added "return to admin page" link in open_quiz page
Wed, 21 Apr 2010 19:17:47 +0530 nishanth added intro page and manual submit button in question page
Wed, 21 Apr 2010 13:21:13 +0530 nishanth added .bak file
Wed, 21 Apr 2010 13:20:42 +0530 nishanth we shall not track db files since they are changed often. we shall maintain a .bak file which is db file and rename it appropriately before we start using the app.
Wed, 21 Apr 2010 13:14:43 +0530 nishanth now hg tracks db files also
(0) -60 tip