Commit 1a3c0334 by Vik Paruchuri

Fix minor feedback issue

parent c3b419c8
......@@ -73,7 +73,7 @@ def grade(grader_data,grader_config,submission):
#Generate short form output--number of problem areas identified in feedback
problem_areas=0
for tag in feedback:
if tag is not 'markup_text':
if tag in ['topicality', 'prompt-overlap', 'spelling', 'grammar']:
problem_areas+=len(feedback[tag])>5
#Add feedback to results
......
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