@tinyweb_dev/oe-exam-sdk 0.1.20 → 0.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/result-review.types.d.ts +1 -0
- package/dist/components/exams/ExamPreviewDialog.d.ts +6 -7
- package/dist/components/exams/ExamPreviewDialog.js +1 -1
- package/dist/components/exams/ExamPreviewPartContent.d.ts +18 -0
- package/dist/components/exams/ExamPreviewPartContent.js +1 -0
- package/dist/components/exams/ExamPreviewSidebar.d.ts +17 -0
- package/dist/components/exams/ExamPreviewSidebar.js +1 -0
- package/dist/components/exams/exam-preview.types.d.ts +34 -0
- package/dist/components/exams/exam-preview.types.js +1 -0
- package/dist/components/exams/index.d.ts +1 -0
- package/dist/components/exams/take/components/question-renderers/MoversChooseBestAnswerRenderer.js +1 -1
- package/dist/components/exams/take/components/question-renderers/MoversListenAndWriteRenderer.js +1 -1
- package/dist/components/exams/take/components/question-renderers/MoversWordFillStructuredFormRenderer.js +1 -1
- package/dist/components/exams/take/components/question-renderers/MoversWritingRenderer.js +1 -1
- package/dist/components/exams/take/exam-taking.utils.d.ts +13 -0
- package/dist/components/exams/take/exam-taking.utils.js +1 -1
- package/dist/components/exams/take/types.d.ts +3 -0
- package/dist/components/exams/take/utils/question-transformers.d.ts +13 -0
- package/dist/components/exams/take/utils/question-transformers.js +1 -1
- package/dist/components/questions/_shared/types/word-fill-structured-form.type.d.ts +25 -0
- package/dist/components/questions/_shared/utils/parseFillBlankStem.d.ts +30 -0
- package/dist/components/questions/_shared/utils/parseFillBlankStem.js +1 -0
- package/dist/components/questions/index.d.ts +1 -0
- package/dist/components/questions/index.js +1 -1
- package/dist/components/questions/question-bank/EditQuestionBankDialog.d.ts +2 -0
- package/dist/components/questions/question-bank/EditQuestionBankDialog.js +1 -0
- package/dist/components/questions/question-bank/QuestionEditorRenderer.d.ts +23 -0
- package/dist/components/questions/question-bank/QuestionEditorRenderer.js +1 -0
- package/dist/components/questions/question-bank/difficulty.d.ts +15 -0
- package/dist/components/questions/question-bank/difficulty.js +1 -0
- package/dist/components/questions/question-bank/editor-adapters/choice-adapters.d.ts +5 -0
- package/dist/components/questions/question-bank/editor-adapters/choice-adapters.js +1 -0
- package/dist/components/questions/question-bank/editor-adapters/index.d.ts +5 -0
- package/dist/components/questions/question-bank/editor-adapters/index.js +1 -0
- package/dist/components/questions/question-bank/editor-adapters/media-adapters.d.ts +6 -0
- package/dist/components/questions/question-bank/editor-adapters/media-adapters.js +1 -0
- package/dist/components/questions/question-bank/editor-adapters/types.d.ts +1 -0
- package/dist/components/questions/question-bank/editor-adapters/types.js +1 -0
- package/dist/components/questions/question-bank/editor-adapters/unsupported-fallback.d.ts +8 -0
- package/dist/components/questions/question-bank/editor-adapters/unsupported-fallback.js +1 -0
- package/dist/components/questions/question-bank/editor-adapters/writing-adapters.d.ts +5 -0
- package/dist/components/questions/question-bank/editor-adapters/writing-adapters.js +1 -0
- package/dist/components/questions/question-bank/index.d.ts +4 -0
- package/dist/components/questions/question-bank/index.js +1 -0
- package/dist/components/questions/question-bank/types.d.ts +59 -0
- package/dist/components/questions/question-bank/types.js +1 -0
- package/dist/components/questions/types/choose-the-correct-answer/ChooseTheCorrectAnswerCreator.js +1 -1
- package/dist/components/questions/types/choose-the-correct-answer/index.d.ts +1 -0
- package/dist/components/questions/types/choose-the-correct-answer/index.js +1 -1
- package/dist/components/questions/types/choose-the-correct-answer/normalize.d.ts +27 -0
- package/dist/components/questions/types/choose-the-correct-answer/normalize.js +1 -0
- package/dist/components/questions/types/choose-the-correct-answer/register.js +1 -1
- package/dist/components/questions/types/fill-in-blank/FillInBlankCreator.js +1 -1
- package/dist/components/questions/types/fill-in-blank/register.js +1 -1
- package/dist/components/questions/types/fill-in-blank/transform.js +1 -1
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormClient.d.ts +1 -1
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormClient.js +1 -1
- package/dist/components/questions/types/word-fill-structured-form/transform.js +1 -1
- package/dist/components/questions/viewer/QuestionViewer.js +1 -1
- package/dist/components/results/review-data.js +1 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleAudioPlayer.d.ts +2 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleAudioPlayer.js +1 -1
- package/dist/components/themes/english-certification/EcWordFillStructuredForm.js +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/shared/lib/i18n/messages/en/admin.d.ts +11 -1
- package/dist/shared/lib/i18n/messages/en/admin.js +1 -1
- package/dist/shared/lib/i18n/messages/en.d.ts +11 -1
- package/dist/shared/lib/i18n/messages/vi/admin.d.ts +11 -1
- package/dist/shared/lib/i18n/messages/vi/admin.js +1 -1
- package/dist/shared/lib/i18n/messages/vi.d.ts +11 -1
- package/package.json +1 -1
|
@@ -275,6 +275,12 @@ declare const en: {
|
|
|
275
275
|
readonly 'admin.questionBank.dialog.edit.save': "Save changes";
|
|
276
276
|
readonly 'admin.questionBank.dialog.edit.codeError': "Please enter question code";
|
|
277
277
|
readonly 'admin.questionBank.dialog.edit.titleError': "Please enter title";
|
|
278
|
+
readonly 'admin.questionBank.dialog.edit.loading': "Loading...";
|
|
279
|
+
readonly 'admin.questionBank.dialog.edit.unsupportedNote': "Note:";
|
|
280
|
+
readonly 'admin.questionBank.dialog.edit.unsupportedType': "Question type \"{type}\" is not editable in this UI. Please use the exam creator to edit this question.";
|
|
281
|
+
readonly 'admin.questionBank.dialog.edit.contentLabel': "Question content";
|
|
282
|
+
readonly 'admin.questionBank.dialog.edit.answerLabel': "Correct answer";
|
|
283
|
+
readonly 'admin.questionBank.dialog.edit.explanationLabel': "Explanation";
|
|
278
284
|
readonly 'admin.questionBank.dialog.delete.title': "Confirm Delete Question";
|
|
279
285
|
readonly 'admin.questionBank.dialog.delete.message': "Are you sure you want to delete question";
|
|
280
286
|
readonly 'admin.questionBank.dialog.delete.warning': "This action cannot be undone.";
|
|
@@ -1637,21 +1643,25 @@ declare const en: {
|
|
|
1637
1643
|
readonly 'admin.exams.preview.totalPoints': "Total Points:";
|
|
1638
1644
|
readonly 'admin.exams.preview.progress': "Progress";
|
|
1639
1645
|
readonly 'admin.exams.preview.loading': "Loading...";
|
|
1640
|
-
readonly 'admin.exams.preview.questionNavigation': "
|
|
1646
|
+
readonly 'admin.exams.preview.questionNavigation': "Part Navigation";
|
|
1641
1647
|
readonly 'admin.exams.preview.all': "All";
|
|
1642
1648
|
readonly 'admin.exams.preview.allQuestions': "All {count} questions";
|
|
1643
1649
|
readonly 'admin.exams.preview.partQuestions': "Part {part}: {count} questions";
|
|
1644
1650
|
readonly 'admin.exams.preview.collapse': "Collapse";
|
|
1645
1651
|
readonly 'admin.exams.preview.detail': "Details";
|
|
1646
1652
|
readonly 'admin.exams.preview.questionIndex': "Question {index} / {total}";
|
|
1653
|
+
readonly 'admin.exams.preview.partIndex': "Part {index} / {total}";
|
|
1647
1654
|
readonly 'admin.exams.preview.noQuestions': "No questions yet";
|
|
1648
1655
|
readonly 'admin.exams.preview.loadingQuestions': "Loading questions...";
|
|
1649
1656
|
readonly 'admin.exams.preview.retry': "Retry";
|
|
1650
1657
|
readonly 'admin.exams.preview.examNoQuestions': "This exam has no questions yet.";
|
|
1651
1658
|
readonly 'admin.exams.preview.prevQuestion': "Previous Question";
|
|
1659
|
+
readonly 'admin.exams.preview.prevPart': "Previous Part";
|
|
1652
1660
|
readonly 'admin.exams.preview.prev': "Prev";
|
|
1653
1661
|
readonly 'admin.exams.preview.nextQuestion': "Next Question";
|
|
1662
|
+
readonly 'admin.exams.preview.nextPart': "Next Part";
|
|
1654
1663
|
readonly 'admin.exams.preview.next': "Next";
|
|
1664
|
+
readonly 'admin.exams.preview.questionLabel': "Question {number}";
|
|
1655
1665
|
readonly 'admin.exams.preview.footerNote': "This is a preview mode to check the layout and content of the exam.";
|
|
1656
1666
|
readonly 'admin.exams.preview.close': "Close";
|
|
1657
1667
|
readonly 'admin.exams.preview.loadError': "Unable to load questions. Please try again.";
|
|
@@ -118,6 +118,12 @@ declare const admin: {
|
|
|
118
118
|
readonly 'admin.questionBank.dialog.edit.save': "Lưu thay đổi";
|
|
119
119
|
readonly 'admin.questionBank.dialog.edit.codeError': "Vui lòng nhập mã câu hỏi";
|
|
120
120
|
readonly 'admin.questionBank.dialog.edit.titleError': "Vui lòng nhập tiêu đề";
|
|
121
|
+
readonly 'admin.questionBank.dialog.edit.loading': "Đang tải...";
|
|
122
|
+
readonly 'admin.questionBank.dialog.edit.unsupportedNote': "Lưu ý:";
|
|
123
|
+
readonly 'admin.questionBank.dialog.edit.unsupportedType': "Loại câu hỏi \"{type}\" chưa hỗ trợ chỉnh sửa trực tiếp trong giao diện này. Vui lòng sử dụng trang tạo đề thi để chỉnh sửa câu hỏi này.";
|
|
124
|
+
readonly 'admin.questionBank.dialog.edit.contentLabel': "Nội dung câu hỏi";
|
|
125
|
+
readonly 'admin.questionBank.dialog.edit.answerLabel': "Đáp án đúng";
|
|
126
|
+
readonly 'admin.questionBank.dialog.edit.explanationLabel': "Giải thích";
|
|
121
127
|
readonly 'admin.questionBank.dialog.delete.title': "Xác nhận xóa câu hỏi";
|
|
122
128
|
readonly 'admin.questionBank.dialog.delete.message': "Bạn có chắc chắn muốn xóa câu hỏi";
|
|
123
129
|
readonly 'admin.questionBank.dialog.delete.warning': "Hành động này không thể hoàn tác.";
|
|
@@ -1480,21 +1486,25 @@ declare const admin: {
|
|
|
1480
1486
|
readonly 'admin.exams.preview.totalPoints': "Tổng điểm:";
|
|
1481
1487
|
readonly 'admin.exams.preview.progress': "Tiến độ";
|
|
1482
1488
|
readonly 'admin.exams.preview.loading': "Đang tải...";
|
|
1483
|
-
readonly 'admin.exams.preview.questionNavigation': "Điều hướng
|
|
1489
|
+
readonly 'admin.exams.preview.questionNavigation': "Điều hướng Part";
|
|
1484
1490
|
readonly 'admin.exams.preview.all': "Tất cả";
|
|
1485
1491
|
readonly 'admin.exams.preview.allQuestions': "Tất cả {count} câu hỏi";
|
|
1486
1492
|
readonly 'admin.exams.preview.partQuestions': "Part {part}: {count} câu";
|
|
1487
1493
|
readonly 'admin.exams.preview.collapse': "Thu gọn";
|
|
1488
1494
|
readonly 'admin.exams.preview.detail': "Chi tiết";
|
|
1489
1495
|
readonly 'admin.exams.preview.questionIndex': "Câu hỏi {index} / {total}";
|
|
1496
|
+
readonly 'admin.exams.preview.partIndex': "Part {index} / {total}";
|
|
1490
1497
|
readonly 'admin.exams.preview.noQuestions': "Chưa có câu hỏi";
|
|
1491
1498
|
readonly 'admin.exams.preview.loadingQuestions': "Đang tải câu hỏi...";
|
|
1492
1499
|
readonly 'admin.exams.preview.retry': "Thử lại";
|
|
1493
1500
|
readonly 'admin.exams.preview.examNoQuestions': "Đề thi này chưa có câu hỏi nào.";
|
|
1494
1501
|
readonly 'admin.exams.preview.prevQuestion': "Câu trước";
|
|
1502
|
+
readonly 'admin.exams.preview.prevPart': "Part trước";
|
|
1495
1503
|
readonly 'admin.exams.preview.prev': "Trước";
|
|
1496
1504
|
readonly 'admin.exams.preview.nextQuestion': "Câu tiếp theo";
|
|
1505
|
+
readonly 'admin.exams.preview.nextPart': "Part tiếp theo";
|
|
1497
1506
|
readonly 'admin.exams.preview.next': "Tiếp";
|
|
1507
|
+
readonly 'admin.exams.preview.questionLabel': "Câu {number}";
|
|
1498
1508
|
readonly 'admin.exams.preview.footerNote': "Đây là chế độ xem trước để kiểm tra bố cục và nội dung đề thi.";
|
|
1499
1509
|
readonly 'admin.exams.preview.close': "Đóng";
|
|
1500
1510
|
readonly 'admin.exams.preview.loadError': "Không thể tải câu hỏi. Vui lòng thử lại.";
|