Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-16 | Form to add New Question | jayparikh111 | |
2012-02-16 | Form to Add New Quiz | jayparikh111 | |
2012-02-16 | The new html files | hardythe1 | |
2012-02-15 | New views to manage/moderate Quiz | hardythe1 | |
2012-02-07 | changes in question.html | hardythe1 | |
2012-02-06 | removed <html> & <body> tags | hardythe1 | |
2012-02-06 | Merge branch 'visual_changes' of github.com:hardythe1/online_test into ↵ | hardythe1 | |
visual_changes | |||
2012-02-06 | removed <html> & <body> tags from the forms | hardythe1 | |
2012-02-02 | Updated Views.py, monitor.html and login.html with new changes | jayparikh111 | |
2012-02-02 | Updated user_data and grade_user forms (new UI) | hardythe1 | |
2012-02-01 | Merge branch 'visual_changes' of github.com:hardythe1/online_test into ↵ | jayparikh111 | |
visual_changes | |||
2012-02-01 | Updated Introduction form with new look | hardythe1 | |
2012-02-01 | Updated html file with new look | jayparikh111 | |
2012-01-31 | Updated forms.py to handle and exception when username or password fields ↵ | jayparikh111 | |
are kept blank | |||
2012-01-31 | Updated Question.html with new looks | jayparikh111 | |
2012-01-31 | Updated register.html with new look | jayparikh111 | |
2012-01-31 | updated base.css (for the new look) | Hardik Ghaghada | |
2012-01-31 | updated login form (new UI) with forgot password link | Hardik Ghaghada | |
2012-01-31 | updated base.html (for new look) | Hardik Ghaghada | |
2011-12-24 | Merge pull request #2 from parth115/master | Prabhu Ramachandran | |
Changed to Buildout | |||
2011-12-23 | Removed PIL from buildout as it was not currently required | parth | |
2011-12-23 | Made changes to README to include detailed instructions for mysql ↵ | parth | |
installation and URL_ROOT as per Prof. Prabhu Ramachandran's sugestions | |||
2011-12-09 | made some modifications to the readme file | parth | |
2011-12-09 | made some modifications to the readme file | parth | |
2011-12-09 | made some modifications to the readme file | parth | |
2011-12-09 | made some modifications to the readme file | parth | |
2011-12-09 | made some modifications to the readme file | parth | |
2011-12-09 | made some modifications to the readme file | parth | |
2011-12-09 | Changed README.txt to README.rst | parth | |
2011-12-09 | Modified the README.txt file to give information on buildout | parth | |
2011-12-09 | Added separate production.cfg and production.py files for easy development | parth | |
2011-12-09 | Removed Werkzeug | parth | |
2011-12-09 | Moved the README file to the root dir | parth | |
2011-12-09 | Removed the apache directory as the wsgi script is automatically made by ↵ | parth | |
buildout in /bin/django.wsgi | |||
2011-12-09 | modified the bootstrap to get the setup tools | parth | |
2011-12-09 | Modified the .gitignore to not track buildout files | parth | |
2011-12-09 | Added bootstrap and buildout | parth | |
2011-12-09 | Moved all the apps to testapp folder | parth | |
2011-12-04 | The answer needs to be HTML escaped. | Prabhu Ramachandran | |
2011-12-01 | Clean up question template and speed up monitor | Prabhu Ramachandran | |
For a bash question we now put a #!/bin/bash at the top. We now use annotations to speed up the monitor page rendering rather than doing the sort in Python which ends up being inefficient due to the db calls. I get a roughly 5x improvement in speed. | |||
2011-11-27 | BUG: Was not selecting QP for active Quiz. | Prabhu Ramachandran | |
2011-11-26 | BUG: Encoding to ascii produces errors. | Prabhu Ramachandran | |
Some users seem to submit unicode characters (bah!), this changeset deals with these gracefully. | |||
2011-11-26 | BUG: Monitor was not showing sorted results. | Prabhu Ramachandran | |
2011-11-26 | Fixing incorrect path. | Prabhu Ramachandran | |
2011-11-26 | Updating README. | Prabhu Ramachandran | |
2011-11-26 | Updating settings to add URL_ROOT for admin media. | Prabhu Ramachandran | |
2011-11-26 | BUG: Fix bugs. | Prabhu Ramachandran | |
If the user_dir was deleted, the script would fail. We now create the user_dir if it isn't there. If the bash script is not properly created you get other uncaught errors which were not reported. This is fixed and tested. | |||
2011-11-25 | ENH: Fixing bash support, tests for code server. | Prabhu Ramachandran | |
This checkin fixes bash support. In actuality the bash support lets one test any runnable script/program that outputs results to stdout. I've also added a decent test suite for the code server that checks if it functions correctly or not. I've also updated the sample_questions to work with the new bash support and added a reference bash script and the testcode to go with it. | |||
2011-11-25 | ENH: Using south to enable easy db migrations. | Prabhu Ramachandran | |
2011-11-25 | ENH: Adding support for Multiple Choice Questions | Prabhu Ramachandran | |
Adds simple support for multiple choice questions that are also auto-checked. Many fixes to the templates and useful feature additions. This changes the database. |