Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-01 | removed some is_trial parameter | maheshgudi | |
2016-05-27 | modified to make code pep8 compliant | maheshgudi | |
2016-05-27 | removed HttpRequest from imports in views | maheshgudi | |
2016-05-27 | removed exclude from course form | maheshgudi | |
2016-05-27 | home button will redirect moderators to exam/manage instead of exam/quizzes | maheshgudi | |
2016-05-27 | added no prerequisite required condition | maheshgudi | |
2016-05-27 | fixed model manager method name changes in testcases | maheshgudi | |
2016-05-27 | fixed model manager method name changes in testcases | maheshgudi | |
2016-05-27 | added docstrings to manager methods | maheshgudi | |
2016-05-27 | added help for user mode and god mode | maheshgudi | |
2016-05-27 | added js function to alert user for prerequisites | maheshgudi | |
2016-05-27 | minor changes in test_mode function | maheshgudi | |
2016-05-27 | changed model manager names | maheshgudi | |
2016-05-27 | added tests to usermode, godmode and test questions | maheshgudi | |
2016-05-27 | minor changes in redirection for test_mode | maheshgudi | |
2016-05-27 | added test selected button in showquestions | maheshgudi | |
2016-05-27 | added test mode buttons in addquiz | maheshgudi | |
2016-05-27 | added urls for test_modes | maheshgudi | |
2016-05-27 | excludes is_trial in course, quiz forms | maheshgudi | |
2016-05-27 | added model manager methods for creating trial_course,quiz and questionpaper | maheshgudi | |
2016-05-27 | added view functions for godmode, usermode and test_questions | maheshgudi | |
2016-05-27 | Merge pull request #103 from ankitjavalkar/new-django-travis | Prabhu Ramachandran | |
Update django version in .travis.yml | |||
2016-05-27 | Merge pull request #102 from ankitjavalkar/bootstrap3 | Prabhu Ramachandran | |
Add bootstrap 3 files | |||
2016-05-18 | Fix language registry error | ankitjavalkar | |
2016-05-17 | comment changes | adityacp | |
2016-05-12 | Add bootstrap 3 files | ankitjavalkar | |
2016-05-12 | rebase changes and comments changes | adityacp | |
2016-05-12 | changes in travis.yml | adityacp | |
2016-05-12 | display datetime as per user timezone | adityacp | |
2016-05-10 | - Adhere to 80 columns | ankitjavalkar | |
- add docstrings - Fix further tests | |||
2016-05-09 | - Fix tests | ankitjavalkar | |
- Fix minor views.py - Fix minor errors caused due to conflict resolution, rebasing - Fix errors in forms, views - Minor Button label change in addquestion.html - Add snippet to question - Remove commented code | |||
2016-05-05 | Remove commented code and cleanup | ankitjavalkar | |
2016-05-05 | - Fix redirections after saving Question | ankitjavalkar | |
- Rename Cancel button to 'Back to QUestions' in Add Questions page | |||
2016-05-05 | - Modify question - answer validation in views | ankitjavalkar | |
- Modify show_question to include test_cases in template context - Modify question display template - Minor changes in forms and urls for proper rebasing | |||
2016-05-05 | - Add formsets to Add question templates | ankitjavalkar | |
- add/modify test cases in place when adding questions | |||
2016-05-05 | Modify get_form_object method in forms.py | ankitjavalkar | |
2016-05-05 | Add views, forms and templates (with JS) for new test cases: | ankitjavalkar | |
- Add a view and template to list out test cases for particular question - Add a view and template to add/edit test cases | |||
2016-05-05 | Post review improvements: | ankitjavalkar | |
- compiled_output is set during setup - python exec context renamed - _compile_command deprecated | |||
2016-05-05 | add compile_code function to compile before checking | ankitjavalkar | |
2016-05-05 | Multiple test cases passed as dicts, check_code() is iterated based on no. ↵ | ankitjavalkar | |
of test cases | |||
2016-05-05 | Add testcase addition templates, views and forms | ankitjavalkar | |
2016-05-05 | - Fix django model test cases for Questions and TestCases | ankitjavalkar | |
- Remove unrequired fields from Question in its models, views and forms | |||
2016-05-05 | - Refactor Scilab, Bash, Java and C | ankitjavalkar | |
- Add Test Cases to reflect refactoring changes - Fix language registry - Add test case for language registry - Fix register in settings - Keep snippet field for now | |||
2016-05-05 | Add anti-cheating for python stdout evaluator and modify test | ankitjavalkar | |
2016-05-05 | Refactor C/CPP code evaluator and add test cases | ankitjavalkar | |
2016-05-05 | - Add test cases for multiple python evaluators | ankitjavalkar | |
- Change name from python_standard_evaluator to python_assertion_evaluator | |||
2016-05-05 | - Connect test case type models to backend code server | ankitjavalkar | |
- Support for Stdout test case and Standard assertion test case - Add MCQ Test case and support for validations - Remove tester dir | |||
2016-05-05 | Add a python standard out evaluator | ankitjavalkar | |
2016-05-05 | add test case selection | ankitjavalkar | |
2016-05-05 | Language registry altered, Name cleanup: | ankitjavalkar | |
- set_registry will only act when registry is None - _setup, _teardown and _check_code are setup,teardown,check_code - Corresponding name changes in evaluator modules |