Enhance question display in exam overview by adding question titles and improved numbering format
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
<div class="card-body">
|
||||
<div class="d-flex justify-content-between align-items-start mb-2">
|
||||
<div class="flex-grow-1">
|
||||
<div class="question-stem"><strong>Q{{ forloop.counter }}.</strong> {{ question.stem|safe }}</div>
|
||||
<span><span class="badge bg-secondary text-white me-2">Q{{ forloop.counter }}</span>: {{ question.title }}</span>
|
||||
<div class="question-stem">{{ question.stem|safe }}</div>
|
||||
</div>
|
||||
<div class="ms-3 text-end">
|
||||
<div class="small text-muted">Category: {{ question.category }}</div>
|
||||
|
||||
Reference in New Issue
Block a user