@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 vi: {
|
|
|
275
275
|
readonly 'admin.questionBank.dialog.edit.save': "Lưu thay đổi";
|
|
276
276
|
readonly 'admin.questionBank.dialog.edit.codeError': "Vui lòng nhập mã câu hỏi";
|
|
277
277
|
readonly 'admin.questionBank.dialog.edit.titleError': "Vui lòng nhập tiêu đề";
|
|
278
|
+
readonly 'admin.questionBank.dialog.edit.loading': "Đang tải...";
|
|
279
|
+
readonly 'admin.questionBank.dialog.edit.unsupportedNote': "Lưu ý:";
|
|
280
|
+
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.";
|
|
281
|
+
readonly 'admin.questionBank.dialog.edit.contentLabel': "Nội dung câu hỏi";
|
|
282
|
+
readonly 'admin.questionBank.dialog.edit.answerLabel': "Đáp án đúng";
|
|
283
|
+
readonly 'admin.questionBank.dialog.edit.explanationLabel': "Giải thích";
|
|
278
284
|
readonly 'admin.questionBank.dialog.delete.title': "Xác nhận xóa câu hỏi";
|
|
279
285
|
readonly 'admin.questionBank.dialog.delete.message': "Bạn có chắc chắn muốn xóa câu hỏi";
|
|
280
286
|
readonly 'admin.questionBank.dialog.delete.warning': "Hành động này không thể hoàn tác.";
|
|
@@ -1637,21 +1643,25 @@ declare const vi: {
|
|
|
1637
1643
|
readonly 'admin.exams.preview.totalPoints': "Tổng điểm:";
|
|
1638
1644
|
readonly 'admin.exams.preview.progress': "Tiến độ";
|
|
1639
1645
|
readonly 'admin.exams.preview.loading': "Đang tải...";
|
|
1640
|
-
readonly 'admin.exams.preview.questionNavigation': "Điều hướng
|
|
1646
|
+
readonly 'admin.exams.preview.questionNavigation': "Điều hướng Part";
|
|
1641
1647
|
readonly 'admin.exams.preview.all': "Tất cả";
|
|
1642
1648
|
readonly 'admin.exams.preview.allQuestions': "Tất cả {count} câu hỏi";
|
|
1643
1649
|
readonly 'admin.exams.preview.partQuestions': "Part {part}: {count} câu";
|
|
1644
1650
|
readonly 'admin.exams.preview.collapse': "Thu gọn";
|
|
1645
1651
|
readonly 'admin.exams.preview.detail': "Chi tiết";
|
|
1646
1652
|
readonly 'admin.exams.preview.questionIndex': "Câu hỏi {index} / {total}";
|
|
1653
|
+
readonly 'admin.exams.preview.partIndex': "Part {index} / {total}";
|
|
1647
1654
|
readonly 'admin.exams.preview.noQuestions': "Chưa có câu hỏi";
|
|
1648
1655
|
readonly 'admin.exams.preview.loadingQuestions': "Đang tải câu hỏi...";
|
|
1649
1656
|
readonly 'admin.exams.preview.retry': "Thử lại";
|
|
1650
1657
|
readonly 'admin.exams.preview.examNoQuestions': "Đề thi này chưa có câu hỏi nào.";
|
|
1651
1658
|
readonly 'admin.exams.preview.prevQuestion': "Câu trước";
|
|
1659
|
+
readonly 'admin.exams.preview.prevPart': "Part trước";
|
|
1652
1660
|
readonly 'admin.exams.preview.prev': "Trước";
|
|
1653
1661
|
readonly 'admin.exams.preview.nextQuestion': "Câu tiếp theo";
|
|
1662
|
+
readonly 'admin.exams.preview.nextPart': "Part tiếp theo";
|
|
1654
1663
|
readonly 'admin.exams.preview.next': "Tiếp";
|
|
1664
|
+
readonly 'admin.exams.preview.questionLabel': "Câu {number}";
|
|
1655
1665
|
readonly 'admin.exams.preview.footerNote': "Đây là chế độ xem trước để kiểm tra bố cục và nội dung đề thi.";
|
|
1656
1666
|
readonly 'admin.exams.preview.close': "Đóng";
|
|
1657
1667
|
readonly 'admin.exams.preview.loadError': "Không thể tải câu hỏi. Vui lòng thử lại.";
|