index
:
online_test/.git
master
Online quiz/exam taking application
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yaksh
/
grader.py
Age
Commit message (
Collapse
)
Author
2018-04-06
Add test cases to check if code passes without testcases
maheshgudi
2018-04-06
Fix a bug that allows answer to be true if there are no test cases to a code ↵
maheshgudi
question
2017-11-10
Remove traceback for recursion and/or runtime errors.
maheshgudi
2017-11-07
Change module compare_stdio to error_messages
maheshgudi
2017-01-09
added hook evaluator type tuple in forms and fixed limit=0 mistake in grader
maheshgudi
2017-01-09
Python hook evaluator
Mahesh Gudi
2016-12-27
Add floating point mark_weight to control test case weightage
ankitjavalkar
2016-12-22
Refactor check method for cleaner code and fixing multiple issues
ankitjavalkar
- Question should skip to new question with new error rendering - Fix test cases Fix change_dir context manager in grader
2016-12-21
Add errors only if test case is unsuccessful
ankitjavalkar
2016-12-21
Fix output rendering in the question
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