index
:
online_test/.git
master
Online quiz/exam taking application
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yaksh
/
java_stdio_evaluator.py
Age
Commit message (
Collapse
)
Author
2020-06-10
Allow moderator to hide test cases from the user
prathamesh
2020-01-28
Check if file exists before tearing down in JavaStdIOEvaluator
ankitjavalkar
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-06-07
Further pep8 changes
adityacp
2018-06-07
Pep8 changes
adityacp
2017-04-04
Kills stray processes in code, hook and stdio evaluator
mahesh
2016-12-27
Add floating point mark_weight to control test case weightage
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-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
Add partial grading to multiple evaluators
ankitjavalkar
2016-09-30
- Remove unused imports
ankitjavalkar
- Fix minor test case issues
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-27
removed extra new lines
adityacp
2016-07-27
c,cpp,java evaluators with test cases
adityacp