Skip to content
Snippets Groups Projects

Anonymní opravování

Merged Kate Konczycki requested to merge anonymous-grading into master
2 unresolved threads
4 files
+ 20
5
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -7,7 +7,7 @@
<tr><th>Name<td>{{ g.course.name }}
<tr><th>Enroll token<td><code>{{ g.course.enroll_token }}</code>
<tr><th>Teachers<td>{{ teachers|sort|join(', ') }}
<tr><th>Student grading<td>{{ 'enabled' if g.course.student_grading else 'disabled' }}
<tr><th>Student grading<td>{{ 'enabled' if g.course.student_grading else 'disabled' }}{% if g.course.anon_grading %} (anonymous){% endif %}
</table>
<div class=buttons>
Loading