Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-14 | This version works with Apache. | Prabhu Ramachandran | |
2011-11-14 | ENH: Adding an intro page for users | Prabhu Ramachandran | |
This page provides instructions and rules to the users of the system. | |||
2011-11-14 | ENH: Adding wsgi file to serve with Apache. | Prabhu Ramachandran | |
2011-11-14 | ENH: Prettifying error message and show username. | Prabhu Ramachandran | |
2011-11-13 | Revert last commit. | Prabhu Ramachandran | |
"ENH: Improved traceback reporting from server. " Strangely, the reporting by this is not as good as my hand-rolled code. This reverts commit bc343c26cf3aac699c08129034b41317bac16f76. | |||
2011-11-13 | ENH: Improved traceback reporting from server. | Prabhu Ramachandran | |
2011-11-12 | DOC: Updating README with user dir info. | Prabhu Ramachandran | |
2011-11-12 | ENH/BUG: Python server bug and user directory | Prabhu Ramachandran | |
The Python server was not setting the effective gid. There was also a bug in that traceback was not imported. Added option so that the python server chdirs to a user specific directory in order that a user can save files which could be used as part of the test. | |||
2011-11-12 | ENH: Running remote code safely via XMLRPC. | Prabhu Ramachandran | |
Adding a python_server which executes code as nobody safely so users cannot do too much damage. | |||
2011-11-10 | Merge pull request #1 from nishi2rock/master | Prabhu Ramachandran | |
Implemented the user register and login feature | |||
2011-11-10 | Users will be directed to the exam automatically after they register | Nishanth Amuluru | |
2011-11-10 | Now the users cannot retake the test once they logout. | Nishanth Amuluru | |
2011-11-10 | ENH: created user registration and login | Nishanth Amuluru | |
2011-11-10 | ENH: User registration and login | Nishanth Amuluru | |
2011-11-10 | ENH: Adding email address to registration form. | Prabhu Ramachandran | |
2011-11-10 | ENH: Cleaning up test code add rollno to monitor | Prabhu Ramachandran | |
Adding a rollnumber to monitor table and cleaning up the test code to be a separate function. This should be more reusable as we could technically run this in a separate process with an unpriviledged user. | |||
2011-11-10 | ENH: Adding a monitor page to see results | Prabhu Ramachandran | |
Adds a simple /exam/monitor page that displays current quiz results. | |||
2011-11-09 | ENH: Saving answers and added quit page/button. | Prabhu Ramachandran | |
Cleaned up the models so the answers submitted are all saved. Also added a quit button to each question page so a user can easily quit the exam in order that another may start. | |||
2011-11-08 | ENH: Command to load questions from XML file. | Prabhu Ramachandran | |
Added manage command to load questions from XML file. Updated README and including a simple set of sample questions for testing. | |||
2011-11-08 | BUG: Fixing various issues | Prabhu Ramachandran | |
- Modified the question model to use description instead of question. - Once a user completes the exam it would not allow another one to start. - Improved the error messages displayed on errors. - If there is a mistake, it doesn't wipe out the old attempt so student can modify what they submitted last. | |||
2011-11-08 | BUG: "exam/complete/" was not logging out. | Prabhu Ramachandran | |
2011-11-08 | DOC: Example question in README. | Prabhu Ramachandran | |
2011-11-08 | Adding git ignore. | Prabhu Ramachandran | |
2011-11-08 | Making settings directory independent. | Prabhu Ramachandran | |
2011-11-08 | Adding readme. | Prabhu Ramachandran | |
2011-11-08 | Updating timezone to India. | Prabhu Ramachandran | |
2011-11-08 | NEW: First cut of exam app. | Prabhu Ramachandran | |
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. |