feat: Implement core classroom functionality including video player, learning and quiz pages, course detail view, and i18n support.
This commit is contained in:
parent
008f712480
commit
7f5119e5aa
9 changed files with 289 additions and 109 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue