Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-24 | Removed print statements | prathamesh | |
2015-02-24 | Continues the on-going test if any. | prathamesh | |
If the user browser is closed by mistake then the test will continue from the point where he has left when the user enters the quiz again. | |||
2015-02-24 | Answer is now saved from the question navigator as well | prathamesh | |
2015-02-24 | On skip the answer will be saved. | prathamesh | |
The user answer will be retrieved when the same question is loaded again later. | |||
2015-02-24 | Removed print statement. | prathamesh | |
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-02-19 | Merge branch 'redirect_result_view' into question_navigation | prathamesh | |
Conflicts: dist/django-exam-0.1.tar.gz Resolved | |||
2015-02-19 | Merge branch 'app_package' into redirect_result_view | prathamesh | |
2015-02-19 | README modified. | prathamesh | |
Added command to install the app. The app is installed from the github repository. | |||
2015-02-18 | Made changes as per the comments on the PR. | prathamesh | |
2015-01-20 | View updated to take infinite quizzes. | prathamesh | |
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-25 | Merge branch 'app_package' | prathamesh | |
2014-09-25 | modified import path in exam commands | prathamesh | |
2014-09-24 | Merge branch 'app_package' | prathamesh | |
Conflicts: dist/django-exam-0.1.tar.gz | |||
2014-09-24 | minor change | prathamesh | |
2014-09-23 | updated dist | prathamesh | |
2014-09-23 | Merge branch 'app_package' | prathamesh | |
2014-09-23 | Changes in install requirements. | prathamesh | |
Added mysql-python and versions to various the packages. | |||
2014-09-23 | updated | prathamesh | |
2014-09-23 | Merge branch 'tomergewithmaster' | prathamesh | |
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-11 | Merge branch 'redirect_result_view' | prathamesh | |
2014-08-11 | Merge branch 'app_package' | prathamesh | |
2014-08-11 | Merge branch 'master' of https://github.com/FOSSEE/online_test | prathamesh | |
2014-08-11 | fixed minor issues in css. | prathamesh | |
2014-08-11 | redirect to dashboard after exam. | prathamesh | |
After exam is over or time-out the user is redirected to the result page. The user is not logged out. Current time is checked with the quiz end time, so that the user cannot reattempt the quiz. | |||
2014-08-11 | minor change | prathamesh | |
2014-08-11 | minor change | prathamesh | |
2014-08-11 | setup.py and readme files updated | prathamesh | |
2014-08-06 | Readme modified | prathamesh | |
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-08-05 | Modification in manifiest.in to exlude some files from the testapp package | prathamesh | |
2014-08-05 | minor change | prathamesh | |
2014-08-05 | added distribution package | prathamesh | |
2014-08-05 | testing django-exam app, pip install from git | prathamesh | |
2014-08-05 | Placed setup.py in the parent folder. | prathamesh | |
pip install [git repo], this command will automatically run this setup file. | |||
2014-08-05 | code server as a command | prathamesh | |
2014-07-31 | Added entry point: Created code_sever as a command. | prathamesh | |
2014-07-28 | Merge branch 'reusable_app' of https://github.com/prathamesh920/online_test ↵ | prathamesh | |
into packaging_app | |||
2014-07-26 | Merge pull request #34 from prathamesh920/reusable_app | Prabhu Ramachandran | |
Reusable app | |||
2014-07-26 | Merge pull request #33 from prathamesh920/initial_fixtures | Prabhu Ramachandran | |
Added initial fixture. | |||
2014-07-24 | Merge branch 'initial_fixtures' into packaging_app | prathamesh | |
2014-07-24 | Merge branch 'initial_fixtures' into reusable_app | prathamesh | |
2014-07-24 | Removed space | prathamesh | |
2014-07-23 | Merge branch 'initial_fixtures' into packaging_app | prathamesh | |
2014-07-23 | Merge branch 'initial_fixtures' into reusable_app | prathamesh | |