Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-07 | Had missed models.py in the change variable commit. | 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-03-31 | Merge pull request #40 from prathamesh920/redirect_result_view | Prabhu Ramachandran | |
Redirect result view | |||
2015-03-27 | Added note about virtual python environment in the README | prathamesh | |
2015-03-25 | Made changes to the Readme as per the comments | prathamesh | |
2015-03-04 | Corrected a logical issue in the random questions for question paper generation. | prathamesh | |
2015-03-01 | Merge pull request #36 from prathamesh920/app_package | Prabhu Ramachandran | |
App package | |||
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 | |
2014-09-25 | modified import path in exam commands | prathamesh | |
2014-09-24 | minor change | prathamesh | |
2014-09-23 | updated dist | prathamesh | |
2014-09-23 | Changes in install requirements. | prathamesh | |
Added mysql-python and versions to various the packages. | |||
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 | 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 | |
2014-07-23 | Command 'add_group' created for adding the moderator group | prathamesh | |
2014-07-15 | indentation | prathamesh | |
2014-07-15 | django exam app package. | prathamesh | |
run 'python setup.py sdist' to create the distribution package. | |||
2014-07-15 | minor change to template, to avoid id conflict between two modal popups | prathamesh | |
2014-07-15 | change made to subtract naive and aware datetimes | prathamesh | |
2014-07-11 | Moved code server in the app folder. | prathamesh | |
moved output folder in the app. | |||
2014-07-11 | Made modifications. | prathamesh | |
initial_fixture only to add moderator group. sample_question file modified to add language and snippet. | |||
2014-07-11 | Moved templates and static inside the app. | prathamesh | |
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-09 | Added initial fixture. | prathamesh | |
Creates moderator group. Adds four questions. "./bin/django loaddata fixture_name" will load the data. | |||
2014-07-03 | Merge pull request #32 from prathamesh920/question_paper_creation_interface | Prabhu Ramachandran | |
Question paper creation interface | |||
2014-07-03 | Removed comments from base css | prathamesh | |
2014-07-03 | minor change | prathamesh | |