Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-26 | Code Server code cleanup and code commonification | ankitjavalkar | |
- Pass question and test case info as json string (info_parameter) - Return success status and error message as a json string - Embed user answer and question lang in info_parameter - Commonify Python code evaluations and assertion test - Deprecate individual function call based on language | |||
2015-04-26 | Modify form, views and templates to reflect changes made to TestCase model | ankitjavalkar | |
2015-04-26 | Modify method of returning answers from code server | ankitjavalkar | |
2015-04-26 | Modify method of passing test case attributes to code server | ankitjavalkar | |
Conflicts: testapp/exam/admin.py testapp/exam/models.py testapp/exam/views.py | |||
2015-04-26 | Add test case model for testing redesign | ankitjavalkar | |
Conflicts: testapp/exam/models.py testapp/exam/views.py | |||
2015-04-13 | Merge pull request #45 from prathamesh920/clean_url | Prabhu Ramachandran | |
Clean url | |||
2015-04-13 | Merge pull request #44 from prathamesh920/save_skipped_answer | Prabhu Ramachandran | |
Save skipped answer | |||
2015-04-13 | Merge pull request #43 from prathamesh920/question_navigator | Prabhu Ramachandran | |
Question navigator | |||
2015-04-13 | Merge pull request #42 from prathamesh920/additional_features | Prabhu Ramachandran | |
Additional features | |||
2015-04-07 | cleaned url. | prathamesh | |
User can resume the quiz from where the left, if time permits. Useful where browser crashes or user by mistake closes the quiz. Also, on refresh during the quiz will not throw error. | |||
2015-04-07 | On skip or navigation, the user answer will be saved. | prathamesh | |
Added boolean field in Answer model to check whether the answered is skipped or not. | |||
2015-04-07 | Question navigator implemented | prathamesh | |
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-31 | Created a function to save skipped questions. | prathamesh | |
If the question is skipped for the first time then a new object of the answer is created, else the old skipped answer object is modified. | |||
2015-03-31 | Function for creating an ordered dictionary of questions | prathamesh | |
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-25 | When attempt number and allowed number of attempts are equal | prathamesh | |
then the quiz should continue if there is time in-case the browser was closed due to some reason. | |||
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 | |