Commit d81b4306 by Vik Paruchuri

Modify tag names for correct rendering in lms

parent 45d672e2
......@@ -78,10 +78,10 @@ def grade(grader_path,grader_config,submission,sandbox=None):
'topicality' : feedback['topicality'],
'spelling' : feedback['spelling'],
'grammar' : feedback['grammar'],
'markup_text' : feedback['markup_text'],
'problem_areas' : problem_areas,
'markup-text' : feedback['markup_text'],
'problem-areas' : problem_areas,
'score' : results['score'],
'prompt_overlap' : feedback['prompt_overlap'],
'prompt-overlap' : feedback['prompt_overlap'],
}
else:
......
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