Commit a6480665 by Vik Paruchuri

Integrate rubric into self assessment

parent 16f06ae7
......@@ -2,12 +2,12 @@
% for i in range(len(rubric_categories)):
<% category = rubric_categories[i] %>
<tr>
<th>${category['description']}</th>
% if category['has_score'] == True:
<td>
Your Score: ${category['score']}
</td>
% endif
<th>
${category['description']}
% if category['has_score'] == True:
(Your score: ${category['score']})
% endif
</th>
% for j in range(len(category['options'])):
<% option = category['options'][j] %>
<td>
......
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