summaryrefslogtreecommitdiff
path: root/testapp
AgeCommit message (Collapse)Author
2015-09-14Change app name to 'yaksh'ankitjavalkar
2015-09-09Change app name, related paths in views and readmeankitjavalkar
2015-09-07remove old exam dirankitjavalkar
2015-09-07Add Date-Time expiry notification on front pageankitjavalkar
2015-09-07Add Date-Time limits for examsankitjavalkar
2015-09-04Fix conflicts and add jquery fileankitjavalkar
2015-09-02Change app name to yakshankitjavalkar
2015-09-01Merge pull request #54 from ankitjavalkar/filter-sortPrabhu Ramachandran
Filter fields for questions
2015-08-28Change install script nameankitjavalkar
2015-08-05Add filters: Minor fixesankitjavalkar
2015-08-05Add filters to question displayankitjavalkar
2015-08-03- Move initial_fixtures to testapp/fixturesankitjavalkar
- Add fixtures path to demo_settings - Modify installer to include fixtures while creating proj
2015-08-03Small Fix: fix import error in language_registry.pyankitjavalkar
2015-08-03- Install script: Add subcommandsankitjavalkar
- Install script: Add code server launcher - Add requirements.txt - Edit README to fix changes/errors - Remove jquery v1.11.3 and add v1.4.2 - Edit initial_data.json
2015-08-03Remove taggit-autocomplete app, make pip compatibleankitjavalkar
Conflicts: testapp/templates/demo_urls.py
2015-08-03Modify installer script and cleanup;ankitjavalkar
- Add __init__.py - Add templates dir to MANIFEST - Add persistent store for project details - Modify initial_data.json - Fix imports Conflicts: testapp/templates/demo_settings.py
2015-06-24Move docs/ dir to exam/ dir, fix code_evaluators dict in exam/settingsankitjavalkar
2015-06-22Fix test cases and code_server importsankitjavalkar
2015-06-17Multiple fixes to errors after code-rearrangementankitjavalkar
- Remove evaluators from evaluators dir - Language IDs in forms has been fixed, all lower case - Remove spoken-tutorial database from settings
2015-06-17Fix import paths, formatting and minor errorsankitjavalkar
- 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-06-01Fix Multiple features:ankitjavalkar
- Update unanswered questions by model method not model field - Validate unanswered question
2015-06-01Add Multiple Features based on feedbackankitjavalkar
- Remove Attempt later button on last question - Improve mechanism for cycling through - Add attempt summary on Quit or Completion - Fix error paginator not displaying on error
2015-06-01Change Skip Question button to Attempt Laterankitjavalkar
2015-05-27Fixed indentationhardythe1
2015-05-27Removed Buildout and related files & made a standard Django projecthardythe1
2015-05-20Fix import paths, formatting, views and minor errorsankitjavalkar
- 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-14Fix test case fetching for old questionsankitjavalkar
2015-05-14Re apply the docs directory within testapp directoryankitjavalkar
2015-05-12Seperated tests into seperate folder, formatting changesankitjavalkar
2015-05-11- Seperate testcases, Modify views, models, templates for compatibilityankitjavalkar
- Change functions names in code_evaluator
2015-04-30Code Review: Code Refactoringankitjavalkar
2015-04-26Make PEP8 consistentankitjavalkar
2015-04-26Code Review: Code refactoringankitjavalkar
- 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-26Code Review: Code refactoringankitjavalkar
- Add from_json classmethod - Question language is passed directly to the code server - Fix errors in evaluation of code - Fix test cases
2015-04-26Add code checker registration classankitjavalkar
2015-04-26Code review - code refactoring as per suggestionankitjavalkar
- Add subclasses for different languages - Create seperate modules for different languages - Dynamic selection of subclasses based on language used - Add testcases
2015-04-26Code review - changes as per code review discussionankitjavalkar
- Further commonify and simplify code_server, fix bugs
2015-04-26Add test cases for modelsankitjavalkar
2015-04-26Code review - changes as per code review discussionankitjavalkar
- 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-26Changes to Question model, Views, Add-Question UIankitjavalkar
- 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-26Code server code cleanup and code commonificationankitjavalkar
- Commonify C, C++, Java and Scilab code evaluation
2015-04-26Code Server code cleanup and code commonificationankitjavalkar
- 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-26Modify form, views and templates to reflect changes made to TestCase modelankitjavalkar
2015-04-26Modify method of returning answers from code serverankitjavalkar
2015-04-26Modify method of passing test case attributes to code serverankitjavalkar
Conflicts: testapp/exam/admin.py testapp/exam/models.py testapp/exam/views.py
2015-04-26Add test case model for testing redesignankitjavalkar
Conflicts: testapp/exam/models.py testapp/exam/views.py
2015-04-07cleaned 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-07On 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-07Question navigator implementedprathamesh
2015-04-07Had missed models.py in the change variable commit.prathamesh