feat: Implement comprehensive quiz functionality, new browse pages, and a classroom learning page with i18n support.
This commit is contained in:
parent
b96f85e650
commit
e082c77946
6 changed files with 234 additions and 107 deletions
|
|
@ -143,5 +143,37 @@
|
|||
"invalidPhone": "Invalid phone number",
|
||||
"passwordTooShort": "At least 6 characters",
|
||||
"passwordsDoNotMatch": "Passwords do not match"
|
||||
},
|
||||
"classroom": {
|
||||
"backToDashboard": "Back to My Courses",
|
||||
"loadingCurriculum": "Loading curriculum...",
|
||||
"readingMaterial": "This lesson is a reading material.",
|
||||
"lessonContent": "Lesson Content",
|
||||
"notAvailable": "This lesson is not yet available.",
|
||||
"loadingTitle": "Loading...",
|
||||
"chapter": "Chapter",
|
||||
"lessons": "Lessons"
|
||||
},
|
||||
"quiz": {
|
||||
"exitTitle": "Exit Quiz",
|
||||
"exitConfirm": "You are taking a quiz. If you leave now, your progress will be lost. Are you sure you want to exit?",
|
||||
"startTitle": "End of Chapter Quiz",
|
||||
"preparationTitle": "Preparation before starting",
|
||||
"instructionTitle": "Instructions",
|
||||
"instruction1": "Pay attention to the questions to measure your learning progress.",
|
||||
"startBtn": "Start Quiz",
|
||||
"nextBtn": "Next Question",
|
||||
"prevBtn": "Previous Question",
|
||||
"submitBtn": "Submit Answers",
|
||||
"submitConfirm": "Are you sure you want to submit your answers?",
|
||||
"scoreTitle": "Quiz Results",
|
||||
"passMessage": "Congratulations! You passed the quiz.",
|
||||
"failMessage": "You didn't pass this time. Please review the lessons and try again.",
|
||||
"backToLesson": "Back to Lesson",
|
||||
"reviewAnswers": "Review Answers",
|
||||
"timeLeft": "Time Left",
|
||||
"placeholderAPI": "This part is currently being connected to the real quiz system.",
|
||||
"placeholderDesc": "The quiz system will be available once the API integration is complete.",
|
||||
"skipToResult": "Skip to Result (Simulated)"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -143,5 +143,37 @@
|
|||
"invalidPhone": "เบอร์โทรศัพท์ไม่ถูกต้อง",
|
||||
"passwordTooShort": "รหัสผ่านต้องมีอย่างน้อย 6 ตัวอักษร",
|
||||
"passwordsDoNotMatch": "รหัสผ่านใหม่ไม่ตรงกัน"
|
||||
},
|
||||
"classroom": {
|
||||
"backToDashboard": "กลับไปคอร์สของฉัน",
|
||||
"loadingCurriculum": "กำลังโหลดเนื้อหา...",
|
||||
"readingMaterial": "บทเรียนนี้เป็นเอกสารประกอบการเรียน",
|
||||
"lessonContent": "เนื้อหาบทเรียน",
|
||||
"notAvailable": "บทเรียนนี้ยังไม่เปิดให้เข้าชม",
|
||||
"loadingTitle": "กำลังโหลด...",
|
||||
"chapter": "บทที่",
|
||||
"lessons": "บทเรียน"
|
||||
},
|
||||
"quiz": {
|
||||
"exitTitle": "ออกจากแบบทดสอบ",
|
||||
"exitConfirm": "คุณกำลังทำแบบทดสอบอยู่ หากออกตอนนี้ความคืบหน้าจะหายไป ยืนยันที่จะออก?",
|
||||
"startTitle": "แบบทดสอบท้ายบท",
|
||||
"preparationTitle": "เตรียมความพร้อมก่อนเริ่มทำ",
|
||||
"instructionTitle": "คำชี้แจง",
|
||||
"instruction1": "ตั้งใจทำแบบทดสอบเพื่อวัดผลการเรียนรู้",
|
||||
"startBtn": "เริ่มทำแบบทดสอบ",
|
||||
"nextBtn": "ข้อถัดไป",
|
||||
"prevBtn": "ข้อก่อนหน้า",
|
||||
"submitBtn": "ส่งคำตอบ",
|
||||
"submitConfirm": "คุณแน่ใจหรือไม่ว่าต้องการส่งคำตอบ?",
|
||||
"scoreTitle": "ผลการทดสอบ",
|
||||
"passMessage": "ยินดีด้วย! คุณสอบผ่านเกณฑ์",
|
||||
"failMessage": "คุณยังไม่ผ่านเกณฑ์ในครั้งนี้ ลองทบทวนบทเรียนและทำใหม่อีกครั้ง",
|
||||
"backToLesson": "กลับไปหน้าบทเรียน",
|
||||
"reviewAnswers": "ตรวจดูคำตอบ",
|
||||
"timeLeft": "เวลาที่เหลือ",
|
||||
"placeholderAPI": "ส่วนนี้อยู่ระหว่างการเชื่อมต่อกับระบบข้อสอบจริง",
|
||||
"placeholderDesc": "ระบบข้อสอบจะสามารถใช้งานได้เมื่อมีการเชื่อมต่อ API สมบูรณ์",
|
||||
"skipToResult": "ข้ามไปหน้าผลลัพธ์ (จำลอง)"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue