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