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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -207,6 +207,13 @@
|
|||
"nextBtn": "ข้อถัดไป",
|
||||
"prevBtn": "ข้อย้อนกลับ",
|
||||
"submitBtn": "ส่งคำตอบ",
|
||||
"reviewAnswers": "ทบทวนคำตอบ"
|
||||
"reviewAnswers": "เฉลยคำตอบ",
|
||||
"questionMap": "ข้อที่",
|
||||
"statusLabel": "สถานะข้อสอบ",
|
||||
"statusCurrent": "ข้อปัจจุบัน",
|
||||
"statusCompleted": "ทำแล้ว",
|
||||
"statusSkipped": "ข้าม",
|
||||
"statusNotStarted": "ยังไม่ทำ",
|
||||
"alertIncomplete": "กรุณาเลือกคำตอบให้ครบทุกข้อ"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue