<p>This is the rubric that was used to grade your submission. The highlighted selection matches how the grader feels you performed in each category.</p>
<p></p>
% elif view_only:
<p>Use the below rubric to rate this submission.</p>
<p>Use the below rubric to rate this submission.</p>
% else:
<p>Select the criteria you feel best represents this submission in each category.</p>
<h3>Rubric</h3>
<p>Select the criteria you feel best represents this submission in each category.</p>
% endif
<divclass="rubric">
% for i in range(len(categories)):
...
...
@@ -14,23 +14,25 @@
<ulclass="rubric-list">
% for j in range(len(category['options'])):
<%option =category['options'][j]%>
%if option['selected']:
<liclass="selected-grade">
%if option['selected']:
<liclass="selected-grade">
%else:
<li>
<li>
% endif
% if view_only:
## if this is the selected rubric block, show it highlighted
<divclass="rubric-label">
${option['points']} points : ${option['text']}
</div>
% if option['selected']:
## if this is the selected rubric block, show it highlighted