Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-10 | Allow moderator to hide test cases from the user | prathamesh | |
2018-07-12 | Fix unicode issue in grader | maheshgudi | |
2018-07-12 | Make pep8 changes | maheshgudi | |
2018-07-12 | Raise appropriate exceptions for C and Java language to the Grader | maheshgudi | |
- Raise AssertionError,CompilationError and TestCaseError for assertion, user answer compilation and testcase compilation errors respectively. - Add test case for C/C++ and Java | |||
2018-05-09 | Merge pull request #471 from adityacp/fix_error_messages | Prabhu Ramachandran | |
Python Assertion Evaluation additions and changes | |||
2018-04-13 | Change in python test, grader and request handler | adityacp | |
- Add try except in grader to get exceptions for python stdio and python assertion evaluation - Add additional tests - Add condition in request handler to avoid error if codemirror is not instantiated | |||
2018-04-06 | Change in grader.py and python_assertion_evaluator.py | adityacp | |
- Make pep8 change in grader.py - Add nose tools in the scope during check_code instead of compile_code | |||
2018-04-06 | Add test cases to check if code passes without testcases | maheshgudi | |
2018-04-06 | Fix a bug that allows answer to be true if there are no test cases to a code ↵ | maheshgudi | |
question | |||
2018-04-06 | Add error line number in error output | adityacp | |
2018-04-05 | Change error_messages.py, python_assertion_evaluator.py and grader.py | adityacp | |
- Pep8 changes - Show code error message along with test case - Add nose in python exec scope | |||
2017-11-10 | Remove traceback for recursion and/or runtime errors. | maheshgudi | |
2017-11-07 | Change module compare_stdio to error_messages | maheshgudi | |
2017-01-09 | added hook evaluator type tuple in forms and fixed limit=0 mistake in grader | maheshgudi | |
2017-01-09 | Python hook evaluator | Mahesh Gudi | |
2016-12-27 | Add floating point mark_weight to control test case weightage | ankitjavalkar | |
2016-12-22 | Refactor check method for cleaner code and fixing multiple issues | ankitjavalkar | |
- Question should skip to new question with new error rendering - Fix test cases Fix change_dir context manager in grader | |||
2016-12-21 | Add errors only if test case is unsuccessful | ankitjavalkar | |
2016-12-21 | Fix output rendering in the question | ankitjavalkar | |
2016-12-20 | Fix errors and rename resources | ankitjavalkar | |
- code_evaluator module and class renamed to grader - Test cases fixed - Comments removed - weight variable renamed to mark |