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