Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-07 | Question navigator implemented | prathamesh | |
2015-04-07 | Changed variable name | prathamesh | |
2015-04-07 | url cleaned and checked assignment upload on time-up | prathamesh | |
2015-04-07 | Multiple 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-24 | Question navigator implemented | prathamesh | |
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-20 | Assignment upload interface implementation | prathamesh | |
2015-01-16 | added view, urls for assignment upload & changed the model | hardythe1 | |
2015-01-14 | Added model to store assignment files | hardythe1 | |
2014-09-23 | Merge branch 'models_modification' into HEAD | prathamesh | |
2014-09-23 | Models 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-05 | changed 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-11 | Exam app using django 1.6.5 | prathamesh | |
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-03 | Whitespaces stripped | prathamesh | |
2014-07-03 | Interface to create question paper | prathamesh | |
2013-08-19 | This branch was created for testing the app. | prathamesh | |
Changes made here are during the testing phase. And the feedbacks recevied are implemented. | |||
2013-07-08 | Added few questions. Made changes to fix minor bugs which were found during ↵ | prathamesh | |
testing. | |||
2013-04-24 | 80 Cols per line, corrected indentation in files & implemented DRY | Hardik Ghaghada | |
2012-04-18 | changes for student interface | hardythe1 | |
2012-04-14 | model changes as per requirnment | hardythe1 | |
2012-04-02 | Question Paper generator changes | hardythe1 | |
2012-03-28 | minor changes | hardythe1 | |
2012-03-21 | Merge branch 'admin_module' of github.com:hardythe1/online_test into ↵ | hardythe1 | |
admin_module | |||
2012-03-21 | Modifications to show quizlist | hardythe1 | |
2012-03-21 | changes for adding tags in questions | jayparikh111 | |
2012-02-23 | View for Editing Quiz | hardythe1 | |
2012-02-23 | more changes to edit multiple questions at a time | hardythe1 | |
2012-02-22 | Changes related to Authentication of Moderator | jayparikh111 | |
2012-02-21 | views for editing quiz and questions | hardythe1 | |
2012-02-20 | changes to manage quiz | hardythe1 | |
2012-02-20 | changes to manage questions | hardythe1 | |
2012-02-17 | minor changes for URLs | jayparikh111 | |
2012-02-17 | minor url changes | jayparikh111 | |
2012-02-15 | New views to manage/moderate Quiz | hardythe1 | |
2011-12-09 | Moved all the apps to testapp folder | parth | |