Group
Last Name | First Name | Student ID |
---|---|---|
{{ student.last_name }} | {{ student.first_name }} | {{ student.student_id }} |
NOTE: If you appear in multiple assignments we reserve the right to take the lower grading!
{% extends "results.html" %}
{% macro status_class(result) -%}
{%- if result.passed() -%}
ag-success
{%- elif result.failed() -%}
ag-danger
{%- else -%}
ag-warning
{%- endif -%}
{%- endmacro %}
{% block content %}
{% set results = archive.results %}
NOTE: If you appear in multiple assignments we reserve the right to take the lower grading!
Group
{% for student in results.team_members %}
Last Name
First Name
Student ID
{% endfor %}
{{ student.last_name }}
{{ student.first_name }}
{{ student.student_id }}
All test results are based on the jupyter notebook with checksum: {{ hash(results.checksum) }} (unsalted sha256).
The following results have been merged for this report:
Title | Timestamp | Modified Unit Test Results |
---|---|---|
{{ results.title }} | {{ results.timestamp }} |
|
{{ ap[0] }} | {{ ap[1] }} |
{% for h in ap[2] %}
{{ hash(h) }} |