Rubric html change
This commit is contained in:
@@ -271,6 +271,7 @@ def _get_next(course_id, grader_id, location):
|
||||
return json.dumps({'success': False,
|
||||
'error': error_message})
|
||||
response_json['rubric'] = rubric_html
|
||||
log.debug(rubric_html)
|
||||
return json.dumps(response_json)
|
||||
except GradingServiceError:
|
||||
log.exception("Error from grading service. server url: {0}"
|
||||
|
||||
@@ -57,6 +57,12 @@
|
||||
|
||||
</section>
|
||||
|
||||
<section class="rubric-container">
|
||||
<div class="rubric-wrapper">
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="action-button">
|
||||
<input type=button value="Submit" class="action-button" name="show" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user