feat: Implement quiz runner functionality with dedicated pages, composable logic, and i18n support.

This commit is contained in:
supalerk-ar66 2026-02-04 14:16:02 +07:00
parent 7e8c8e2532
commit 67f10c4287
5 changed files with 759 additions and 11 deletions

View file

@ -206,6 +206,13 @@
"scoreLabel": "Score",
"correctLabel": "Correct",
"retryBtn": "Retry Quiz",
"pleaseSelectAnswer": "Please select an answer"
"pleaseSelectAnswer": "Please select an answer",
"questionMap": "Question Map",
"statusLabel": "Question Status",
"statusCurrent": "Current",
"statusCompleted": "Completed",
"statusSkipped": "Skipped",
"statusNotStarted": "Not Started",
"alertIncomplete": "Please answer all questions"
}
}