Rubric

% if view_only and has_score:

This is the rubric that was used to grade your submission. The highlighted selection matches how the grader feels you performed in each category.

% elif view_only:

Use the below rubric to rate this submission.

% else:

Select the criteria you feel best represents this submission in each category.

% endif % for i in range(len(categories)): <% category = categories[i] %> % for j in range(len(category['options'])): <% option = category['options'][j] %> % endfor % endfor
${category['description']} % if view_only: ## if this is the selected rubric block, show it highlighted % if option['selected']:
% else:
% endif ${option['text']}
[${option['points']} points]
% else: % endif