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",