feat: Implement quiz runner functionality with dedicated pages, composable logic, and i18n support.
This commit is contained in:
parent
7e8c8e2532
commit
67f10c4287
5 changed files with 759 additions and 11 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue