summaryrefslogtreecommitdiff
path: root/testapp/exam/urls.py
AgeCommit message (Collapse)Author
2015-04-07Question navigator implementedprathamesh
2015-04-07Changed variable nameprathamesh
2015-04-07url cleaned and checked assignment upload on time-upprathamesh
2015-04-07Multiple attempts and file upload question type.prathamesh
Can have multiple attempts for a quiz. Can also specify time lag between two successive attempts for a given quiz. Students can upload their code through the interface. The code will be saved in the folder named after their roll number. And the file name will be the question id.
2015-02-24Question navigator implementedprathamesh
Students can now move from one question to another through the navigator window. Also, the questions attempted will have different color then the ones which are not attempted.
2015-01-20Assignment upload interface implementationprathamesh
2015-01-16added view, urls for assignment upload & changed the modelhardythe1
2015-01-14Added model to store assignment fileshardythe1
2014-09-23Merge branch 'models_modification' into HEADprathamesh
2014-09-23Models and views modified.prathamesh
Added number of attempts option for quiz. Also days lag between two attempts. added test status and attempt number for the test. Removed profile foreign key from answer paper models since user foreign key is present in the answer paper model. Urls slightly modified to include attemt number for a given quiz.
2014-08-05changed import exam.* to testapp.exam.*prathamesh
So when the package is installed on a system, it will have proper path to the exam app.
2014-07-11Exam app using django 1.6.5prathamesh
Removed version specification to install latest version of django. Added settings.py to the exam app. Removed default from import statement in urls.py since it is deprecated.
2014-07-03Whitespaces strippedprathamesh
2014-07-03Interface to create question paperprathamesh
2013-08-19This branch was created for testing the app.prathamesh
Changes made here are during the testing phase. And the feedbacks recevied are implemented.
2013-07-08Added few questions. Made changes to fix minor bugs which were found during ↵prathamesh
testing.
2013-04-2480 Cols per line, corrected indentation in files & implemented DRYHardik Ghaghada
2012-04-18changes for student interfacehardythe1
2012-04-14model changes as per requirnmenthardythe1
2012-04-02Question Paper generator changeshardythe1
2012-03-28minor changeshardythe1
2012-03-21Merge branch 'admin_module' of github.com:hardythe1/online_test into ↵hardythe1
admin_module
2012-03-21Modifications to show quizlisthardythe1
2012-03-21changes for adding tags in questionsjayparikh111
2012-02-23View for Editing Quizhardythe1
2012-02-23more changes to edit multiple questions at a timehardythe1
2012-02-22Changes related to Authentication of Moderatorjayparikh111
2012-02-21views for editing quiz and questionshardythe1
2012-02-20changes to manage quizhardythe1
2012-02-20changes to manage questionshardythe1
2012-02-17minor changes for URLsjayparikh111
2012-02-17minor url changesjayparikh111
2012-02-15New views to manage/moderate Quizhardythe1
2011-12-09Moved all the apps to testapp folderparth