Address some comments from code review, fix rubric display

This commit is contained in:
Vik Paruchuri
2013-01-11 15:51:37 -05:00
parent 9a752f51c7
commit 682ac3455b
4 changed files with 28 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
<% category = rubric_categories[i] %>
<tr>
<th>${category['description']}</th>
<td>${category['score']}</td>
<td>Your Score: ${category['score']} </td>
% for j in range(len(category['options'])):
<% option = category['options'][j] %>
<td>