Commit 6427a7da by Vik Paruchuri

Rubric html change

parent 8e213f53
...@@ -271,6 +271,7 @@ def _get_next(course_id, grader_id, location): ...@@ -271,6 +271,7 @@ def _get_next(course_id, grader_id, location):
return json.dumps({'success': False, return json.dumps({'success': False,
'error': error_message}) 'error': error_message})
response_json['rubric'] = rubric_html response_json['rubric'] = rubric_html
log.debug(rubric_html)
return json.dumps(response_json) return json.dumps(response_json)
except GradingServiceError: except GradingServiceError:
log.exception("Error from grading service. server url: {0}" log.exception("Error from grading service. server url: {0}"
......
...@@ -57,6 +57,12 @@ ...@@ -57,6 +57,12 @@
</section> </section>
<section class="rubric-container">
<div class="rubric-wrapper">
</div>
</section>
<div class="action-button"> <div class="action-button">
<input type=button value="Submit" class="action-button" name="show" /> <input type=button value="Submit" class="action-button" name="show" />
</div> </div>
......
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