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