{# TODO: Regrade functionality through potluck server!?! #}

{# TODO: Make this a link to the task instructions? #} {# TODO: Task instructions via potluck server? #} {{report.taskid}}: {{report.evaluation}} {# TODO: points?!? #}

(evaluated at {{report.timestamp}})

Rubric report

Overall evaluation: {{report.evaluation|safe}}
{{report.summary|safe}}
{% for w in warnings %}
{{w|safe}}
{% endfor %}
{{(report.rendered_table or '')|safe}}

Your code

{% for file in files %}

File {{report.file['filename']}}

{{report.file.code_html|safe}}
{% endfor %}

Test results

{{report.rendered_contexts|safe}}