refactor: improve score distribution display and enhance HTMX handling in exam views
This commit is contained in:
@@ -63,9 +63,8 @@
|
||||
|
||||
{% if plot %}
|
||||
<div class="card bg-dark text-light border-secondary mb-4 shadow-sm">
|
||||
<div class="card-header border-secondary d-flex justify-content-between align-items-center">
|
||||
<div class="card-header border-secondary">
|
||||
<h6 class="mb-0">Distribution of Scores</h6>
|
||||
<span class="badge bg-secondary">low scores (<20% max) excluded from statistics</span>
|
||||
</div>
|
||||
<div class="card-body p-0">
|
||||
<div id="stats-plot-wrapper">
|
||||
|
||||
Reference in New Issue
Block a user