Fix wrong order in the text

This commit is contained in:
Diana Huang
2013-01-14 10:39:20 -05:00
parent 1680336da6
commit 90c39d51ee

View File

@@ -1,9 +1,9 @@
<form class="rubric-template" id="inputtype_${id}">
<h3>Rubric</h3>
% if view_only:
<p>Select the criteria you feel best represents this submission in each category.</p>
<p>The highlighted selection matches how the grader feels you performed in each category.</p>
% else:
<p>The highlighted selection best matches how the student feels you performed in each category.</p>
<p>Select the criteria you feel best represents this submission in each category.</p>
% endif
<table class="rubric">
% for i in range(len(categories)):