@for (prop of authorProperties;track prop) { } @for (assignment of assignments;track assignment) { } @if (!students) { } @for (student of students;track student) { @for (prop of authorProperties;track prop) { } @for (solution of student.solutions;track solution;let i = $index) { } }
{{ prop[0] }}
{{ assignmentNames[$index] }}
@for (otherAssignment of assignments;track otherAssignment;let otherIndex = $index) { }
Loading...
{{ student.author[prop[1]] }} @if (!solution) { 0 } @else { {{ solution.points ?? '-' }} } @if (solution && course) { } {{ student.feedbacks }}