Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-10 | Allow moderator to hide test cases from the user | prathamesh | |
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 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 | No tracebacks if longer than 5 lines. | mahesh | |
- Tracebacks with more than 5 lines will not be shown. - Remove unnecessary imports. - PEP8 change. | |||
2017-11-07 | Change module compare_stdio to error_messages | maheshgudi | |
2017-11-07 | Add traceback for exceptions | mahesh | |
2017-11-07 | Beautiful error outputs | maheshgudi | |
2017-02-17 | Remove filename strings from error traceback in python assertion | ankitjavalkar | |
2017-02-16 | Merge all error handling into single code block and fix relevant test cases ↵ | ankitjavalkar | |
for Python assertion | |||
2017-02-10 | Format the assertion and various error exceptions for Python Assertion evaluator | ankitjavalkar | |
2017-02-06 | fixed unicode literal bug | maheshgudi | |
2017-01-13 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
UI-modifications-phase-2 | |||
2017-01-12 | Exam interface improved | prathamesh | |
2016-12-27 | Add floating point mark_weight to control test case weightage | ankitjavalkar | |
2016-12-22 | - Fix grade user rendering issue when question is skipped | ankitjavalkar | |
- Modify grade user html template to create readable variables for answer and error | |||
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-21 | Fix test cases for storing error as list | 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 | |||
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-12-20 | Refactor code server and python evaluator | ankitjavalkar | |
2016-11-18 | fixed test cases and added timeout exception in python assertion | maheshgudi | |
2016-11-18 | changed execption messages in python_assertion_evaluator. | maheshgudi | |
2016-11-16 | Fix Output display of Code Question | ankitjavalkar | |
2016-11-16 | Modify docstrings of evaluators | 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 | dd basic partial marking feature per test case | 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 | added docstrings for testcases, removed timeout exception from python evaluator | maheshgudi | |
2016-09-16 | bug fixes in python assertion evaluator | maheshgudi | |
2016-07-28 | changed file module name in evaluators | adityacp | |
2016-07-28 | changed evaluators to support file based questions | adityacp | |
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 | 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 test cases for multiple python evaluators | ankitjavalkar | |
- Change name from python_standard_evaluator to python_assertion_evaluator |