Commit 8930995c by Vik Paruchuri

Adjust constant

parent e77640db
......@@ -83,7 +83,7 @@ def grade(grader_data,grader_config,submission):
'prompt-overlap' : feedback['prompt_overlap'],
}
if results['score']/float(max_score)<.5:
if results['score']/float(max_score)<.33:
results['feedback'].update(
{'spelling' : feedback['spelling'],
'grammar' : feedback['grammar'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment