{{ ungradedStudents.length }} élève(s) non évalué(s)
Ces élèves n'ont aucune note et ne sont pas inclus dans les statistiques : {{ ungradedStudents.map(s => s.student_name).join(', ') }}
| Compétence |
{{ truncateName(student) }}
|
|---|---|
| {{ truncateLabel(item) }} | {{ getHeatmapCell(results.competences_heatmap, student, item)?.percentage?.toFixed(0) || '-' }} |
| Domaine |
{{ truncateName(student) }}
|
|---|---|
| {{ truncateLabel(item) }} | {{ getHeatmapCell(results.domains_heatmap, student, item)?.percentage?.toFixed(0) || '-' }} |
|
|
Élève | Score | % | Actions | |
|---|---|---|---|---|---|
| ⚠️ | {{ student.student_name }} (non évalué) | {{ student.email }} Pas d'email | {{ student.total_score?.toFixed(1) }}/{{ student.total_max_points }} {{ student.total_score?.toFixed(1) }}/{{ student.total_max_points }} - | {{ student.percentage?.toFixed(0) }}% {{ student.percentage?.toFixed(0) }}% - |