@tinyweb_dev/oe-exam-sdk 0.1.23 → 0.1.24
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/README.md +4 -5
- package/dist/components/exams/take/components/question-renderers/MoversWordFillStructuredFormRenderer.js +1 -1
- package/dist/components/exams/take/utils/question-transformers.d.ts +3 -1
- package/dist/components/exams/take/utils/question-transformers.js +1 -1
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormClient.js +1 -1
- package/dist/components/themes/english-certification/EcWordFillStructuredForm.js +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1 -1
- package/dist/shared/lib/i18n/messages/en/admin.d.ts +0 -3
- package/dist/shared/lib/i18n/messages/en/admin.js +1 -1
- package/dist/shared/lib/i18n/messages/en.d.ts +0 -3
- package/dist/shared/lib/i18n/messages/vi/admin.d.ts +0 -3
- package/dist/shared/lib/i18n/messages/vi/admin.js +1 -1
- package/dist/shared/lib/i18n/messages/vi.d.ts +0 -3
- package/package.json +163 -163
- package/dist/mcp/config.d.ts +0 -12
- package/dist/mcp/config.js +0 -1
- package/dist/mcp/http-client.d.ts +0 -6
- package/dist/mcp/http-client.js +0 -1
- package/dist/mcp/index.d.ts +0 -6
- package/dist/mcp/index.js +0 -2
- package/dist/mcp/tools/_helpers.d.ts +0 -4
- package/dist/mcp/tools/_helpers.js +0 -1
- package/dist/mcp/tools/exams.d.ts +0 -2
- package/dist/mcp/tools/exams.js +0 -1
- package/dist/mcp/tools/index.d.ts +0 -2
- package/dist/mcp/tools/index.js +0 -1
- package/dist/mcp/tools/results.d.ts +0 -2
- package/dist/mcp/tools/results.js +0 -1
|
@@ -1550,9 +1550,6 @@ declare const en: {
|
|
|
1550
1550
|
readonly 'admin.exams.shuffle.info3': "Questions within the same Part are randomly shuffled";
|
|
1551
1551
|
readonly 'admin.exams.shuffle.info4': "Variants are linked to the parent exam for management";
|
|
1552
1552
|
readonly 'admin.exams.shuffle.countLabel': "Number of variants to create";
|
|
1553
|
-
readonly 'admin.exams.shuffle.strategyLabel': "Existing exam handling option";
|
|
1554
|
-
readonly 'admin.exams.shuffle.keepOld': "Keep existing exams and add new ones";
|
|
1555
|
-
readonly 'admin.exams.shuffle.replaceAll': "Create a completely new set";
|
|
1556
1553
|
readonly 'admin.exams.shuffle.existingVariants': "Existing exams ({count})";
|
|
1557
1554
|
readonly 'admin.exams.shuffle.deleteAll': "Delete all ({count})";
|
|
1558
1555
|
readonly 'admin.exams.shuffle.loading': "Loading...";
|
|
@@ -1393,9 +1393,6 @@ declare const admin: {
|
|
|
1393
1393
|
readonly 'admin.exams.shuffle.info3': "Các câu hỏi trong cùng 1 Part được xáo trộn ngẫu nhiên";
|
|
1394
1394
|
readonly 'admin.exams.shuffle.info4': "Các đề thi con được liên kết với đề thi cha để quản lý";
|
|
1395
1395
|
readonly 'admin.exams.shuffle.countLabel': "Số lượng đề thi con muốn tạo";
|
|
1396
|
-
readonly 'admin.exams.shuffle.strategyLabel': "Lựa chọn xử lý đề thi cũ";
|
|
1397
|
-
readonly 'admin.exams.shuffle.keepOld': "Giữ lại các đề thi cũ và thêm đề mới";
|
|
1398
|
-
readonly 'admin.exams.shuffle.replaceAll': "Tạo bộ đề mới hoàn toàn";
|
|
1399
1396
|
readonly 'admin.exams.shuffle.existingVariants': "Đề thi đã có ({count})";
|
|
1400
1397
|
readonly 'admin.exams.shuffle.deleteAll': "Xóa tất cả ({count})";
|
|
1401
1398
|
readonly 'admin.exams.shuffle.loading': "Đang tải...";
|