@if (error()) {
error {{ error() }}
}
@if (loading()) {
} @else if (quizzes().length === 0) {
quiz
No quizzes yet
Create your first quiz to get started.
Create Quiz
} @else if (!selectedCategory()) {
@for (group of categoryGroups(); track group.name; let i = $index) {
}
} @else {
@for (quiz of filteredQuizzes(); track quiz._id) {
person_add Assign
@if (quiz.attemptCount > 0) {
lock
{{ quiz.attemptCount }} attempt{{ quiz.attemptCount > 1 ? 's' : '' }}
} @else {
}
}
}
@if (showEditPopup()) {