Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Fix model test cases | 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 | Refactor code server and python evaluator | ankitjavalkar | |
2016-11-16 | Fix Output display of Code Question | ankitjavalkar | |
2016-11-16 | Fix error where answer is correct if last test case is correct | ankitjavalkar | |
2016-11-16 | Change test_case weightage field name to weight | ankitjavalkar | |
2016-11-10 | Fix minor errors, fix template rendering in grade user | 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-11-10 | dd basic partial marking feature per test case | ankitjavalkar | |
2016-10-25 | changed mkdir to makedirs | adityacp | |
2016-10-25 | creation of user output directory from code evaluator | adityacp | |
2016-09-30 | Reset the current working directory to top most level after evaluation | 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-16 | bug fixes in python assertion evaluator | maheshgudi | |
2016-09-08 | added condition to check traceback | adityacp | |
2016-09-01 | changed format of tracebacks | adityacp | |
2016-07-28 | added parameter in safe_evaluate to take file paths list | 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 | 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 | 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 | Add a python standard out evaluator | 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 | |||
2015-09-15 | Remove testapp dir, remove reference to testapp in paths, files | ankitjavalkar | |