index
:
online_test/.git
master
Online quiz/exam taking application
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yaksh
/
python_assertion_evaluator.py
Age
Commit message (
Collapse
)
Author
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