Commit 90c39d51 by Diana Huang

Fix wrong order in the text

parent 1680336d
<form class="rubric-template" id="inputtype_${id}"> <form class="rubric-template" id="inputtype_${id}">
<h3>Rubric</h3> <h3>Rubric</h3>
% if view_only: % 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: % 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 % endif
<table class="rubric"> <table class="rubric">
% for i in range(len(categories)): % for i in range(len(categories)):
......
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