feat: Implement core classroom functionality including video player, learning and quiz pages, course detail view, and i18n support.

This commit is contained in:
supalerk-ar66 2026-02-12 16:05:37 +07:00
parent 008f712480
commit 7f5119e5aa
9 changed files with 289 additions and 109 deletions

View file

@ -212,6 +212,15 @@
"instructionTitle": "Instructions",
"instruction1": "Pay attention to the questions to measure your learning progress.",
"startBtn": "Start Quiz",
"warningTitle": "Warning",
"singleAttemptWarning": "This quiz can only be taken once. If you fail, you will not be able to try again. Do you want to continue?",
"continue": "Continue",
"alreadyPassed": "You have already passed",
"latestScore": "Latest Score",
"retryMaybe": "Try Again",
"passedStatus": "Passed",
"failedStatus": "Failed",
"passingScore": "Passing Score",
"nextBtn": "Next Question",
"prevBtn": "Previous Question",
"submitBtn": "Submit Answers",

View file

@ -212,6 +212,15 @@
"instructionTitle": "คำแนะนำ",
"instruction1": "แบบทดสอบนี้มีไว้เพื่อวัดความรู้ความเข้าใจของคุณในบทเรียนนี้",
"startBtn": "เริ่มทำแบบทดสอบ",
"warningTitle": "คำเตือน",
"singleAttemptWarning": "แบบทดสอบนี้สามารถทำได้เพียงครั้งเดียวเท่านั้น หากไม่ผ่านคุณจะไม่สามารถทำใหม่ได้อีก คุณต้องการดำเนินการต่อหรือไม่?",
"continue": "ดำเนินการต่อ",
"alreadyPassed": "คุณสอบผ่านเกณฑ์แล้ว",
"latestScore": "คะแนนล่าสุด",
"retryMaybe": "ลองใหม่อีกครั้ง",
"passedStatus": "ผ่านเกณฑ์",
"failedStatus": "ไม่ผ่านเกณฑ์",
"passingScore": "เกณฑ์การผ่าน",
"exitTitle": "ออกจากแบบทดสอบ",
"timeLeft": "เวลาที่เหลือ",
"submitConfirm": "คุณต้องการส่งคำตอบหรือไม่?",