Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-06 | fixed unicode literal bug | maheshgudi | |
2017-02-01 | Fixes #190. | Prabhu Ramachandran | |
2016-12-21 | Fix rendering and representation of errors | ankitjavalkar | |
- Error are sent as list - Error are None if answer is fully correct - Error is rendered as in grade user and code questions as neat CSS divs - Fix corresponding test cases - Fix get_question answers in models.py | |||
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 | |||
2016-12-20 | Change weight variable name to mark_fraction | ankitjavalkar | |
2016-12-20 | Remove commented code | ankitjavalkar | |
2016-12-20 | Change all evaluator structure and make sure eval test cases pass | ankitjavalkar | |
2016-12-20 | Add further changes to code evaluator | ankitjavalkar | |
2016-12-20 | Fix test cases to reflect code server and python evaluator changes | ankitjavalkar | |
2016-11-16 | Change test_case weightage field name to weight | ankitjavalkar | |
2016-11-10 | Add point based weightage for partial grading instead of percentage based ↵ | ankitjavalkar | |
partial grading | |||
2016-11-10 | Fix test cases for partial grading feature | ankitjavalkar | |
2016-09-30 | Add unicode_literal import for Python2 | ankitjavalkar | |
2016-09-30 | Fix test cases and corresponding changes in evaluators for Python 2/3 ↵ | ankitjavalkar | |
compatibility | |||
2016-09-30 | Migrate python code server and evaluators to python 2/3 compatible | ankitjavalkar | |
2016-09-26 | refactored stdio_evaluator | maheshgudi | |
2016-08-03 | rebase changes with stdio evaluator | maheshgudi | |
2016-07-28 | added expected input in traceback for python and made minor changes in ↵ | maheshgudi | |
bash_stio_evaluator and stdio_evaluator | |||
2016-07-27 | removed literal_eval from python_stdio_evaluator | maheshgudi | |
2016-07-27 | added python stdio evaluator | maheshgudi | |