<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>
...
...
@@ -7,38 +7,32 @@
% else:
<p>Select the criteria you feel best represents this submission in each category.</p>
% endif
<tableclass="rubric">
<trclass="points-header">
<th></th>
% for i in range(max_score + 1):
<th>
${i} points
</th>
% endfor
</tr>
<divclass="rubric">
% for i in range(len(categories)):
<%category =categories[i]%>
<tr>
<th>${category['description']}</th>
% for j in range(len(category['options'])):
<%category =categories[i]%>
<b>${category['description']}</b><br/>
<ul>
% for j in range(len(category['options'])):
<%option =category['options'][j]%>
%if option['selected']:
<tdclass="selected-grade">
%else:
<td>
% endif
% if view_only:
%if option['selected']:
<liclass="selected-grade">
%else:
<li>
% endif
% if view_only:
## if this is the selected rubric block, show it highlighted