% for co in context_list: % if co['grader_type'] in grader_type_image_dict: <%grader_type=co['grader_type']%> <% grader_image = grader_type_image_dict[grader_type] %> % if grader_type in human_grader_types: <% human_title = human_grader_types[grader_type] %> % else: <% human_title = grader_type %> % endif
${co['rubric_html']}
%if len(co['feedback'])>2:
See full feedback
%endif
%if grader_type!="SA":
Respond to Feedback

How accurate do you find this feedback?

Additional comments:

%endif

%endif %endfor