Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-27 | Fixed indentation | hardythe1 | |
2015-05-27 | Removed Buildout and related files & made a standard Django project | hardythe1 | |
2015-05-20 | Fix import paths, formatting, views and minor errors | ankitjavalkar | |
- Submitted file path should be set after changing directory - Change timeout duration in java test case - Set shell=True in _compile_command - Fix errors in code as per tests | |||
2015-05-14 | Fix test case fetching for old questions | ankitjavalkar | |
2015-05-14 | Re apply the docs directory within testapp directory | ankitjavalkar | |
2015-05-12 | Seperated tests into seperate folder, formatting changes | ankitjavalkar | |
2015-05-11 | - Seperate testcases, Modify views, models, templates for compatibility | ankitjavalkar | |
- Change functions names in code_evaluator | |||
2015-04-30 | Code Review: Code Refactoring | ankitjavalkar | |
2015-04-26 | Make PEP8 consistent | ankitjavalkar | |
2015-04-26 | Code Review: Code refactoring | ankitjavalkar | |
- Rename files - Create function for @classmethod call - Fix current, add new testcases - Fix views to fetch solution/ref_code_path fields in question post save - Fix errors | |||
2015-04-26 | Code Review: Code refactoring | ankitjavalkar | |
- Add from_json classmethod - Question language is passed directly to the code server - Fix errors in evaluation of code - Fix test cases | |||
2015-04-26 | Add code checker registration class | ankitjavalkar | |
2015-04-26 | Code review - code refactoring as per suggestion | ankitjavalkar | |
- Add subclasses for different languages - Create seperate modules for different languages - Dynamic selection of subclasses based on language used - Add testcases | |||
2015-04-26 | Code review - changes as per code review discussion | ankitjavalkar | |
- Further commonify and simplify code_server, fix bugs | |||
2015-04-26 | Add test cases for models | ankitjavalkar | |
2015-04-26 | Code review - changes as per code review discussion | ankitjavalkar | |
- make loop in consolidate_test_cases more readable - split signal handler func definition into three seperate func - pass seperate kwargs to TestCode class - unpack json in CodeServer class and then pass to TestCode | |||
2015-04-26 | Changes to Question model, Views, Add-Question UI | ankitjavalkar | |
- ref_code_path is now part of Question model - MCQ/MCC answers checked using solution field in question model - Formset should reload even after errors - add_question page chould display solution field only in MCQ/MCC | |||
2015-04-26 | Code server code cleanup and code commonification | ankitjavalkar | |
- Commonify C, C++, Java and Scilab code evaluation | |||
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-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 | 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-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-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 | |