feat: implement comprehensive quiz interface with start, taking, result, and review screens, including state management, navigation, and submission logic.
All checks were successful
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Successful in 34s
Build and Deploy Frontend Learner / Deploy E-learning Frontend Learner to Dev Server (push) Successful in 3s
Build and Deploy Frontend Learner / Notify Deployment Status (push) Successful in 1s
All checks were successful
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Successful in 34s
Build and Deploy Frontend Learner / Deploy E-learning Frontend Learner to Dev Server (push) Successful in 3s
Build and Deploy Frontend Learner / Notify Deployment Status (push) Successful in 1s
This commit is contained in:
parent
0004b03760
commit
3e8a64e5d1
1 changed files with 1 additions and 15 deletions
|
|
@ -658,21 +658,7 @@ const getCorrectChoiceId = (questionId: number) => {
|
|||
</button>
|
||||
</div>
|
||||
|
||||
<!-- Mini Legend -->
|
||||
<div class="mt-6 space-y-2">
|
||||
<div class="flex items-center gap-2 text-[10px] text-slate-500 dark:text-slate-400">
|
||||
<div class="w-2.5 h-2.5 rounded-full bg-blue-500"></div> Current
|
||||
</div>
|
||||
<div class="flex items-center gap-2 text-[10px] text-slate-500 dark:text-slate-400">
|
||||
<div class="w-2.5 h-2.5 rounded-full bg-emerald-500"></div> Completed
|
||||
</div>
|
||||
<div class="flex items-center gap-2 text-[10px] text-slate-500 dark:text-slate-400">
|
||||
<div class="w-2.5 h-2.5 rounded-full bg-orange-500"></div> Skipped
|
||||
</div>
|
||||
<div class="flex items-center gap-2 text-[10px] text-slate-500 dark:text-slate-400">
|
||||
<div class="w-2.5 h-2.5 rounded-full bg-slate-200 dark:bg-slate-700"></div> Not Started
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</q-page-sticky>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue