feat: improve assessment_grading page

This commit is contained in:
2025-08-05 22:19:02 +02:00
parent d0a2ba428b
commit 1a281d32d0
4 changed files with 292 additions and 25 deletions

View File

@@ -86,10 +86,10 @@
name="default_grading_system"
class="w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500"
>
<option value="points" {% if default_grading_system == 'points' %}selected{% endif %}>
<option value="notes" {% if default_grading_system == 'notes' %}selected{% endif %}>
Points (notation classique)
</option>
<option value="competences" {% if default_grading_system == 'competences' %}selected{% endif %}>
<option value="score" {% if default_grading_system == 'score' %}selected{% endif %}>
Compétences (échelle 0-3)
</option>
</select>