{{ plot.title }}
{% if plot.data %}Not available
{% endif %}Student ID | Last Name | First Name | Score | Max Score | Patches | Checksum | Archive | |
---|---|---|---|---|---|---|---|---|
{{ r['student_id'] }} | {% else %}{{ r['student_id'] }} |
{% endif %}
{{ r['last_name'] }} | {{ r['first_name'] }} | {{ r['score'] }} | {{ r['max_score'] }} | {{ r['patches'] }} | {{ hash(r['notebook_id']) }} | {{ r['archive'] }} |
Not available
{% endif %}