From 1a8838084cea43525575521e88017f3106d44379 Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Mon, 9 Jan 2017 15:05:18 +0530 Subject: added default value to hook code in models --- yaksh/hook_evaluator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yaksh/hook_evaluator.py') diff --git a/yaksh/hook_evaluator.py b/yaksh/hook_evaluator.py index c125b21..891192c 100644 --- a/yaksh/hook_evaluator.py +++ b/yaksh/hook_evaluator.py @@ -36,7 +36,7 @@ class HookEvaluator(BaseEvaluator): Returns a tuple (success, error, test_case_weight) success - Boolean, indicating if code was executed successfully, correctly - weight - Float, indicating total weight of all successful test cases + mark_fraction - Float, indicating fraction of the weight to a test case error - String, error message if success is false returns (True, "Correct answer", 1.0) : If the student script passes all -- cgit