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
|
|
@ -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