{# 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 %}
Hide accomplished goals
{{(report.rendered_table or '')|safe}}
Your code
{% for file in report.files %}
File
{{file['filename']}}
80 characters
⇥
{{file.code_html|safe}}
80 characters
⇥
{% endfor %}
Test results
{{report.rendered_contexts|safe}}