@tinyweb_dev/oe-exam-sdk 0.1.0
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 +254 -0
- package/dist/api/exam-create.d.ts +18 -0
- package/dist/api/exam-create.d.ts.map +1 -0
- package/dist/api/exam-create.js +180 -0
- package/dist/api/exam-create.js.map +1 -0
- package/dist/api/exam-create.types.d.ts +149 -0
- package/dist/api/exam-create.types.d.ts.map +1 -0
- package/dist/api/exam-create.types.js +2 -0
- package/dist/api/exam-create.types.js.map +1 -0
- package/dist/api/exam-questions.d.ts +10 -0
- package/dist/api/exam-questions.d.ts.map +1 -0
- package/dist/api/exam-questions.js +99 -0
- package/dist/api/exam-questions.js.map +1 -0
- package/dist/api/exam-questions.types.d.ts +63 -0
- package/dist/api/exam-questions.types.d.ts.map +1 -0
- package/dist/api/exam-questions.types.js +2 -0
- package/dist/api/exam-questions.types.js.map +1 -0
- package/dist/api/exam-taking.d.ts +8 -0
- package/dist/api/exam-taking.d.ts.map +1 -0
- package/dist/api/exam-taking.js +74 -0
- package/dist/api/exam-taking.js.map +1 -0
- package/dist/api/exam-taking.types.d.ts +148 -0
- package/dist/api/exam-taking.types.d.ts.map +1 -0
- package/dist/api/exam-taking.types.js +2 -0
- package/dist/api/exam-taking.types.js.map +1 -0
- package/dist/api/index.d.ts +8 -0
- package/dist/api/index.d.ts.map +1 -0
- package/dist/api/index.js +7 -0
- package/dist/api/index.js.map +1 -0
- package/dist/api/result-review.d.ts +8 -0
- package/dist/api/result-review.d.ts.map +1 -0
- package/dist/api/result-review.js +51 -0
- package/dist/api/result-review.js.map +1 -0
- package/dist/api/result-review.types.d.ts +86 -0
- package/dist/api/result-review.types.d.ts.map +1 -0
- package/dist/api/result-review.types.js +2 -0
- package/dist/api/result-review.types.js.map +1 -0
- package/dist/components/CueCardEditor.d.ts +8 -0
- package/dist/components/CueCardEditor.d.ts.map +1 -0
- package/dist/components/CueCardEditor.js +59 -0
- package/dist/components/CueCardEditor.js.map +1 -0
- package/dist/components/common/ResolvedImage.d.ts +9 -0
- package/dist/components/common/ResolvedImage.d.ts.map +1 -0
- package/dist/components/common/ResolvedImage.js +16 -0
- package/dist/components/common/ResolvedImage.js.map +1 -0
- package/dist/components/exams/CreateExamInfoForm.d.ts +9 -0
- package/dist/components/exams/CreateExamInfoForm.d.ts.map +1 -0
- package/dist/components/exams/CreateExamInfoForm.js +36 -0
- package/dist/components/exams/CreateExamInfoForm.js.map +1 -0
- package/dist/components/exams/CreateExamPageContainer.d.ts +10 -0
- package/dist/components/exams/CreateExamPageContainer.d.ts.map +1 -0
- package/dist/components/exams/CreateExamPageContainer.js +104 -0
- package/dist/components/exams/CreateExamPageContainer.js.map +1 -0
- package/dist/components/exams/ExamCreator.d.ts +17 -0
- package/dist/components/exams/ExamCreator.d.ts.map +1 -0
- package/dist/components/exams/ExamCreator.js +90 -0
- package/dist/components/exams/ExamCreator.js.map +1 -0
- package/dist/components/exams/ExamPartTabs.d.ts +10 -0
- package/dist/components/exams/ExamPartTabs.d.ts.map +1 -0
- package/dist/components/exams/ExamPartTabs.js +41 -0
- package/dist/components/exams/ExamPartTabs.js.map +1 -0
- package/dist/components/exams/ExamQuestionGrid.d.ts +10 -0
- package/dist/components/exams/ExamQuestionGrid.d.ts.map +1 -0
- package/dist/components/exams/ExamQuestionGrid.js +19 -0
- package/dist/components/exams/ExamQuestionGrid.js.map +1 -0
- package/dist/components/exams/ExamQuestionsPageContainer.d.ts +11 -0
- package/dist/components/exams/ExamQuestionsPageContainer.d.ts.map +1 -0
- package/dist/components/exams/ExamQuestionsPageContainer.js +91 -0
- package/dist/components/exams/ExamQuestionsPageContainer.js.map +1 -0
- package/dist/components/exams/PartAudioUploader.d.ts +10 -0
- package/dist/components/exams/PartAudioUploader.d.ts.map +1 -0
- package/dist/components/exams/PartAudioUploader.js +10 -0
- package/dist/components/exams/PartAudioUploader.js.map +1 -0
- package/dist/components/exams/TemplateSelector.d.ts +9 -0
- package/dist/components/exams/TemplateSelector.d.ts.map +1 -0
- package/dist/components/exams/TemplateSelector.js +67 -0
- package/dist/components/exams/TemplateSelector.js.map +1 -0
- package/dist/components/exams/api.d.ts +6 -0
- package/dist/components/exams/api.d.ts.map +1 -0
- package/dist/components/exams/api.js +4 -0
- package/dist/components/exams/api.js.map +1 -0
- package/dist/components/exams/create-exam.validation.d.ts +11 -0
- package/dist/components/exams/create-exam.validation.d.ts.map +1 -0
- package/dist/components/exams/create-exam.validation.js +19 -0
- package/dist/components/exams/create-exam.validation.js.map +1 -0
- package/dist/components/exams/exam-template.utils.d.ts +59 -0
- package/dist/components/exams/exam-template.utils.d.ts.map +1 -0
- package/dist/components/exams/exam-template.utils.js +19 -0
- package/dist/components/exams/exam-template.utils.js.map +1 -0
- package/dist/components/exams/index.d.ts +18 -0
- package/dist/components/exams/index.d.ts.map +1 -0
- package/dist/components/exams/index.js +11 -0
- package/dist/components/exams/index.js.map +1 -0
- package/dist/components/exams/take/ExamTakingPageContainer.d.ts +10 -0
- package/dist/components/exams/take/ExamTakingPageContainer.d.ts.map +1 -0
- package/dist/components/exams/take/ExamTakingPageContainer.js +154 -0
- package/dist/components/exams/take/ExamTakingPageContainer.js.map +1 -0
- package/dist/components/exams/take/GenericQuestionRenderer.d.ts +8 -0
- package/dist/components/exams/take/GenericQuestionRenderer.d.ts.map +1 -0
- package/dist/components/exams/take/GenericQuestionRenderer.js +15 -0
- package/dist/components/exams/take/GenericQuestionRenderer.js.map +1 -0
- package/dist/components/exams/take/exam-taking.utils.d.ts +116 -0
- package/dist/components/exams/take/exam-taking.utils.d.ts.map +1 -0
- package/dist/components/exams/take/exam-taking.utils.js +89 -0
- package/dist/components/exams/take/exam-taking.utils.js.map +1 -0
- package/dist/components/exams/take/hooks/useSpeakingRecorder.d.ts +9 -0
- package/dist/components/exams/take/hooks/useSpeakingRecorder.d.ts.map +1 -0
- package/dist/components/exams/take/hooks/useSpeakingRecorder.js +25 -0
- package/dist/components/exams/take/hooks/useSpeakingRecorder.js.map +1 -0
- package/dist/components/exams/take/index.d.ts +7 -0
- package/dist/components/exams/take/index.d.ts.map +1 -0
- package/dist/components/exams/take/index.js +3 -0
- package/dist/components/exams/take/index.js.map +1 -0
- package/dist/components/exams/take/types.d.ts +2 -0
- package/dist/components/exams/take/types.d.ts.map +1 -0
- package/dist/components/exams/take/types.js +2 -0
- package/dist/components/exams/take/types.js.map +1 -0
- package/dist/components/index.d.ts +43 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +43 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/questions/_shared/config/question-types.config.d.ts +10 -0
- package/dist/components/questions/_shared/config/question-types.config.d.ts.map +1 -0
- package/dist/components/questions/_shared/config/question-types.config.js +334 -0
- package/dist/components/questions/_shared/config/question-types.config.js.map +1 -0
- package/dist/components/questions/_shared/constants/color-palette.d.ts +7 -0
- package/dist/components/questions/_shared/constants/color-palette.d.ts.map +1 -0
- package/dist/components/questions/_shared/constants/color-palette.js +22 -0
- package/dist/components/questions/_shared/constants/color-palette.js.map +1 -0
- package/dist/components/questions/_shared/hooks/useAnswerGroupQuestionGroup.d.ts +25 -0
- package/dist/components/questions/_shared/hooks/useAnswerGroupQuestionGroup.d.ts.map +1 -0
- package/dist/components/questions/_shared/hooks/useAnswerGroupQuestionGroup.js +106 -0
- package/dist/components/questions/_shared/hooks/useAnswerGroupQuestionGroup.js.map +1 -0
- package/dist/components/questions/_shared/hooks/useBasicQuestionGroup.d.ts +57 -0
- package/dist/components/questions/_shared/hooks/useBasicQuestionGroup.d.ts.map +1 -0
- package/dist/components/questions/_shared/hooks/useBasicQuestionGroup.js +223 -0
- package/dist/components/questions/_shared/hooks/useBasicQuestionGroup.js.map +1 -0
- package/dist/components/questions/_shared/hooks/useCompareImagesGroup.d.ts +12 -0
- package/dist/components/questions/_shared/hooks/useCompareImagesGroup.d.ts.map +1 -0
- package/dist/components/questions/_shared/hooks/useCompareImagesGroup.js +141 -0
- package/dist/components/questions/_shared/hooks/useCompareImagesGroup.js.map +1 -0
- package/dist/components/questions/_shared/hooks/useImageQuestionGroup.d.ts +20 -0
- package/dist/components/questions/_shared/hooks/useImageQuestionGroup.d.ts.map +1 -0
- package/dist/components/questions/_shared/hooks/useImageQuestionGroup.js +124 -0
- package/dist/components/questions/_shared/hooks/useImageQuestionGroup.js.map +1 -0
- package/dist/components/questions/_shared/hooks/useInfoExchangeGroup.d.ts +35 -0
- package/dist/components/questions/_shared/hooks/useInfoExchangeGroup.d.ts.map +1 -0
- package/dist/components/questions/_shared/hooks/useInfoExchangeGroup.js +51 -0
- package/dist/components/questions/_shared/hooks/useInfoExchangeGroup.js.map +1 -0
- package/dist/components/questions/_shared/hooks/useQuestionFormState.d.ts +90 -0
- package/dist/components/questions/_shared/hooks/useQuestionFormState.d.ts.map +1 -0
- package/dist/components/questions/_shared/hooks/useQuestionFormState.js +55 -0
- package/dist/components/questions/_shared/hooks/useQuestionFormState.js.map +1 -0
- package/dist/components/questions/_shared/hooks/useQuestionInitialization.d.ts +13 -0
- package/dist/components/questions/_shared/hooks/useQuestionInitialization.d.ts.map +1 -0
- package/dist/components/questions/_shared/hooks/useQuestionInitialization.js +124 -0
- package/dist/components/questions/_shared/hooks/useQuestionInitialization.js.map +1 -0
- package/dist/components/questions/_shared/hooks/useQuestionListGroup.d.ts +20 -0
- package/dist/components/questions/_shared/hooks/useQuestionListGroup.d.ts.map +1 -0
- package/dist/components/questions/_shared/hooks/useQuestionListGroup.js +122 -0
- package/dist/components/questions/_shared/hooks/useQuestionListGroup.js.map +1 -0
- package/dist/components/questions/_shared/hooks/useQuestionOnChange.d.ts +13 -0
- package/dist/components/questions/_shared/hooks/useQuestionOnChange.d.ts.map +1 -0
- package/dist/components/questions/_shared/hooks/useQuestionOnChange.js +71 -0
- package/dist/components/questions/_shared/hooks/useQuestionOnChange.js.map +1 -0
- package/dist/components/questions/_shared/hooks/useSceneQuestionGroup.d.ts +51 -0
- package/dist/components/questions/_shared/hooks/useSceneQuestionGroup.d.ts.map +1 -0
- package/dist/components/questions/_shared/hooks/useSceneQuestionGroup.js +195 -0
- package/dist/components/questions/_shared/hooks/useSceneQuestionGroup.js.map +1 -0
- package/dist/components/questions/_shared/index.d.ts +8 -0
- package/dist/components/questions/_shared/index.d.ts.map +1 -0
- package/dist/components/questions/_shared/index.js +8 -0
- package/dist/components/questions/_shared/index.js.map +1 -0
- package/dist/components/questions/_shared/types/answer-the-question.type.d.ts +59 -0
- package/dist/components/questions/_shared/types/answer-the-question.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/answer-the-question.type.js +2 -0
- package/dist/components/questions/_shared/types/answer-the-question.type.js.map +1 -0
- package/dist/components/questions/_shared/types/arrange-letters-into-words.type.d.ts +24 -0
- package/dist/components/questions/_shared/types/arrange-letters-into-words.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/arrange-letters-into-words.type.js +2 -0
- package/dist/components/questions/_shared/types/arrange-letters-into-words.type.js.map +1 -0
- package/dist/components/questions/_shared/types/choose-correct-adjective.type.d.ts +22 -0
- package/dist/components/questions/_shared/types/choose-correct-adjective.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/choose-correct-adjective.type.js +4 -0
- package/dist/components/questions/_shared/types/choose-correct-adjective.type.js.map +1 -0
- package/dist/components/questions/_shared/types/color-region.config.d.ts +34 -0
- package/dist/components/questions/_shared/types/color-region.config.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/color-region.config.js +2 -0
- package/dist/components/questions/_shared/types/color-region.config.js.map +1 -0
- package/dist/components/questions/_shared/types/fill-in-blank.type.d.ts +53 -0
- package/dist/components/questions/_shared/types/fill-in-blank.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/fill-in-blank.type.js +2 -0
- package/dist/components/questions/_shared/types/fill-in-blank.type.js.map +1 -0
- package/dist/components/questions/_shared/types/fill-missing-words-in-grid.type.d.ts +48 -0
- package/dist/components/questions/_shared/types/fill-missing-words-in-grid.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/fill-missing-words-in-grid.type.js +2 -0
- package/dist/components/questions/_shared/types/fill-missing-words-in-grid.type.js.map +1 -0
- package/dist/components/questions/_shared/types/gn-speaking-interview.type.d.ts +33 -0
- package/dist/components/questions/_shared/types/gn-speaking-interview.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/gn-speaking-interview.type.js +2 -0
- package/dist/components/questions/_shared/types/gn-speaking-interview.type.js.map +1 -0
- package/dist/components/questions/_shared/types/index.d.ts +13 -0
- package/dist/components/questions/_shared/types/index.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/index.js +13 -0
- package/dist/components/questions/_shared/types/index.js.map +1 -0
- package/dist/components/questions/_shared/types/label-the-picture.type.d.ts +33 -0
- package/dist/components/questions/_shared/types/label-the-picture.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/label-the-picture.type.js +2 -0
- package/dist/components/questions/_shared/types/label-the-picture.type.js.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-choose-from-answer-group.type.d.ts +48 -0
- package/dist/components/questions/_shared/types/listen-and-choose-from-answer-group.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-choose-from-answer-group.type.js +2 -0
- package/dist/components/questions/_shared/types/listen-and-choose-from-answer-group.type.js.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-choose-objects-in-scene.type.d.ts +56 -0
- package/dist/components/questions/_shared/types/listen-and-choose-objects-in-scene.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-choose-objects-in-scene.type.js +2 -0
- package/dist/components/questions/_shared/types/listen-and-choose-objects-in-scene.type.js.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-drag-objects-into-scene.type.d.ts +66 -0
- package/dist/components/questions/_shared/types/listen-and-drag-objects-into-scene.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-drag-objects-into-scene.type.js +2 -0
- package/dist/components/questions/_shared/types/listen-and-drag-objects-into-scene.type.js.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-speak-answer.type.d.ts +32 -0
- package/dist/components/questions/_shared/types/listen-and-speak-answer.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-speak-answer.type.js +2 -0
- package/dist/components/questions/_shared/types/listen-and-speak-answer.type.js.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-speak-compare-images.type.d.ts +35 -0
- package/dist/components/questions/_shared/types/listen-and-speak-compare-images.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-speak-compare-images.type.js +2 -0
- package/dist/components/questions/_shared/types/listen-and-speak-compare-images.type.js.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-speak-image-group.type.d.ts +30 -0
- package/dist/components/questions/_shared/types/listen-and-speak-image-group.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-speak-image-group.type.js +2 -0
- package/dist/components/questions/_shared/types/listen-and-speak-image-group.type.js.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-speak-info-exchange.type.d.ts +39 -0
- package/dist/components/questions/_shared/types/listen-and-speak-info-exchange.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-speak-info-exchange.type.js +2 -0
- package/dist/components/questions/_shared/types/listen-and-speak-info-exchange.type.js.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-speak-odd-one-out.type.d.ts +26 -0
- package/dist/components/questions/_shared/types/listen-and-speak-odd-one-out.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-speak-odd-one-out.type.js +4 -0
- package/dist/components/questions/_shared/types/listen-and-speak-odd-one-out.type.js.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-speak-question-list.type.d.ts +28 -0
- package/dist/components/questions/_shared/types/listen-and-speak-question-list.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-speak-question-list.type.js +2 -0
- package/dist/components/questions/_shared/types/listen-and-speak-question-list.type.js.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-speak-with-story-images.type.d.ts +25 -0
- package/dist/components/questions/_shared/types/listen-and-speak-with-story-images.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-speak-with-story-images.type.js +4 -0
- package/dist/components/questions/_shared/types/listen-and-speak-with-story-images.type.js.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-tick-answer.type.d.ts +33 -0
- package/dist/components/questions/_shared/types/listen-and-tick-answer.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/listen-and-tick-answer.type.js +2 -0
- package/dist/components/questions/_shared/types/listen-and-tick-answer.type.js.map +1 -0
- package/dist/components/questions/_shared/types/listening-drawline.type.d.ts +40 -0
- package/dist/components/questions/_shared/types/listening-drawline.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/listening-drawline.type.js +2 -0
- package/dist/components/questions/_shared/types/listening-drawline.type.js.map +1 -0
- package/dist/components/questions/_shared/types/look-and-choose-answer.type.d.ts +64 -0
- package/dist/components/questions/_shared/types/look-and-choose-answer.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/look-and-choose-answer.type.js +2 -0
- package/dist/components/questions/_shared/types/look-and-choose-answer.type.js.map +1 -0
- package/dist/components/questions/_shared/types/look-picture-fill-word-hint.type.d.ts +48 -0
- package/dist/components/questions/_shared/types/look-picture-fill-word-hint.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/look-picture-fill-word-hint.type.js +2 -0
- package/dist/components/questions/_shared/types/look-picture-fill-word-hint.type.js.map +1 -0
- package/dist/components/questions/_shared/types/match-by-writing-answer.type.d.ts +52 -0
- package/dist/components/questions/_shared/types/match-by-writing-answer.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/match-by-writing-answer.type.js +2 -0
- package/dist/components/questions/_shared/types/match-by-writing-answer.type.js.map +1 -0
- package/dist/components/questions/_shared/types/multiple-choice.type.d.ts +39 -0
- package/dist/components/questions/_shared/types/multiple-choice.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/multiple-choice.type.js +2 -0
- package/dist/components/questions/_shared/types/multiple-choice.type.js.map +1 -0
- package/dist/components/questions/_shared/types/question-group.type.d.ts +45 -0
- package/dist/components/questions/_shared/types/question-group.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/question-group.type.js +12 -0
- package/dist/components/questions/_shared/types/question-group.type.js.map +1 -0
- package/dist/components/questions/_shared/types/read-and-color-objects.type.d.ts +44 -0
- package/dist/components/questions/_shared/types/read-and-color-objects.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/read-and-color-objects.type.js +2 -0
- package/dist/components/questions/_shared/types/read-and-color-objects.type.js.map +1 -0
- package/dist/components/questions/_shared/types/read-displayed-content.type.d.ts +19 -0
- package/dist/components/questions/_shared/types/read-displayed-content.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/read-displayed-content.type.js +2 -0
- package/dist/components/questions/_shared/types/read-displayed-content.type.js.map +1 -0
- package/dist/components/questions/_shared/types/read-passage-and-answer-questions.type.d.ts +46 -0
- package/dist/components/questions/_shared/types/read-passage-and-answer-questions.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/read-passage-and-answer-questions.type.js +2 -0
- package/dist/components/questions/_shared/types/read-passage-and-answer-questions.type.js.map +1 -0
- package/dist/components/questions/_shared/types/speaking-describe-image.type.d.ts +18 -0
- package/dist/components/questions/_shared/types/speaking-describe-image.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/speaking-describe-image.type.js +2 -0
- package/dist/components/questions/_shared/types/speaking-describe-image.type.js.map +1 -0
- package/dist/components/questions/_shared/types/spontaneous-qa.type.d.ts +25 -0
- package/dist/components/questions/_shared/types/spontaneous-qa.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/spontaneous-qa.type.js +2 -0
- package/dist/components/questions/_shared/types/spontaneous-qa.type.js.map +1 -0
- package/dist/components/questions/_shared/types/word-fill-paragraph-with-options.type.d.ts +47 -0
- package/dist/components/questions/_shared/types/word-fill-paragraph-with-options.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/word-fill-paragraph-with-options.type.js +2 -0
- package/dist/components/questions/_shared/types/word-fill-paragraph-with-options.type.js.map +1 -0
- package/dist/components/questions/_shared/types/word-fill-paragraph.type.d.ts +53 -0
- package/dist/components/questions/_shared/types/word-fill-paragraph.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/word-fill-paragraph.type.js +2 -0
- package/dist/components/questions/_shared/types/word-fill-paragraph.type.js.map +1 -0
- package/dist/components/questions/_shared/types/word-fill-structured-form.type.d.ts +47 -0
- package/dist/components/questions/_shared/types/word-fill-structured-form.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/word-fill-structured-form.type.js +2 -0
- package/dist/components/questions/_shared/types/word-fill-structured-form.type.js.map +1 -0
- package/dist/components/questions/_shared/types/word-ordering.type.d.ts +36 -0
- package/dist/components/questions/_shared/types/word-ordering.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/word-ordering.type.js +2 -0
- package/dist/components/questions/_shared/types/word-ordering.type.js.map +1 -0
- package/dist/components/questions/_shared/types/write-a-short-letter.type.d.ts +36 -0
- package/dist/components/questions/_shared/types/write-a-short-letter.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/write-a-short-letter.type.js +2 -0
- package/dist/components/questions/_shared/types/write-a-short-letter.type.js.map +1 -0
- package/dist/components/questions/_shared/types/write-correct-verb-form.type.d.ts +29 -0
- package/dist/components/questions/_shared/types/write-correct-verb-form.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/write-correct-verb-form.type.js +4 -0
- package/dist/components/questions/_shared/types/write-correct-verb-form.type.js.map +1 -0
- package/dist/components/questions/_shared/types/write-sentences.type.d.ts +41 -0
- package/dist/components/questions/_shared/types/write-sentences.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/write-sentences.type.js +2 -0
- package/dist/components/questions/_shared/types/write-sentences.type.js.map +1 -0
- package/dist/components/questions/_shared/types/write-short-paragraph.type.d.ts +31 -0
- package/dist/components/questions/_shared/types/write-short-paragraph.type.d.ts.map +1 -0
- package/dist/components/questions/_shared/types/write-short-paragraph.type.js +2 -0
- package/dist/components/questions/_shared/types/write-short-paragraph.type.js.map +1 -0
- package/dist/components/questions/_shared/utils/answer-builder.d.ts +4 -0
- package/dist/components/questions/_shared/utils/answer-builder.d.ts.map +1 -0
- package/dist/components/questions/_shared/utils/answer-builder.js +80 -0
- package/dist/components/questions/_shared/utils/answer-builder.js.map +1 -0
- package/dist/components/questions/_shared/utils/createColorRegionRegistration.d.ts +7 -0
- package/dist/components/questions/_shared/utils/createColorRegionRegistration.d.ts.map +1 -0
- package/dist/components/questions/_shared/utils/createColorRegionRegistration.js +40 -0
- package/dist/components/questions/_shared/utils/createColorRegionRegistration.js.map +1 -0
- package/dist/components/questions/_shared/utils/id-generator.d.ts +2 -0
- package/dist/components/questions/_shared/utils/id-generator.d.ts.map +1 -0
- package/dist/components/questions/_shared/utils/id-generator.js +4 -0
- package/dist/components/questions/_shared/utils/id-generator.js.map +1 -0
- package/dist/components/questions/_shared/utils/question-validation.d.ts +6 -0
- package/dist/components/questions/_shared/utils/question-validation.d.ts.map +1 -0
- package/dist/components/questions/_shared/utils/question-validation.js +22 -0
- package/dist/components/questions/_shared/utils/question-validation.js.map +1 -0
- package/dist/components/questions/components/ColorNode.d.ts +20 -0
- package/dist/components/questions/components/ColorNode.d.ts.map +1 -0
- package/dist/components/questions/components/ColorNode.js +86 -0
- package/dist/components/questions/components/ColorNode.js.map +1 -0
- package/dist/components/questions/components/ColorRegionClient.d.ts +12 -0
- package/dist/components/questions/components/ColorRegionClient.d.ts.map +1 -0
- package/dist/components/questions/components/ColorRegionClient.js +546 -0
- package/dist/components/questions/components/ColorRegionClient.js.map +1 -0
- package/dist/components/questions/components/ColorRegionCreator.d.ts +8 -0
- package/dist/components/questions/components/ColorRegionCreator.d.ts.map +1 -0
- package/dist/components/questions/components/ColorRegionCreator.js +421 -0
- package/dist/components/questions/components/ColorRegionCreator.js.map +1 -0
- package/dist/components/questions/components/ColorRegionNode.d.ts +20 -0
- package/dist/components/questions/components/ColorRegionNode.d.ts.map +1 -0
- package/dist/components/questions/components/ColorRegionNode.js +60 -0
- package/dist/components/questions/components/ColorRegionNode.js.map +1 -0
- package/dist/components/questions/components/CreatorGuide.d.ts +103 -0
- package/dist/components/questions/components/CreatorGuide.d.ts.map +1 -0
- package/dist/components/questions/components/CreatorGuide.js +104 -0
- package/dist/components/questions/components/CreatorGuide.js.map +1 -0
- package/dist/components/questions/components/NameNode.d.ts +18 -0
- package/dist/components/questions/components/NameNode.d.ts.map +1 -0
- package/dist/components/questions/components/NameNode.js +27 -0
- package/dist/components/questions/components/NameNode.js.map +1 -0
- package/dist/components/questions/components/QuestionBankOption.d.ts +33 -0
- package/dist/components/questions/components/QuestionBankOption.d.ts.map +1 -0
- package/dist/components/questions/components/QuestionBankOption.js +47 -0
- package/dist/components/questions/components/QuestionBankOption.js.map +1 -0
- package/dist/components/questions/components/QuestionBasicInfoForm.d.ts +20 -0
- package/dist/components/questions/components/QuestionBasicInfoForm.d.ts.map +1 -0
- package/dist/components/questions/components/QuestionBasicInfoForm.js +10 -0
- package/dist/components/questions/components/QuestionBasicInfoForm.js.map +1 -0
- package/dist/components/questions/components/QuestionCommonFields.d.ts +23 -0
- package/dist/components/questions/components/QuestionCommonFields.d.ts.map +1 -0
- package/dist/components/questions/components/QuestionCommonFields.js +34 -0
- package/dist/components/questions/components/QuestionCommonFields.js.map +1 -0
- package/dist/components/questions/components/QuestionSearchDropdown.d.ts +42 -0
- package/dist/components/questions/components/QuestionSearchDropdown.d.ts.map +1 -0
- package/dist/components/questions/components/QuestionSearchDropdown.js +259 -0
- package/dist/components/questions/components/QuestionSearchDropdown.js.map +1 -0
- package/dist/components/questions/components/QuestionTypeSelector.d.ts +9 -0
- package/dist/components/questions/components/QuestionTypeSelector.d.ts.map +1 -0
- package/dist/components/questions/components/QuestionTypeSelector.js +33 -0
- package/dist/components/questions/components/QuestionTypeSelector.js.map +1 -0
- package/dist/components/questions/components/QuestionTypeSpecificForms.d.ts +10 -0
- package/dist/components/questions/components/QuestionTypeSpecificForms.d.ts.map +1 -0
- package/dist/components/questions/components/QuestionTypeSpecificForms.js +7 -0
- package/dist/components/questions/components/QuestionTypeSpecificForms.js.map +1 -0
- package/dist/components/questions/components/RegionNode.d.ts +20 -0
- package/dist/components/questions/components/RegionNode.d.ts.map +1 -0
- package/dist/components/questions/components/RegionNode.js +95 -0
- package/dist/components/questions/components/RegionNode.js.map +1 -0
- package/dist/components/questions/components/index.d.ts +15 -0
- package/dist/components/questions/components/index.d.ts.map +1 -0
- package/dist/components/questions/components/index.js +15 -0
- package/dist/components/questions/components/index.js.map +1 -0
- package/dist/components/questions/creator/QuestionCreator.d.ts +35 -0
- package/dist/components/questions/creator/QuestionCreator.d.ts.map +1 -0
- package/dist/components/questions/creator/QuestionCreator.js +91 -0
- package/dist/components/questions/creator/QuestionCreator.js.map +1 -0
- package/dist/components/questions/creator/QuestionGroupCreator.d.ts +8 -0
- package/dist/components/questions/creator/QuestionGroupCreator.d.ts.map +1 -0
- package/dist/components/questions/creator/QuestionGroupCreator.js +120 -0
- package/dist/components/questions/creator/QuestionGroupCreator.js.map +1 -0
- package/dist/components/questions/creator/dedicated-component-router.d.ts +39 -0
- package/dist/components/questions/creator/dedicated-component-router.d.ts.map +1 -0
- package/dist/components/questions/creator/dedicated-component-router.js +80 -0
- package/dist/components/questions/creator/dedicated-component-router.js.map +1 -0
- package/dist/components/questions/creator/index.d.ts +4 -0
- package/dist/components/questions/creator/index.d.ts.map +1 -0
- package/dist/components/questions/creator/index.js +4 -0
- package/dist/components/questions/creator/index.js.map +1 -0
- package/dist/components/questions/creator/question-type-registry.d.ts +66 -0
- package/dist/components/questions/creator/question-type-registry.d.ts.map +1 -0
- package/dist/components/questions/creator/question-type-registry.js +81 -0
- package/dist/components/questions/creator/question-type-registry.js.map +1 -0
- package/dist/components/questions/groups/ArticlesGroupCard.d.ts +35 -0
- package/dist/components/questions/groups/ArticlesGroupCard.d.ts.map +1 -0
- package/dist/components/questions/groups/ArticlesGroupCard.js +122 -0
- package/dist/components/questions/groups/ArticlesGroupCard.js.map +1 -0
- package/dist/components/questions/groups/BasicQuestionGroupCard.d.ts +51 -0
- package/dist/components/questions/groups/BasicQuestionGroupCard.d.ts.map +1 -0
- package/dist/components/questions/groups/BasicQuestionGroupCard.js +51 -0
- package/dist/components/questions/groups/BasicQuestionGroupCard.js.map +1 -0
- package/dist/components/questions/groups/DocumentGroupCard.d.ts +35 -0
- package/dist/components/questions/groups/DocumentGroupCard.d.ts.map +1 -0
- package/dist/components/questions/groups/DocumentGroupCard.js +115 -0
- package/dist/components/questions/groups/DocumentGroupCard.js.map +1 -0
- package/dist/components/questions/groups/MatchAnswerGroupCard.d.ts +19 -0
- package/dist/components/questions/groups/MatchAnswerGroupCard.d.ts.map +1 -0
- package/dist/components/questions/groups/MatchAnswerGroupCard.js +26 -0
- package/dist/components/questions/groups/MatchAnswerGroupCard.js.map +1 -0
- package/dist/components/questions/index.d.ts +11 -0
- package/dist/components/questions/index.d.ts.map +1 -0
- package/dist/components/questions/index.js +11 -0
- package/dist/components/questions/index.js.map +1 -0
- package/dist/components/questions/types/answer-the-question/AnswerTheQuestionClient.d.ts +3 -0
- package/dist/components/questions/types/answer-the-question/AnswerTheQuestionClient.d.ts.map +1 -0
- package/dist/components/questions/types/answer-the-question/AnswerTheQuestionClient.js +38 -0
- package/dist/components/questions/types/answer-the-question/AnswerTheQuestionClient.js.map +1 -0
- package/dist/components/questions/types/answer-the-question/AnswerTheQuestionCreator.d.ts +3 -0
- package/dist/components/questions/types/answer-the-question/AnswerTheQuestionCreator.d.ts.map +1 -0
- package/dist/components/questions/types/answer-the-question/AnswerTheQuestionCreator.js +352 -0
- package/dist/components/questions/types/answer-the-question/AnswerTheQuestionCreator.js.map +1 -0
- package/dist/components/questions/types/answer-the-question/register.d.ts +3 -0
- package/dist/components/questions/types/answer-the-question/register.d.ts.map +1 -0
- package/dist/components/questions/types/answer-the-question/register.js +68 -0
- package/dist/components/questions/types/answer-the-question/register.js.map +1 -0
- package/dist/components/questions/types/answer-the-question/transform.d.ts +3 -0
- package/dist/components/questions/types/answer-the-question/transform.d.ts.map +1 -0
- package/dist/components/questions/types/answer-the-question/transform.js +37 -0
- package/dist/components/questions/types/answer-the-question/transform.js.map +1 -0
- package/dist/components/questions/types/arrange-letters-into-words/ArrangeLettersIntoWordsClient.d.ts +3 -0
- package/dist/components/questions/types/arrange-letters-into-words/ArrangeLettersIntoWordsClient.d.ts.map +1 -0
- package/dist/components/questions/types/arrange-letters-into-words/ArrangeLettersIntoWordsClient.js +142 -0
- package/dist/components/questions/types/arrange-letters-into-words/ArrangeLettersIntoWordsClient.js.map +1 -0
- package/dist/components/questions/types/arrange-letters-into-words/ArrangeLettersIntoWordsCreator.d.ts +3 -0
- package/dist/components/questions/types/arrange-letters-into-words/ArrangeLettersIntoWordsCreator.d.ts.map +1 -0
- package/dist/components/questions/types/arrange-letters-into-words/ArrangeLettersIntoWordsCreator.js +119 -0
- package/dist/components/questions/types/arrange-letters-into-words/ArrangeLettersIntoWordsCreator.js.map +1 -0
- package/dist/components/questions/types/arrange-letters-into-words/index.d.ts +3 -0
- package/dist/components/questions/types/arrange-letters-into-words/index.d.ts.map +1 -0
- package/dist/components/questions/types/arrange-letters-into-words/index.js +3 -0
- package/dist/components/questions/types/arrange-letters-into-words/index.js.map +1 -0
- package/dist/components/questions/types/arrange-letters-into-words/register.d.ts +3 -0
- package/dist/components/questions/types/arrange-letters-into-words/register.d.ts.map +1 -0
- package/dist/components/questions/types/arrange-letters-into-words/register.js +5 -0
- package/dist/components/questions/types/arrange-letters-into-words/register.js.map +1 -0
- package/dist/components/questions/types/arrange-letters-into-words/transform.d.ts +3 -0
- package/dist/components/questions/types/arrange-letters-into-words/transform.d.ts.map +1 -0
- package/dist/components/questions/types/arrange-letters-into-words/transform.js +25 -0
- package/dist/components/questions/types/arrange-letters-into-words/transform.js.map +1 -0
- package/dist/components/questions/types/choose-correct-adjective/ChooseCorrectAdjectiveClient.d.ts +3 -0
- package/dist/components/questions/types/choose-correct-adjective/ChooseCorrectAdjectiveClient.d.ts.map +1 -0
- package/dist/components/questions/types/choose-correct-adjective/ChooseCorrectAdjectiveClient.js +65 -0
- package/dist/components/questions/types/choose-correct-adjective/ChooseCorrectAdjectiveClient.js.map +1 -0
- package/dist/components/questions/types/choose-correct-adjective/ChooseCorrectAdjectiveCreator.d.ts +3 -0
- package/dist/components/questions/types/choose-correct-adjective/ChooseCorrectAdjectiveCreator.d.ts.map +1 -0
- package/dist/components/questions/types/choose-correct-adjective/ChooseCorrectAdjectiveCreator.js +170 -0
- package/dist/components/questions/types/choose-correct-adjective/ChooseCorrectAdjectiveCreator.js.map +1 -0
- package/dist/components/questions/types/choose-correct-adjective/index.d.ts +3 -0
- package/dist/components/questions/types/choose-correct-adjective/index.d.ts.map +1 -0
- package/dist/components/questions/types/choose-correct-adjective/index.js +3 -0
- package/dist/components/questions/types/choose-correct-adjective/index.js.map +1 -0
- package/dist/components/questions/types/choose-correct-adjective/register.d.ts +3 -0
- package/dist/components/questions/types/choose-correct-adjective/register.d.ts.map +1 -0
- package/dist/components/questions/types/choose-correct-adjective/register.js +56 -0
- package/dist/components/questions/types/choose-correct-adjective/register.js.map +1 -0
- package/dist/components/questions/types/choose-correct-adjective/transform.d.ts +3 -0
- package/dist/components/questions/types/choose-correct-adjective/transform.d.ts.map +1 -0
- package/dist/components/questions/types/choose-correct-adjective/transform.js +17 -0
- package/dist/components/questions/types/choose-correct-adjective/transform.js.map +1 -0
- package/dist/components/questions/types/choose-the-correct-answer/ChooseTheCorrectAnswerClient.d.ts +3 -0
- package/dist/components/questions/types/choose-the-correct-answer/ChooseTheCorrectAnswerClient.d.ts.map +1 -0
- package/dist/components/questions/types/choose-the-correct-answer/ChooseTheCorrectAnswerClient.js +132 -0
- package/dist/components/questions/types/choose-the-correct-answer/ChooseTheCorrectAnswerClient.js.map +1 -0
- package/dist/components/questions/types/choose-the-correct-answer/ChooseTheCorrectAnswerCreator.d.ts +26 -0
- package/dist/components/questions/types/choose-the-correct-answer/ChooseTheCorrectAnswerCreator.d.ts.map +1 -0
- package/dist/components/questions/types/choose-the-correct-answer/ChooseTheCorrectAnswerCreator.js +582 -0
- package/dist/components/questions/types/choose-the-correct-answer/ChooseTheCorrectAnswerCreator.js.map +1 -0
- package/dist/components/questions/types/choose-the-correct-answer/index.d.ts +3 -0
- package/dist/components/questions/types/choose-the-correct-answer/index.d.ts.map +1 -0
- package/dist/components/questions/types/choose-the-correct-answer/index.js +3 -0
- package/dist/components/questions/types/choose-the-correct-answer/index.js.map +1 -0
- package/dist/components/questions/types/choose-the-correct-answer/register.d.ts +3 -0
- package/dist/components/questions/types/choose-the-correct-answer/register.d.ts.map +1 -0
- package/dist/components/questions/types/choose-the-correct-answer/register.js +102 -0
- package/dist/components/questions/types/choose-the-correct-answer/register.js.map +1 -0
- package/dist/components/questions/types/choose-the-correct-answer/transform.d.ts +3 -0
- package/dist/components/questions/types/choose-the-correct-answer/transform.d.ts.map +1 -0
- package/dist/components/questions/types/choose-the-correct-answer/transform.js +44 -0
- package/dist/components/questions/types/choose-the-correct-answer/transform.js.map +1 -0
- package/dist/components/questions/types/fill-in-blank/FillInBlankClient.d.ts +3 -0
- package/dist/components/questions/types/fill-in-blank/FillInBlankClient.d.ts.map +1 -0
- package/dist/components/questions/types/fill-in-blank/FillInBlankClient.js +276 -0
- package/dist/components/questions/types/fill-in-blank/FillInBlankClient.js.map +1 -0
- package/dist/components/questions/types/fill-in-blank/FillInBlankCreator.d.ts +3 -0
- package/dist/components/questions/types/fill-in-blank/FillInBlankCreator.d.ts.map +1 -0
- package/dist/components/questions/types/fill-in-blank/FillInBlankCreator.js +449 -0
- package/dist/components/questions/types/fill-in-blank/FillInBlankCreator.js.map +1 -0
- package/dist/components/questions/types/fill-in-blank/index.d.ts +3 -0
- package/dist/components/questions/types/fill-in-blank/index.d.ts.map +1 -0
- package/dist/components/questions/types/fill-in-blank/index.js +3 -0
- package/dist/components/questions/types/fill-in-blank/index.js.map +1 -0
- package/dist/components/questions/types/fill-in-blank/register.d.ts +3 -0
- package/dist/components/questions/types/fill-in-blank/register.d.ts.map +1 -0
- package/dist/components/questions/types/fill-in-blank/register.js +139 -0
- package/dist/components/questions/types/fill-in-blank/register.js.map +1 -0
- package/dist/components/questions/types/fill-in-blank/transform.d.ts +3 -0
- package/dist/components/questions/types/fill-in-blank/transform.d.ts.map +1 -0
- package/dist/components/questions/types/fill-in-blank/transform.js +60 -0
- package/dist/components/questions/types/fill-in-blank/transform.js.map +1 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/FillMissingWordsInGridClient.d.ts +8 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/FillMissingWordsInGridClient.d.ts.map +1 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/FillMissingWordsInGridClient.js +118 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/FillMissingWordsInGridClient.js.map +1 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/FillMissingWordsInGridCreator.d.ts +4 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/FillMissingWordsInGridCreator.d.ts.map +1 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/FillMissingWordsInGridCreator.js +672 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/FillMissingWordsInGridCreator.js.map +1 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/index.d.ts +3 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/index.d.ts.map +1 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/index.js +3 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/index.js.map +1 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/register.d.ts +4 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/register.d.ts.map +1 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/register.js +38 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/register.js.map +1 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/transform.d.ts +3 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/transform.d.ts.map +1 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/transform.js +16 -0
- package/dist/components/questions/types/fill-missing-words-in-grid/transform.js.map +1 -0
- package/dist/components/questions/types/gn-speaking-interview/GNSpeakingInterviewCreator.d.ts +3 -0
- package/dist/components/questions/types/gn-speaking-interview/GNSpeakingInterviewCreator.d.ts.map +1 -0
- package/dist/components/questions/types/gn-speaking-interview/GNSpeakingInterviewCreator.js +263 -0
- package/dist/components/questions/types/gn-speaking-interview/GNSpeakingInterviewCreator.js.map +1 -0
- package/dist/components/questions/types/gn-speaking-interview/register.d.ts +3 -0
- package/dist/components/questions/types/gn-speaking-interview/register.d.ts.map +1 -0
- package/dist/components/questions/types/gn-speaking-interview/register.js +122 -0
- package/dist/components/questions/types/gn-speaking-interview/register.js.map +1 -0
- package/dist/components/questions/types/gn-speaking-interview/transform.d.ts +3 -0
- package/dist/components/questions/types/gn-speaking-interview/transform.d.ts.map +1 -0
- package/dist/components/questions/types/gn-speaking-interview/transform.js +49 -0
- package/dist/components/questions/types/gn-speaking-interview/transform.js.map +1 -0
- package/dist/components/questions/types/image-object-matching/ImageObjectMatchingClient.d.ts +8 -0
- package/dist/components/questions/types/image-object-matching/ImageObjectMatchingClient.d.ts.map +1 -0
- package/dist/components/questions/types/image-object-matching/ImageObjectMatchingClient.js +17 -0
- package/dist/components/questions/types/image-object-matching/ImageObjectMatchingClient.js.map +1 -0
- package/dist/components/questions/types/image-object-matching/ImageObjectMatchingCreator.d.ts +3 -0
- package/dist/components/questions/types/image-object-matching/ImageObjectMatchingCreator.d.ts.map +1 -0
- package/dist/components/questions/types/image-object-matching/ImageObjectMatchingCreator.js +28 -0
- package/dist/components/questions/types/image-object-matching/ImageObjectMatchingCreator.js.map +1 -0
- package/dist/components/questions/types/image-object-matching/index.d.ts +3 -0
- package/dist/components/questions/types/image-object-matching/index.d.ts.map +1 -0
- package/dist/components/questions/types/image-object-matching/index.js +3 -0
- package/dist/components/questions/types/image-object-matching/index.js.map +1 -0
- package/dist/components/questions/types/image-object-matching/register.d.ts +2 -0
- package/dist/components/questions/types/image-object-matching/register.d.ts.map +1 -0
- package/dist/components/questions/types/image-object-matching/register.js +4 -0
- package/dist/components/questions/types/image-object-matching/register.js.map +1 -0
- package/dist/components/questions/types/image-object-matching/transform.d.ts +2 -0
- package/dist/components/questions/types/image-object-matching/transform.d.ts.map +1 -0
- package/dist/components/questions/types/image-object-matching/transform.js +3 -0
- package/dist/components/questions/types/image-object-matching/transform.js.map +1 -0
- package/dist/components/questions/types/label-the-picture/LabelThePictureClient.d.ts +7 -0
- package/dist/components/questions/types/label-the-picture/LabelThePictureClient.d.ts.map +1 -0
- package/dist/components/questions/types/label-the-picture/LabelThePictureClient.js +103 -0
- package/dist/components/questions/types/label-the-picture/LabelThePictureClient.js.map +1 -0
- package/dist/components/questions/types/label-the-picture/LabelThePictureCreator.d.ts +3 -0
- package/dist/components/questions/types/label-the-picture/LabelThePictureCreator.d.ts.map +1 -0
- package/dist/components/questions/types/label-the-picture/LabelThePictureCreator.js +345 -0
- package/dist/components/questions/types/label-the-picture/LabelThePictureCreator.js.map +1 -0
- package/dist/components/questions/types/label-the-picture/index.d.ts +3 -0
- package/dist/components/questions/types/label-the-picture/index.d.ts.map +1 -0
- package/dist/components/questions/types/label-the-picture/index.js +3 -0
- package/dist/components/questions/types/label-the-picture/index.js.map +1 -0
- package/dist/components/questions/types/label-the-picture/register.d.ts +3 -0
- package/dist/components/questions/types/label-the-picture/register.d.ts.map +1 -0
- package/dist/components/questions/types/label-the-picture/register.js +55 -0
- package/dist/components/questions/types/label-the-picture/register.js.map +1 -0
- package/dist/components/questions/types/label-the-picture/transform.d.ts +3 -0
- package/dist/components/questions/types/label-the-picture/transform.d.ts.map +1 -0
- package/dist/components/questions/types/label-the-picture/transform.js +29 -0
- package/dist/components/questions/types/label-the-picture/transform.js.map +1 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/ListenAndChooseFromAnswerGroupClient.d.ts +3 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/ListenAndChooseFromAnswerGroupClient.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/ListenAndChooseFromAnswerGroupClient.js +79 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/ListenAndChooseFromAnswerGroupClient.js.map +1 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/ListenAndChooseFromAnswerGroupCreator.d.ts +3 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/ListenAndChooseFromAnswerGroupCreator.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/ListenAndChooseFromAnswerGroupCreator.js +233 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/ListenAndChooseFromAnswerGroupCreator.js.map +1 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/index.d.ts +3 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/index.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/index.js +3 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/index.js.map +1 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/register.d.ts +3 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/register.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/register.js +83 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/register.js.map +1 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/transform.d.ts +3 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/transform.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/transform.js +28 -0
- package/dist/components/questions/types/listen-and-choose-from-answer-group/transform.js.map +1 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/ListenAndChooseObjectsInSceneClient.d.ts +10 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/ListenAndChooseObjectsInSceneClient.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/ListenAndChooseObjectsInSceneClient.js +71 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/ListenAndChooseObjectsInSceneClient.js.map +1 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/ListenAndChooseObjectsInSceneCreator.d.ts +12 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/ListenAndChooseObjectsInSceneCreator.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/ListenAndChooseObjectsInSceneCreator.js +387 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/ListenAndChooseObjectsInSceneCreator.js.map +1 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/index.d.ts +3 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/index.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/index.js +3 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/index.js.map +1 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/register.d.ts +3 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/register.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/register.js +101 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/register.js.map +1 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/transform.d.ts +3 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/transform.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/transform.js +34 -0
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/transform.js.map +1 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/ListenAndDragObjectsIntoSceneClient.d.ts +10 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/ListenAndDragObjectsIntoSceneClient.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/ListenAndDragObjectsIntoSceneClient.js +107 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/ListenAndDragObjectsIntoSceneClient.js.map +1 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/ListenAndDragObjectsIntoSceneCreator.d.ts +12 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/ListenAndDragObjectsIntoSceneCreator.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/ListenAndDragObjectsIntoSceneCreator.js +458 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/ListenAndDragObjectsIntoSceneCreator.js.map +1 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/index.d.ts +3 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/index.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/index.js +3 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/index.js.map +1 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/register.d.ts +3 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/register.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/register.js +111 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/register.js.map +1 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/transform.d.ts +3 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/transform.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/transform.js +36 -0
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/transform.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-answer/ArrowIndicator.d.ts +21 -0
- package/dist/components/questions/types/listen-and-speak-answer/ArrowIndicator.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-answer/ArrowIndicator.js +9 -0
- package/dist/components/questions/types/listen-and-speak-answer/ArrowIndicator.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-answer/ListenAndSpeakAnswerClient.d.ts +3 -0
- package/dist/components/questions/types/listen-and-speak-answer/ListenAndSpeakAnswerClient.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-answer/ListenAndSpeakAnswerClient.js +23 -0
- package/dist/components/questions/types/listen-and-speak-answer/ListenAndSpeakAnswerClient.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-answer/ListenAndSpeakAnswerCreator.d.ts +10 -0
- package/dist/components/questions/types/listen-and-speak-answer/ListenAndSpeakAnswerCreator.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-answer/ListenAndSpeakAnswerCreator.js +292 -0
- package/dist/components/questions/types/listen-and-speak-answer/ListenAndSpeakAnswerCreator.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-answer/index.d.ts +3 -0
- package/dist/components/questions/types/listen-and-speak-answer/index.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-answer/index.js +3 -0
- package/dist/components/questions/types/listen-and-speak-answer/index.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-answer/register.d.ts +3 -0
- package/dist/components/questions/types/listen-and-speak-answer/register.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-answer/register.js +85 -0
- package/dist/components/questions/types/listen-and-speak-answer/register.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-answer/transform.d.ts +3 -0
- package/dist/components/questions/types/listen-and-speak-answer/transform.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-answer/transform.js +28 -0
- package/dist/components/questions/types/listen-and-speak-answer/transform.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-compare-images/ListenAndSpeakCompareImagesClient.d.ts +4 -0
- package/dist/components/questions/types/listen-and-speak-compare-images/ListenAndSpeakCompareImagesClient.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-compare-images/ListenAndSpeakCompareImagesClient.js +33 -0
- package/dist/components/questions/types/listen-and-speak-compare-images/ListenAndSpeakCompareImagesClient.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-compare-images/ListenAndSpeakCompareImagesCreator.d.ts +11 -0
- package/dist/components/questions/types/listen-and-speak-compare-images/ListenAndSpeakCompareImagesCreator.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-compare-images/ListenAndSpeakCompareImagesCreator.js +296 -0
- package/dist/components/questions/types/listen-and-speak-compare-images/ListenAndSpeakCompareImagesCreator.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-compare-images/register.d.ts +3 -0
- package/dist/components/questions/types/listen-and-speak-compare-images/register.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-compare-images/register.js +80 -0
- package/dist/components/questions/types/listen-and-speak-compare-images/register.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-compare-images/transform.d.ts +3 -0
- package/dist/components/questions/types/listen-and-speak-compare-images/transform.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-compare-images/transform.js +28 -0
- package/dist/components/questions/types/listen-and-speak-compare-images/transform.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-image-group/ListenAndSpeakImageGroupClient.d.ts +4 -0
- package/dist/components/questions/types/listen-and-speak-image-group/ListenAndSpeakImageGroupClient.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-image-group/ListenAndSpeakImageGroupClient.js +35 -0
- package/dist/components/questions/types/listen-and-speak-image-group/ListenAndSpeakImageGroupClient.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-image-group/ListenAndSpeakImageGroupCreator.d.ts +11 -0
- package/dist/components/questions/types/listen-and-speak-image-group/ListenAndSpeakImageGroupCreator.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-image-group/ListenAndSpeakImageGroupCreator.js +286 -0
- package/dist/components/questions/types/listen-and-speak-image-group/ListenAndSpeakImageGroupCreator.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-image-group/register.d.ts +3 -0
- package/dist/components/questions/types/listen-and-speak-image-group/register.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-image-group/register.js +82 -0
- package/dist/components/questions/types/listen-and-speak-image-group/register.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-image-group/transform.d.ts +3 -0
- package/dist/components/questions/types/listen-and-speak-image-group/transform.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-image-group/transform.js +27 -0
- package/dist/components/questions/types/listen-and-speak-image-group/transform.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-info-exchange/ListenAndSpeakInfoExchangeClient.d.ts +4 -0
- package/dist/components/questions/types/listen-and-speak-info-exchange/ListenAndSpeakInfoExchangeClient.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-info-exchange/ListenAndSpeakInfoExchangeClient.js +39 -0
- package/dist/components/questions/types/listen-and-speak-info-exchange/ListenAndSpeakInfoExchangeClient.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-info-exchange/ListenAndSpeakInfoExchangeCreator.d.ts +12 -0
- package/dist/components/questions/types/listen-and-speak-info-exchange/ListenAndSpeakInfoExchangeCreator.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-info-exchange/ListenAndSpeakInfoExchangeCreator.js +386 -0
- package/dist/components/questions/types/listen-and-speak-info-exchange/ListenAndSpeakInfoExchangeCreator.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-info-exchange/register.d.ts +3 -0
- package/dist/components/questions/types/listen-and-speak-info-exchange/register.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-info-exchange/register.js +88 -0
- package/dist/components/questions/types/listen-and-speak-info-exchange/register.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-info-exchange/transform.d.ts +3 -0
- package/dist/components/questions/types/listen-and-speak-info-exchange/transform.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-info-exchange/transform.js +33 -0
- package/dist/components/questions/types/listen-and-speak-info-exchange/transform.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-odd-one-out/ListenAndSpeakOddOneOutClient.d.ts +4 -0
- package/dist/components/questions/types/listen-and-speak-odd-one-out/ListenAndSpeakOddOneOutClient.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-odd-one-out/ListenAndSpeakOddOneOutClient.js +27 -0
- package/dist/components/questions/types/listen-and-speak-odd-one-out/ListenAndSpeakOddOneOutClient.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-odd-one-out/ListenAndSpeakOddOneOutCreator.d.ts +4 -0
- package/dist/components/questions/types/listen-and-speak-odd-one-out/ListenAndSpeakOddOneOutCreator.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-odd-one-out/ListenAndSpeakOddOneOutCreator.js +248 -0
- package/dist/components/questions/types/listen-and-speak-odd-one-out/ListenAndSpeakOddOneOutCreator.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-odd-one-out/register.d.ts +3 -0
- package/dist/components/questions/types/listen-and-speak-odd-one-out/register.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-odd-one-out/register.js +60 -0
- package/dist/components/questions/types/listen-and-speak-odd-one-out/register.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-odd-one-out/transform.d.ts +3 -0
- package/dist/components/questions/types/listen-and-speak-odd-one-out/transform.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-odd-one-out/transform.js +19 -0
- package/dist/components/questions/types/listen-and-speak-odd-one-out/transform.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-question-list/ListenAndSpeakQuestionListClient.d.ts +4 -0
- package/dist/components/questions/types/listen-and-speak-question-list/ListenAndSpeakQuestionListClient.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-question-list/ListenAndSpeakQuestionListClient.js +27 -0
- package/dist/components/questions/types/listen-and-speak-question-list/ListenAndSpeakQuestionListClient.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-question-list/ListenAndSpeakQuestionListCreator.d.ts +15 -0
- package/dist/components/questions/types/listen-and-speak-question-list/ListenAndSpeakQuestionListCreator.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-question-list/ListenAndSpeakQuestionListCreator.js +257 -0
- package/dist/components/questions/types/listen-and-speak-question-list/ListenAndSpeakQuestionListCreator.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-question-list/register.d.ts +3 -0
- package/dist/components/questions/types/listen-and-speak-question-list/register.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-question-list/register.js +82 -0
- package/dist/components/questions/types/listen-and-speak-question-list/register.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-question-list/transform.d.ts +4 -0
- package/dist/components/questions/types/listen-and-speak-question-list/transform.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-question-list/transform.js +27 -0
- package/dist/components/questions/types/listen-and-speak-question-list/transform.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-with-story-images/ListenAndSpeakWithStoryImagesClient.d.ts +4 -0
- package/dist/components/questions/types/listen-and-speak-with-story-images/ListenAndSpeakWithStoryImagesClient.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-with-story-images/ListenAndSpeakWithStoryImagesClient.js +27 -0
- package/dist/components/questions/types/listen-and-speak-with-story-images/ListenAndSpeakWithStoryImagesClient.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-with-story-images/ListenAndSpeakWithStoryImagesCreator.d.ts +4 -0
- package/dist/components/questions/types/listen-and-speak-with-story-images/ListenAndSpeakWithStoryImagesCreator.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-with-story-images/ListenAndSpeakWithStoryImagesCreator.js +231 -0
- package/dist/components/questions/types/listen-and-speak-with-story-images/ListenAndSpeakWithStoryImagesCreator.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-with-story-images/register.d.ts +3 -0
- package/dist/components/questions/types/listen-and-speak-with-story-images/register.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-with-story-images/register.js +57 -0
- package/dist/components/questions/types/listen-and-speak-with-story-images/register.js.map +1 -0
- package/dist/components/questions/types/listen-and-speak-with-story-images/transform.d.ts +3 -0
- package/dist/components/questions/types/listen-and-speak-with-story-images/transform.d.ts.map +1 -0
- package/dist/components/questions/types/listen-and-speak-with-story-images/transform.js +17 -0
- package/dist/components/questions/types/listen-and-speak-with-story-images/transform.js.map +1 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/LookPictureChooseCorrectAnswerClient.d.ts +21 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/LookPictureChooseCorrectAnswerClient.d.ts.map +1 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/LookPictureChooseCorrectAnswerClient.js +73 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/LookPictureChooseCorrectAnswerClient.js.map +1 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/LookPictureChooseCorrectAnswerCreator.d.ts +16 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/LookPictureChooseCorrectAnswerCreator.d.ts.map +1 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/LookPictureChooseCorrectAnswerCreator.js +231 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/LookPictureChooseCorrectAnswerCreator.js.map +1 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/index.d.ts +2 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/index.d.ts.map +1 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/index.js +2 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/index.js.map +1 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/register.d.ts +3 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/register.d.ts.map +1 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/register.js +67 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/register.js.map +1 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/transform.d.ts +3 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/transform.d.ts.map +1 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/transform.js +43 -0
- package/dist/components/questions/types/look-picture-choose-correct-answer/transform.js.map +1 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/LookPictureFillBlankChooseAnswerClient.d.ts +7 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/LookPictureFillBlankChooseAnswerClient.d.ts.map +1 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/LookPictureFillBlankChooseAnswerClient.js +97 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/LookPictureFillBlankChooseAnswerClient.js.map +1 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/LookPictureFillBlankChooseAnswerCreator.d.ts +16 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/LookPictureFillBlankChooseAnswerCreator.d.ts.map +1 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/LookPictureFillBlankChooseAnswerCreator.js +239 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/LookPictureFillBlankChooseAnswerCreator.js.map +1 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/index.d.ts +3 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/index.d.ts.map +1 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/index.js +3 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/index.js.map +1 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/register.d.ts +3 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/register.d.ts.map +1 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/register.js +77 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/register.js.map +1 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/transform.d.ts +3 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/transform.d.ts.map +1 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/transform.js +20 -0
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/transform.js.map +1 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/LookPictureFillWordHintClient.d.ts +8 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/LookPictureFillWordHintClient.d.ts.map +1 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/LookPictureFillWordHintClient.js +135 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/LookPictureFillWordHintClient.js.map +1 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/LookPictureFillWordHintCreator.d.ts +4 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/LookPictureFillWordHintCreator.d.ts.map +1 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/LookPictureFillWordHintCreator.js +618 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/LookPictureFillWordHintCreator.js.map +1 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/index.d.ts +3 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/index.d.ts.map +1 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/index.js +3 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/index.js.map +1 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/register.d.ts +3 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/register.d.ts.map +1 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/register.js +83 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/register.js.map +1 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/transform.d.ts +3 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/transform.d.ts.map +1 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/transform.js +30 -0
- package/dist/components/questions/types/look-picture-fill-word-hint/transform.js.map +1 -0
- package/dist/components/questions/types/match-by-writing-answer/MatchByWritingAnswerClient.d.ts +3 -0
- package/dist/components/questions/types/match-by-writing-answer/MatchByWritingAnswerClient.d.ts.map +1 -0
- package/dist/components/questions/types/match-by-writing-answer/MatchByWritingAnswerClient.js +39 -0
- package/dist/components/questions/types/match-by-writing-answer/MatchByWritingAnswerClient.js.map +1 -0
- package/dist/components/questions/types/match-by-writing-answer/MatchByWritingAnswerCreator.d.ts +3 -0
- package/dist/components/questions/types/match-by-writing-answer/MatchByWritingAnswerCreator.d.ts.map +1 -0
- package/dist/components/questions/types/match-by-writing-answer/MatchByWritingAnswerCreator.js +360 -0
- package/dist/components/questions/types/match-by-writing-answer/MatchByWritingAnswerCreator.js.map +1 -0
- package/dist/components/questions/types/match-by-writing-answer/index.d.ts +4 -0
- package/dist/components/questions/types/match-by-writing-answer/index.d.ts.map +1 -0
- package/dist/components/questions/types/match-by-writing-answer/index.js +4 -0
- package/dist/components/questions/types/match-by-writing-answer/index.js.map +1 -0
- package/dist/components/questions/types/match-by-writing-answer/register.d.ts +3 -0
- package/dist/components/questions/types/match-by-writing-answer/register.d.ts.map +1 -0
- package/dist/components/questions/types/match-by-writing-answer/register.js +59 -0
- package/dist/components/questions/types/match-by-writing-answer/register.js.map +1 -0
- package/dist/components/questions/types/match-by-writing-answer/transform.d.ts +12 -0
- package/dist/components/questions/types/match-by-writing-answer/transform.d.ts.map +1 -0
- package/dist/components/questions/types/match-by-writing-answer/transform.js +62 -0
- package/dist/components/questions/types/match-by-writing-answer/transform.js.map +1 -0
- package/dist/components/questions/types/read-and-color-objects/ReadAndColorObjectsClient.d.ts +8 -0
- package/dist/components/questions/types/read-and-color-objects/ReadAndColorObjectsClient.d.ts.map +1 -0
- package/dist/components/questions/types/read-and-color-objects/ReadAndColorObjectsClient.js +17 -0
- package/dist/components/questions/types/read-and-color-objects/ReadAndColorObjectsClient.js.map +1 -0
- package/dist/components/questions/types/read-and-color-objects/ReadAndColorObjectsCreator.d.ts +3 -0
- package/dist/components/questions/types/read-and-color-objects/ReadAndColorObjectsCreator.d.ts.map +1 -0
- package/dist/components/questions/types/read-and-color-objects/ReadAndColorObjectsCreator.js +24 -0
- package/dist/components/questions/types/read-and-color-objects/ReadAndColorObjectsCreator.js.map +1 -0
- package/dist/components/questions/types/read-and-color-objects/index.d.ts +3 -0
- package/dist/components/questions/types/read-and-color-objects/index.d.ts.map +1 -0
- package/dist/components/questions/types/read-and-color-objects/index.js +3 -0
- package/dist/components/questions/types/read-and-color-objects/index.js.map +1 -0
- package/dist/components/questions/types/read-and-color-objects/register.d.ts +2 -0
- package/dist/components/questions/types/read-and-color-objects/register.d.ts.map +1 -0
- package/dist/components/questions/types/read-and-color-objects/register.js +4 -0
- package/dist/components/questions/types/read-and-color-objects/register.js.map +1 -0
- package/dist/components/questions/types/read-and-color-objects/transform.d.ts +3 -0
- package/dist/components/questions/types/read-and-color-objects/transform.d.ts.map +1 -0
- package/dist/components/questions/types/read-and-color-objects/transform.js +37 -0
- package/dist/components/questions/types/read-and-color-objects/transform.js.map +1 -0
- package/dist/components/questions/types/read-displayed-content/ReadDisplayedContentCreator.d.ts +3 -0
- package/dist/components/questions/types/read-displayed-content/ReadDisplayedContentCreator.d.ts.map +1 -0
- package/dist/components/questions/types/read-displayed-content/ReadDisplayedContentCreator.js +126 -0
- package/dist/components/questions/types/read-displayed-content/ReadDisplayedContentCreator.js.map +1 -0
- package/dist/components/questions/types/read-displayed-content/register.d.ts +3 -0
- package/dist/components/questions/types/read-displayed-content/register.d.ts.map +1 -0
- package/dist/components/questions/types/read-displayed-content/register.js +65 -0
- package/dist/components/questions/types/read-displayed-content/register.js.map +1 -0
- package/dist/components/questions/types/read-displayed-content/transform.d.ts +3 -0
- package/dist/components/questions/types/read-displayed-content/transform.d.ts.map +1 -0
- package/dist/components/questions/types/read-displayed-content/transform.js +13 -0
- package/dist/components/questions/types/read-displayed-content/transform.js.map +1 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/ReadPassageAndAnswerQuestionsClient.d.ts +3 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/ReadPassageAndAnswerQuestionsClient.d.ts.map +1 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/ReadPassageAndAnswerQuestionsClient.js +65 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/ReadPassageAndAnswerQuestionsClient.js.map +1 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/ReadPassageAndAnswerQuestionsCreator.d.ts +3 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/ReadPassageAndAnswerQuestionsCreator.d.ts.map +1 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/ReadPassageAndAnswerQuestionsCreator.js +512 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/ReadPassageAndAnswerQuestionsCreator.js.map +1 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/index.d.ts +3 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/index.d.ts.map +1 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/index.js +3 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/index.js.map +1 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/register.d.ts +3 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/register.d.ts.map +1 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/register.js +59 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/register.js.map +1 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/transform.d.ts +3 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/transform.d.ts.map +1 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/transform.js +29 -0
- package/dist/components/questions/types/read-passage-and-answer-questions/transform.js.map +1 -0
- package/dist/components/questions/types/speaking-conversation/SpeakingConversationCreator.d.ts +16 -0
- package/dist/components/questions/types/speaking-conversation/SpeakingConversationCreator.d.ts.map +1 -0
- package/dist/components/questions/types/speaking-conversation/SpeakingConversationCreator.js +374 -0
- package/dist/components/questions/types/speaking-conversation/SpeakingConversationCreator.js.map +1 -0
- package/dist/components/questions/types/speaking-conversation/SpeakingConversationPreviewClient.d.ts +22 -0
- package/dist/components/questions/types/speaking-conversation/SpeakingConversationPreviewClient.d.ts.map +1 -0
- package/dist/components/questions/types/speaking-conversation/SpeakingConversationPreviewClient.js +42 -0
- package/dist/components/questions/types/speaking-conversation/SpeakingConversationPreviewClient.js.map +1 -0
- package/dist/components/questions/types/speaking-conversation/register.d.ts +3 -0
- package/dist/components/questions/types/speaking-conversation/register.d.ts.map +1 -0
- package/dist/components/questions/types/speaking-conversation/register.js +111 -0
- package/dist/components/questions/types/speaking-conversation/register.js.map +1 -0
- package/dist/components/questions/types/speaking-conversation/transform.d.ts +3 -0
- package/dist/components/questions/types/speaking-conversation/transform.d.ts.map +1 -0
- package/dist/components/questions/types/speaking-conversation/transform.js +35 -0
- package/dist/components/questions/types/speaking-conversation/transform.js.map +1 -0
- package/dist/components/questions/types/speaking-cue-card/SpeakingCueCardCreator.d.ts +11 -0
- package/dist/components/questions/types/speaking-cue-card/SpeakingCueCardCreator.d.ts.map +1 -0
- package/dist/components/questions/types/speaking-cue-card/SpeakingCueCardCreator.js +75 -0
- package/dist/components/questions/types/speaking-cue-card/SpeakingCueCardCreator.js.map +1 -0
- package/dist/components/questions/types/speaking-cue-card/register.d.ts +3 -0
- package/dist/components/questions/types/speaking-cue-card/register.d.ts.map +1 -0
- package/dist/components/questions/types/speaking-cue-card/register.js +53 -0
- package/dist/components/questions/types/speaking-cue-card/register.js.map +1 -0
- package/dist/components/questions/types/speaking-cue-card/transform.d.ts +3 -0
- package/dist/components/questions/types/speaking-cue-card/transform.d.ts.map +1 -0
- package/dist/components/questions/types/speaking-cue-card/transform.js +13 -0
- package/dist/components/questions/types/speaking-cue-card/transform.js.map +1 -0
- package/dist/components/questions/types/speaking-describe-image/SpeakingDescribeImageClient.d.ts +11 -0
- package/dist/components/questions/types/speaking-describe-image/SpeakingDescribeImageClient.d.ts.map +1 -0
- package/dist/components/questions/types/speaking-describe-image/SpeakingDescribeImageClient.js +11 -0
- package/dist/components/questions/types/speaking-describe-image/SpeakingDescribeImageClient.js.map +1 -0
- package/dist/components/questions/types/speaking-describe-image/SpeakingDescribeImageCreator.d.ts +3 -0
- package/dist/components/questions/types/speaking-describe-image/SpeakingDescribeImageCreator.d.ts.map +1 -0
- package/dist/components/questions/types/speaking-describe-image/SpeakingDescribeImageCreator.js +162 -0
- package/dist/components/questions/types/speaking-describe-image/SpeakingDescribeImageCreator.js.map +1 -0
- package/dist/components/questions/types/speaking-describe-image/index.d.ts +3 -0
- package/dist/components/questions/types/speaking-describe-image/index.d.ts.map +1 -0
- package/dist/components/questions/types/speaking-describe-image/index.js +3 -0
- package/dist/components/questions/types/speaking-describe-image/index.js.map +1 -0
- package/dist/components/questions/types/speaking-describe-image/register.d.ts +3 -0
- package/dist/components/questions/types/speaking-describe-image/register.d.ts.map +1 -0
- package/dist/components/questions/types/speaking-describe-image/register.js +70 -0
- package/dist/components/questions/types/speaking-describe-image/register.js.map +1 -0
- package/dist/components/questions/types/speaking-describe-image/transform.d.ts +3 -0
- package/dist/components/questions/types/speaking-describe-image/transform.d.ts.map +1 -0
- package/dist/components/questions/types/speaking-describe-image/transform.js +17 -0
- package/dist/components/questions/types/speaking-describe-image/transform.js.map +1 -0
- package/dist/components/questions/types/spontaneous-qa/SpontaneousQACreator.d.ts +3 -0
- package/dist/components/questions/types/spontaneous-qa/SpontaneousQACreator.d.ts.map +1 -0
- package/dist/components/questions/types/spontaneous-qa/SpontaneousQACreator.js +235 -0
- package/dist/components/questions/types/spontaneous-qa/SpontaneousQACreator.js.map +1 -0
- package/dist/components/questions/types/spontaneous-qa/register.d.ts +3 -0
- package/dist/components/questions/types/spontaneous-qa/register.d.ts.map +1 -0
- package/dist/components/questions/types/spontaneous-qa/register.js +94 -0
- package/dist/components/questions/types/spontaneous-qa/register.js.map +1 -0
- package/dist/components/questions/types/spontaneous-qa/transform.d.ts +3 -0
- package/dist/components/questions/types/spontaneous-qa/transform.d.ts.map +1 -0
- package/dist/components/questions/types/spontaneous-qa/transform.js +35 -0
- package/dist/components/questions/types/spontaneous-qa/transform.js.map +1 -0
- package/dist/components/questions/types/true-false/TrueFalseClient.d.ts +15 -0
- package/dist/components/questions/types/true-false/TrueFalseClient.d.ts.map +1 -0
- package/dist/components/questions/types/true-false/TrueFalseClient.js +76 -0
- package/dist/components/questions/types/true-false/TrueFalseClient.js.map +1 -0
- package/dist/components/questions/types/true-false/TrueFalseCreator.d.ts +22 -0
- package/dist/components/questions/types/true-false/TrueFalseCreator.d.ts.map +1 -0
- package/dist/components/questions/types/true-false/TrueFalseCreator.js +245 -0
- package/dist/components/questions/types/true-false/TrueFalseCreator.js.map +1 -0
- package/dist/components/questions/types/true-false/index.d.ts +3 -0
- package/dist/components/questions/types/true-false/index.d.ts.map +1 -0
- package/dist/components/questions/types/true-false/index.js +3 -0
- package/dist/components/questions/types/true-false/index.js.map +1 -0
- package/dist/components/questions/types/true-false/register.d.ts +3 -0
- package/dist/components/questions/types/true-false/register.d.ts.map +1 -0
- package/dist/components/questions/types/true-false/register.js +78 -0
- package/dist/components/questions/types/true-false/register.js.map +1 -0
- package/dist/components/questions/types/true-false/transform.d.ts +3 -0
- package/dist/components/questions/types/true-false/transform.d.ts.map +1 -0
- package/dist/components/questions/types/true-false/transform.js +33 -0
- package/dist/components/questions/types/true-false/transform.js.map +1 -0
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphClient.d.ts +26 -0
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphClient.d.ts.map +1 -0
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphClient.js +234 -0
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphClient.js.map +1 -0
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphCreator.d.ts +14 -0
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphCreator.d.ts.map +1 -0
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphCreator.js +632 -0
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphCreator.js.map +1 -0
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphWrapper.d.ts +19 -0
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphWrapper.d.ts.map +1 -0
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphWrapper.js +29 -0
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphWrapper.js.map +1 -0
- package/dist/components/questions/types/word-fill-paragraph/index.d.ts +3 -0
- package/dist/components/questions/types/word-fill-paragraph/index.d.ts.map +1 -0
- package/dist/components/questions/types/word-fill-paragraph/index.js +3 -0
- package/dist/components/questions/types/word-fill-paragraph/index.js.map +1 -0
- package/dist/components/questions/types/word-fill-paragraph/register.d.ts +9 -0
- package/dist/components/questions/types/word-fill-paragraph/register.d.ts.map +1 -0
- package/dist/components/questions/types/word-fill-paragraph/register.js +137 -0
- package/dist/components/questions/types/word-fill-paragraph/register.js.map +1 -0
- package/dist/components/questions/types/word-fill-paragraph/transform.d.ts +8 -0
- package/dist/components/questions/types/word-fill-paragraph/transform.d.ts.map +1 -0
- package/dist/components/questions/types/word-fill-paragraph/transform.js +57 -0
- package/dist/components/questions/types/word-fill-paragraph/transform.js.map +1 -0
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormClient.d.ts +4 -0
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormClient.d.ts.map +1 -0
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormClient.js +139 -0
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormClient.js.map +1 -0
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormCreator.d.ts +3 -0
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormCreator.d.ts.map +1 -0
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormCreator.js +262 -0
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormCreator.js.map +1 -0
- package/dist/components/questions/types/word-fill-structured-form/index.d.ts +3 -0
- package/dist/components/questions/types/word-fill-structured-form/index.d.ts.map +1 -0
- package/dist/components/questions/types/word-fill-structured-form/index.js +3 -0
- package/dist/components/questions/types/word-fill-structured-form/index.js.map +1 -0
- package/dist/components/questions/types/word-fill-structured-form/register.d.ts +3 -0
- package/dist/components/questions/types/word-fill-structured-form/register.d.ts.map +1 -0
- package/dist/components/questions/types/word-fill-structured-form/register.js +68 -0
- package/dist/components/questions/types/word-fill-structured-form/register.js.map +1 -0
- package/dist/components/questions/types/word-fill-structured-form/transform.d.ts +11 -0
- package/dist/components/questions/types/word-fill-structured-form/transform.d.ts.map +1 -0
- package/dist/components/questions/types/word-fill-structured-form/transform.js +41 -0
- package/dist/components/questions/types/word-fill-structured-form/transform.js.map +1 -0
- package/dist/components/questions/types/word-ordering/WordOrderingClient.d.ts +3 -0
- package/dist/components/questions/types/word-ordering/WordOrderingClient.d.ts.map +1 -0
- package/dist/components/questions/types/word-ordering/WordOrderingClient.js +85 -0
- package/dist/components/questions/types/word-ordering/WordOrderingClient.js.map +1 -0
- package/dist/components/questions/types/word-ordering/WordOrderingCreator.d.ts +12 -0
- package/dist/components/questions/types/word-ordering/WordOrderingCreator.d.ts.map +1 -0
- package/dist/components/questions/types/word-ordering/WordOrderingCreator.js +193 -0
- package/dist/components/questions/types/word-ordering/WordOrderingCreator.js.map +1 -0
- package/dist/components/questions/types/word-ordering/index.d.ts +3 -0
- package/dist/components/questions/types/word-ordering/index.d.ts.map +1 -0
- package/dist/components/questions/types/word-ordering/index.js +3 -0
- package/dist/components/questions/types/word-ordering/index.js.map +1 -0
- package/dist/components/questions/types/word-ordering/register.d.ts +3 -0
- package/dist/components/questions/types/word-ordering/register.d.ts.map +1 -0
- package/dist/components/questions/types/word-ordering/register.js +47 -0
- package/dist/components/questions/types/word-ordering/register.js.map +1 -0
- package/dist/components/questions/types/word-ordering/transform.d.ts +8 -0
- package/dist/components/questions/types/word-ordering/transform.d.ts.map +1 -0
- package/dist/components/questions/types/word-ordering/transform.js +25 -0
- package/dist/components/questions/types/word-ordering/transform.js.map +1 -0
- package/dist/components/questions/types/write-a-short-letter/WriteAShortLetterClient.d.ts +7 -0
- package/dist/components/questions/types/write-a-short-letter/WriteAShortLetterClient.d.ts.map +1 -0
- package/dist/components/questions/types/write-a-short-letter/WriteAShortLetterClient.js +99 -0
- package/dist/components/questions/types/write-a-short-letter/WriteAShortLetterClient.js.map +1 -0
- package/dist/components/questions/types/write-a-short-letter/WriteAShortLetterCreator.d.ts +3 -0
- package/dist/components/questions/types/write-a-short-letter/WriteAShortLetterCreator.d.ts.map +1 -0
- package/dist/components/questions/types/write-a-short-letter/WriteAShortLetterCreator.js +321 -0
- package/dist/components/questions/types/write-a-short-letter/WriteAShortLetterCreator.js.map +1 -0
- package/dist/components/questions/types/write-a-short-letter/index.d.ts +3 -0
- package/dist/components/questions/types/write-a-short-letter/index.d.ts.map +1 -0
- package/dist/components/questions/types/write-a-short-letter/index.js +3 -0
- package/dist/components/questions/types/write-a-short-letter/index.js.map +1 -0
- package/dist/components/questions/types/write-a-short-letter/register.d.ts +3 -0
- package/dist/components/questions/types/write-a-short-letter/register.d.ts.map +1 -0
- package/dist/components/questions/types/write-a-short-letter/register.js +69 -0
- package/dist/components/questions/types/write-a-short-letter/register.js.map +1 -0
- package/dist/components/questions/types/write-a-short-letter/transform.d.ts +3 -0
- package/dist/components/questions/types/write-a-short-letter/transform.d.ts.map +1 -0
- package/dist/components/questions/types/write-a-short-letter/transform.js +26 -0
- package/dist/components/questions/types/write-a-short-letter/transform.js.map +1 -0
- package/dist/components/questions/types/write-correct-verb-form/WriteCorrectVerbFormClient.d.ts +3 -0
- package/dist/components/questions/types/write-correct-verb-form/WriteCorrectVerbFormClient.d.ts.map +1 -0
- package/dist/components/questions/types/write-correct-verb-form/WriteCorrectVerbFormClient.js +62 -0
- package/dist/components/questions/types/write-correct-verb-form/WriteCorrectVerbFormClient.js.map +1 -0
- package/dist/components/questions/types/write-correct-verb-form/WriteCorrectVerbFormCreator.d.ts +3 -0
- package/dist/components/questions/types/write-correct-verb-form/WriteCorrectVerbFormCreator.d.ts.map +1 -0
- package/dist/components/questions/types/write-correct-verb-form/WriteCorrectVerbFormCreator.js +197 -0
- package/dist/components/questions/types/write-correct-verb-form/WriteCorrectVerbFormCreator.js.map +1 -0
- package/dist/components/questions/types/write-correct-verb-form/index.d.ts +3 -0
- package/dist/components/questions/types/write-correct-verb-form/index.d.ts.map +1 -0
- package/dist/components/questions/types/write-correct-verb-form/index.js +3 -0
- package/dist/components/questions/types/write-correct-verb-form/index.js.map +1 -0
- package/dist/components/questions/types/write-correct-verb-form/register.d.ts +3 -0
- package/dist/components/questions/types/write-correct-verb-form/register.d.ts.map +1 -0
- package/dist/components/questions/types/write-correct-verb-form/register.js +63 -0
- package/dist/components/questions/types/write-correct-verb-form/register.js.map +1 -0
- package/dist/components/questions/types/write-correct-verb-form/transform.d.ts +3 -0
- package/dist/components/questions/types/write-correct-verb-form/transform.d.ts.map +1 -0
- package/dist/components/questions/types/write-correct-verb-form/transform.js +18 -0
- package/dist/components/questions/types/write-correct-verb-form/transform.js.map +1 -0
- package/dist/components/questions/types/write-sentences/WriteSentencesClient.d.ts +3 -0
- package/dist/components/questions/types/write-sentences/WriteSentencesClient.d.ts.map +1 -0
- package/dist/components/questions/types/write-sentences/WriteSentencesClient.js +23 -0
- package/dist/components/questions/types/write-sentences/WriteSentencesClient.js.map +1 -0
- package/dist/components/questions/types/write-sentences/WriteSentencesCreator.d.ts +3 -0
- package/dist/components/questions/types/write-sentences/WriteSentencesCreator.d.ts.map +1 -0
- package/dist/components/questions/types/write-sentences/WriteSentencesCreator.js +175 -0
- package/dist/components/questions/types/write-sentences/WriteSentencesCreator.js.map +1 -0
- package/dist/components/questions/types/write-sentences/index.d.ts +3 -0
- package/dist/components/questions/types/write-sentences/index.d.ts.map +1 -0
- package/dist/components/questions/types/write-sentences/index.js +3 -0
- package/dist/components/questions/types/write-sentences/index.js.map +1 -0
- package/dist/components/questions/types/write-sentences/register.d.ts +3 -0
- package/dist/components/questions/types/write-sentences/register.d.ts.map +1 -0
- package/dist/components/questions/types/write-sentences/register.js +59 -0
- package/dist/components/questions/types/write-sentences/register.js.map +1 -0
- package/dist/components/questions/types/write-sentences/transform.d.ts +3 -0
- package/dist/components/questions/types/write-sentences/transform.d.ts.map +1 -0
- package/dist/components/questions/types/write-sentences/transform.js +29 -0
- package/dist/components/questions/types/write-sentences/transform.js.map +1 -0
- package/dist/components/questions/types/write-short-paragraph/WriteShortParagraphClient.d.ts +3 -0
- package/dist/components/questions/types/write-short-paragraph/WriteShortParagraphClient.d.ts.map +1 -0
- package/dist/components/questions/types/write-short-paragraph/WriteShortParagraphClient.js +97 -0
- package/dist/components/questions/types/write-short-paragraph/WriteShortParagraphClient.js.map +1 -0
- package/dist/components/questions/types/write-short-paragraph/WriteShortParagraphCreator.d.ts +3 -0
- package/dist/components/questions/types/write-short-paragraph/WriteShortParagraphCreator.d.ts.map +1 -0
- package/dist/components/questions/types/write-short-paragraph/WriteShortParagraphCreator.js +162 -0
- package/dist/components/questions/types/write-short-paragraph/WriteShortParagraphCreator.js.map +1 -0
- package/dist/components/questions/types/write-short-paragraph/index.d.ts +3 -0
- package/dist/components/questions/types/write-short-paragraph/index.d.ts.map +1 -0
- package/dist/components/questions/types/write-short-paragraph/index.js +3 -0
- package/dist/components/questions/types/write-short-paragraph/index.js.map +1 -0
- package/dist/components/questions/types/write-short-paragraph/register.d.ts +3 -0
- package/dist/components/questions/types/write-short-paragraph/register.d.ts.map +1 -0
- package/dist/components/questions/types/write-short-paragraph/register.js +5 -0
- package/dist/components/questions/types/write-short-paragraph/register.js.map +1 -0
- package/dist/components/questions/types/write-short-paragraph/transform.d.ts +3 -0
- package/dist/components/questions/types/write-short-paragraph/transform.d.ts.map +1 -0
- package/dist/components/questions/types/write-short-paragraph/transform.js +22 -0
- package/dist/components/questions/types/write-short-paragraph/transform.js.map +1 -0
- package/dist/components/questions/viewer/QuestionGroupViewer.d.ts +9 -0
- package/dist/components/questions/viewer/QuestionGroupViewer.d.ts.map +1 -0
- package/dist/components/questions/viewer/QuestionGroupViewer.js +37 -0
- package/dist/components/questions/viewer/QuestionGroupViewer.js.map +1 -0
- package/dist/components/questions/viewer/QuestionViewer.d.ts +10 -0
- package/dist/components/questions/viewer/QuestionViewer.d.ts.map +1 -0
- package/dist/components/questions/viewer/QuestionViewer.js +447 -0
- package/dist/components/questions/viewer/QuestionViewer.js.map +1 -0
- package/dist/components/questions/viewer/index.d.ts +3 -0
- package/dist/components/questions/viewer/index.d.ts.map +1 -0
- package/dist/components/questions/viewer/index.js +3 -0
- package/dist/components/questions/viewer/index.js.map +1 -0
- package/dist/components/results/ResultReviewPageContainer.d.ts +14 -0
- package/dist/components/results/ResultReviewPageContainer.d.ts.map +1 -0
- package/dist/components/results/ResultReviewPageContainer.js +99 -0
- package/dist/components/results/ResultReviewPageContainer.js.map +1 -0
- package/dist/components/results/ReviewQuestionRenderer.d.ts +7 -0
- package/dist/components/results/ReviewQuestionRenderer.d.ts.map +1 -0
- package/dist/components/results/ReviewQuestionRenderer.js +73 -0
- package/dist/components/results/ReviewQuestionRenderer.js.map +1 -0
- package/dist/components/results/index.d.ts +5 -0
- package/dist/components/results/index.d.ts.map +1 -0
- package/dist/components/results/index.js +3 -0
- package/dist/components/results/index.js.map +1 -0
- package/dist/components/results/result-review.utils.d.ts +3 -0
- package/dist/components/results/result-review.utils.d.ts.map +1 -0
- package/dist/components/results/result-review.utils.js +7 -0
- package/dist/components/results/result-review.utils.js.map +1 -0
- package/dist/components/results/review-data.d.ts +3 -0
- package/dist/components/results/review-data.d.ts.map +1 -0
- package/dist/components/results/review-data.js +151 -0
- package/dist/components/results/review-data.js.map +1 -0
- package/dist/components/results/review-renderer.utils.d.ts +68 -0
- package/dist/components/results/review-renderer.utils.d.ts.map +1 -0
- package/dist/components/results/review-renderer.utils.js +98 -0
- package/dist/components/results/review-renderer.utils.js.map +1 -0
- package/dist/components/results/review-types.d.ts +62 -0
- package/dist/components/results/review-types.d.ts.map +1 -0
- package/dist/components/results/review-types.js +2 -0
- package/dist/components/results/review-types.js.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleAudioPlayer.d.ts +9 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleAudioPlayer.d.ts.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleAudioPlayer.js +139 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleAudioPlayer.js.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleBottomNav.d.ts +11 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleBottomNav.d.ts.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleBottomNav.js +13 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleBottomNav.js.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleExamLayout.d.ts +3 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleExamLayout.d.ts.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleExamLayout.js +19 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleExamLayout.js.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleExampleText.d.ts +7 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleExampleText.d.ts.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleExampleText.js +12 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleExampleText.js.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleHeader.d.ts +14 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleHeader.d.ts.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleHeader.js +12 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleHeader.js.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleInstructionBanner.d.ts +10 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleInstructionBanner.d.ts.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleInstructionBanner.js +10 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleInstructionBanner.js.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleNavButton.d.ts +8 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleNavButton.d.ts.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleNavButton.js +14 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleNavButton.js.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYlePartBanner.d.ts +9 -0
- package/dist/components/themes/cambridge-yle/CambridgeYlePartBanner.d.ts.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYlePartBanner.js +9 -0
- package/dist/components/themes/cambridge-yle/CambridgeYlePartBanner.js.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleProgressBar.d.ts +7 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleProgressBar.d.ts.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleProgressBar.js +7 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleProgressBar.js.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleQuestionCard.d.ts +8 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleQuestionCard.d.ts.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleQuestionCard.js +6 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleQuestionCard.js.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleQuestionCardFullWidth.d.ts +11 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleQuestionCardFullWidth.d.ts.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleQuestionCardFullWidth.js +10 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleQuestionCardFullWidth.js.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleSidebar.d.ts +25 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleSidebar.d.ts.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleSidebar.js +42 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleSidebar.js.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleTimer.d.ts +8 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleTimer.d.ts.map +1 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleTimer.js +26 -0
- package/dist/components/themes/cambridge-yle/CambridgeYleTimer.js.map +1 -0
- package/dist/components/themes/cambridge-yle/assets/images/background-ocean-edu-2.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/background-ocean-edu-neutral.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/background-ocean-edu.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/bg-gradient.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/bg-title-old.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/bg-title-part.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/bg-title.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/bg.jpeg +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/border-2.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/border-old.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/border.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/button_feedback_vi.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/button_feedback_vi.webp +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/close.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/close_old.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/demo-audio.mp3 +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/demo-image.jpeg +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/frame-old.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/frame.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/ic-pause.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/icon-bottom-left.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/icon-bottom-right.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/new_design.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/phao.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/question-card-bg-full.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/question-card-bg.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/rangsanho.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/rocket.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/sanho.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/sao.png +0 -0
- package/dist/components/themes/cambridge-yle/assets/images/vooc.png +0 -0
- package/dist/components/themes/cambridge-yle/index.d.ts +13 -0
- package/dist/components/themes/cambridge-yle/index.d.ts.map +1 -0
- package/dist/components/themes/cambridge-yle/index.js +14 -0
- package/dist/components/themes/cambridge-yle/index.js.map +1 -0
- package/dist/components/themes/english-certification/EcAnswerTheQuestion.d.ts +19 -0
- package/dist/components/themes/english-certification/EcAnswerTheQuestion.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EcAnswerTheQuestion.js +25 -0
- package/dist/components/themes/english-certification/EcAnswerTheQuestion.js.map +1 -0
- package/dist/components/themes/english-certification/EcMatchByWritingAnswer.d.ts +22 -0
- package/dist/components/themes/english-certification/EcMatchByWritingAnswer.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EcMatchByWritingAnswer.js +89 -0
- package/dist/components/themes/english-certification/EcMatchByWritingAnswer.js.map +1 -0
- package/dist/components/themes/english-certification/EcWordFillParagraph.d.ts +20 -0
- package/dist/components/themes/english-certification/EcWordFillParagraph.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EcWordFillParagraph.js +56 -0
- package/dist/components/themes/english-certification/EcWordFillParagraph.js.map +1 -0
- package/dist/components/themes/english-certification/EcWordFillStructuredForm.d.ts +20 -0
- package/dist/components/themes/english-certification/EcWordFillStructuredForm.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EcWordFillStructuredForm.js +157 -0
- package/dist/components/themes/english-certification/EcWordFillStructuredForm.js.map +1 -0
- package/dist/components/themes/english-certification/EcWritingTask.d.ts +19 -0
- package/dist/components/themes/english-certification/EcWritingTask.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EcWritingTask.js +35 -0
- package/dist/components/themes/english-certification/EcWritingTask.js.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationAudioPlayer.d.ts +14 -0
- package/dist/components/themes/english-certification/EnglishCertificationAudioPlayer.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationAudioPlayer.js +115 -0
- package/dist/components/themes/english-certification/EnglishCertificationAudioPlayer.js.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationBrand.d.ts +11 -0
- package/dist/components/themes/english-certification/EnglishCertificationBrand.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationBrand.js +12 -0
- package/dist/components/themes/english-certification/EnglishCertificationBrand.js.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationExamLayout.d.ts +20 -0
- package/dist/components/themes/english-certification/EnglishCertificationExamLayout.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationExamLayout.js +22 -0
- package/dist/components/themes/english-certification/EnglishCertificationExamLayout.js.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationFlagButton.d.ts +23 -0
- package/dist/components/themes/english-certification/EnglishCertificationFlagButton.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationFlagButton.js +16 -0
- package/dist/components/themes/english-certification/EnglishCertificationFlagButton.js.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationFooterBar.d.ts +23 -0
- package/dist/components/themes/english-certification/EnglishCertificationFooterBar.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationFooterBar.js +20 -0
- package/dist/components/themes/english-certification/EnglishCertificationFooterBar.js.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationGroupedQuestion.d.ts +25 -0
- package/dist/components/themes/english-certification/EnglishCertificationGroupedQuestion.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationGroupedQuestion.js +149 -0
- package/dist/components/themes/english-certification/EnglishCertificationGroupedQuestion.js.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationHeader.d.ts +25 -0
- package/dist/components/themes/english-certification/EnglishCertificationHeader.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationHeader.js +32 -0
- package/dist/components/themes/english-certification/EnglishCertificationHeader.js.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationNavigationPanel.d.ts +19 -0
- package/dist/components/themes/english-certification/EnglishCertificationNavigationPanel.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationNavigationPanel.js +72 -0
- package/dist/components/themes/english-certification/EnglishCertificationNavigationPanel.js.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationOptionSelector.d.ts +29 -0
- package/dist/components/themes/english-certification/EnglishCertificationOptionSelector.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationOptionSelector.js +34 -0
- package/dist/components/themes/english-certification/EnglishCertificationOptionSelector.js.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationPassagePanel.d.ts +22 -0
- package/dist/components/themes/english-certification/EnglishCertificationPassagePanel.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationPassagePanel.js +17 -0
- package/dist/components/themes/english-certification/EnglishCertificationPassagePanel.js.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationQuestionCard.d.ts +21 -0
- package/dist/components/themes/english-certification/EnglishCertificationQuestionCard.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationQuestionCard.js +23 -0
- package/dist/components/themes/english-certification/EnglishCertificationQuestionCard.js.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationQuestionItem.d.ts +26 -0
- package/dist/components/themes/english-certification/EnglishCertificationQuestionItem.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationQuestionItem.js +38 -0
- package/dist/components/themes/english-certification/EnglishCertificationQuestionItem.js.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationQuestionRenderer.d.ts +25 -0
- package/dist/components/themes/english-certification/EnglishCertificationQuestionRenderer.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationQuestionRenderer.js +73 -0
- package/dist/components/themes/english-certification/EnglishCertificationQuestionRenderer.js.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationReadingSection.d.ts +29 -0
- package/dist/components/themes/english-certification/EnglishCertificationReadingSection.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationReadingSection.js +91 -0
- package/dist/components/themes/english-certification/EnglishCertificationReadingSection.js.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationSingleQuestion.d.ts +32 -0
- package/dist/components/themes/english-certification/EnglishCertificationSingleQuestion.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationSingleQuestion.js +19 -0
- package/dist/components/themes/english-certification/EnglishCertificationSingleQuestion.js.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationSingleQuestionList.d.ts +26 -0
- package/dist/components/themes/english-certification/EnglishCertificationSingleQuestionList.d.ts.map +1 -0
- package/dist/components/themes/english-certification/EnglishCertificationSingleQuestionList.js +30 -0
- package/dist/components/themes/english-certification/EnglishCertificationSingleQuestionList.js.map +1 -0
- package/dist/components/themes/english-certification/english-certification-theme.d.ts +57 -0
- package/dist/components/themes/english-certification/english-certification-theme.d.ts.map +1 -0
- package/dist/components/themes/english-certification/english-certification-theme.js +59 -0
- package/dist/components/themes/english-certification/english-certification-theme.js.map +1 -0
- package/dist/components/themes/english-certification/grouped-question-utils.d.ts +24 -0
- package/dist/components/themes/english-certification/grouped-question-utils.d.ts.map +1 -0
- package/dist/components/themes/english-certification/grouped-question-utils.js +219 -0
- package/dist/components/themes/english-certification/grouped-question-utils.js.map +1 -0
- package/dist/components/themes/english-certification/index.d.ts +23 -0
- package/dist/components/themes/english-certification/index.d.ts.map +1 -0
- package/dist/components/themes/english-certification/index.js +22 -0
- package/dist/components/themes/english-certification/index.js.map +1 -0
- package/dist/components/themes/index.d.ts +8 -0
- package/dist/components/themes/index.d.ts.map +1 -0
- package/dist/components/themes/index.js +7 -0
- package/dist/components/themes/index.js.map +1 -0
- package/dist/components/themes/summer-sky/SummerSkyAudioPlayer.d.ts +10 -0
- package/dist/components/themes/summer-sky/SummerSkyAudioPlayer.d.ts.map +1 -0
- package/dist/components/themes/summer-sky/SummerSkyAudioPlayer.js +171 -0
- package/dist/components/themes/summer-sky/SummerSkyAudioPlayer.js.map +1 -0
- package/dist/components/themes/summer-sky/SummerSkyLayout.d.ts +3 -0
- package/dist/components/themes/summer-sky/SummerSkyLayout.d.ts.map +1 -0
- package/dist/components/themes/summer-sky/SummerSkyLayout.js +222 -0
- package/dist/components/themes/summer-sky/SummerSkyLayout.js.map +1 -0
- package/dist/components/themes/summer-sky/SummerSkySubmitModal.d.ts +9 -0
- package/dist/components/themes/summer-sky/SummerSkySubmitModal.d.ts.map +1 -0
- package/dist/components/themes/summer-sky/SummerSkySubmitModal.js +19 -0
- package/dist/components/themes/summer-sky/SummerSkySubmitModal.js.map +1 -0
- package/dist/components/themes/summer-sky/SummerSkyWaitingRoom.d.ts +10 -0
- package/dist/components/themes/summer-sky/SummerSkyWaitingRoom.d.ts.map +1 -0
- package/dist/components/themes/summer-sky/SummerSkyWaitingRoom.js +195 -0
- package/dist/components/themes/summer-sky/SummerSkyWaitingRoom.js.map +1 -0
- package/dist/components/themes/summer-sky/assets/images/Group_3432849.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/arrow-left.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/audio-icon.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/audio_ver2_icon.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/background-noticesubmit.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/background-question.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/background-v2.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/background_title.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/btn-notisubmid.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/button_feedback_vi.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/check-mic-btn.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/clock.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/has_answered.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/ic-mute-sunset.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/ic-mute.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/ic-play-sunset.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/ic-play-violet.webp +0 -0
- package/dist/components/themes/summer-sky/assets/images/ic-play.webp +0 -0
- package/dist/components/themes/summer-sky/assets/images/instruction-step.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/listen-audio.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/lock_mic_ver2_icon.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/mic-icon.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/mic_ver2_icon.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/next-btn.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/next-question-btn.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/ocean-frame.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/oceanedu-mascot.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/ong.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/pause-audio.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/pause_audio_ver2_icon.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/prev-question-btn.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/question-badge-sunset.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/radio-check.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/red-circle.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/rope.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/rope_2.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/rope_v3.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/start-exam.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/stop-mic.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/stop_audio_ver2_icon.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/student-avatar.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/submit.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/teacher_transparent (1).mp4 +0 -0
- package/dist/components/themes/summer-sky/assets/images/title-logo.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/title-notisubmit.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/title_table.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/traloicauhoi.png +0 -0
- package/dist/components/themes/summer-sky/assets/images/x-noticesubmit.png.png +0 -0
- package/dist/components/themes/summer-sky/assets/styles/SummerSkyLayout.module.css +406 -0
- package/dist/components/themes/summer-sky/assets/styles/SummerSkyWaitingRoom.module.css +419 -0
- package/dist/components/themes/types.d.ts +62 -0
- package/dist/components/themes/types.d.ts.map +1 -0
- package/dist/components/themes/types.js +2 -0
- package/dist/components/themes/types.js.map +1 -0
- package/dist/components/ui/alert-dialog.d.ts +21 -0
- package/dist/components/ui/alert-dialog.d.ts.map +1 -0
- package/dist/components/ui/alert-dialog.js +27 -0
- package/dist/components/ui/alert-dialog.js.map +1 -0
- package/dist/components/ui/alert.d.ts +9 -0
- package/dist/components/ui/alert.d.ts.map +1 -0
- package/dist/components/ui/alert.js +23 -0
- package/dist/components/ui/alert.js.map +1 -0
- package/dist/components/ui/avatar.d.ts +7 -0
- package/dist/components/ui/avatar.d.ts.map +1 -0
- package/dist/components/ui/avatar.js +13 -0
- package/dist/components/ui/avatar.js.map +1 -0
- package/dist/components/ui/badge.d.ts +16 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/badge.js +39 -0
- package/dist/components/ui/badge.js.map +1 -0
- package/dist/components/ui/button.d.ts +11 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/button.js +36 -0
- package/dist/components/ui/button.js.map +1 -0
- package/dist/components/ui/calendar.d.ts +9 -0
- package/dist/components/ui/calendar.d.ts.map +1 -0
- package/dist/components/ui/calendar.js +77 -0
- package/dist/components/ui/calendar.js.map +1 -0
- package/dist/components/ui/card.d.ts +9 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/card.js +17 -0
- package/dist/components/ui/card.js.map +1 -0
- package/dist/components/ui/carousel.d.ts +20 -0
- package/dist/components/ui/carousel.d.ts.map +1 -0
- package/dist/components/ui/carousel.js +92 -0
- package/dist/components/ui/carousel.js.map +1 -0
- package/dist/components/ui/checkbox.d.ts +5 -0
- package/dist/components/ui/checkbox.d.ts.map +1 -0
- package/dist/components/ui/checkbox.js +10 -0
- package/dist/components/ui/checkbox.js.map +1 -0
- package/dist/components/ui/collapsible.d.ts +6 -0
- package/dist/components/ui/collapsible.d.ts.map +1 -0
- package/dist/components/ui/collapsible.js +14 -0
- package/dist/components/ui/collapsible.js.map +1 -0
- package/dist/components/ui/command.d.ts +19 -0
- package/dist/components/ui/command.d.ts.map +1 -0
- package/dist/components/ui/command.js +35 -0
- package/dist/components/ui/command.js.map +1 -0
- package/dist/components/ui/confirm-dialog.d.ts +24 -0
- package/dist/components/ui/confirm-dialog.d.ts.map +1 -0
- package/dist/components/ui/confirm-dialog.js +50 -0
- package/dist/components/ui/confirm-dialog.js.map +1 -0
- package/dist/components/ui/dialog.d.ts +20 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/dialog.js +24 -0
- package/dist/components/ui/dialog.js.map +1 -0
- package/dist/components/ui/drawer.d.ts +14 -0
- package/dist/components/ui/drawer.d.ts.map +1 -0
- package/dist/components/ui/drawer.js +36 -0
- package/dist/components/ui/drawer.js.map +1 -0
- package/dist/components/ui/dropdown-menu.d.ts +28 -0
- package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu.js +34 -0
- package/dist/components/ui/dropdown-menu.js.map +1 -0
- package/dist/components/ui/file-upload.d.ts +25 -0
- package/dist/components/ui/file-upload.d.ts.map +1 -0
- package/dist/components/ui/file-upload.js +156 -0
- package/dist/components/ui/file-upload.js.map +1 -0
- package/dist/components/ui/form.d.ts +26 -0
- package/dist/components/ui/form.d.ts.map +1 -0
- package/dist/components/ui/form.js +63 -0
- package/dist/components/ui/form.js.map +1 -0
- package/dist/components/ui/hover-card.d.ts +7 -0
- package/dist/components/ui/hover-card.d.ts.map +1 -0
- package/dist/components/ui/hover-card.js +11 -0
- package/dist/components/ui/hover-card.js.map +1 -0
- package/dist/components/ui/image-preview.d.ts +19 -0
- package/dist/components/ui/image-preview.d.ts.map +1 -0
- package/dist/components/ui/image-preview.js +30 -0
- package/dist/components/ui/image-preview.js.map +1 -0
- package/dist/components/ui/input.d.ts +4 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/input.js +9 -0
- package/dist/components/ui/input.js.map +1 -0
- package/dist/components/ui/label.d.ts +6 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/label.js +10 -0
- package/dist/components/ui/label.js.map +1 -0
- package/dist/components/ui/language-switcher.d.ts +2 -0
- package/dist/components/ui/language-switcher.d.ts.map +1 -0
- package/dist/components/ui/language-switcher.js +16 -0
- package/dist/components/ui/language-switcher.js.map +1 -0
- package/dist/components/ui/multi-select.d.ts +17 -0
- package/dist/components/ui/multi-select.d.ts.map +1 -0
- package/dist/components/ui/multi-select.js +91 -0
- package/dist/components/ui/multi-select.js.map +1 -0
- package/dist/components/ui/points-input.d.ts +16 -0
- package/dist/components/ui/points-input.d.ts.map +1 -0
- package/dist/components/ui/points-input.js +34 -0
- package/dist/components/ui/points-input.js.map +1 -0
- package/dist/components/ui/popover.d.ts +11 -0
- package/dist/components/ui/popover.d.ts.map +1 -0
- package/dist/components/ui/popover.js +27 -0
- package/dist/components/ui/popover.js.map +1 -0
- package/dist/components/ui/progress.d.ts +5 -0
- package/dist/components/ui/progress.d.ts.map +1 -0
- package/dist/components/ui/progress.js +17 -0
- package/dist/components/ui/progress.js.map +1 -0
- package/dist/components/ui/radio-group.d.ts +6 -0
- package/dist/components/ui/radio-group.d.ts.map +1 -0
- package/dist/components/ui/radio-group.js +13 -0
- package/dist/components/ui/radio-group.js.map +1 -0
- package/dist/components/ui/scroll-area.d.ts +6 -0
- package/dist/components/ui/scroll-area.d.ts.map +1 -0
- package/dist/components/ui/scroll-area.js +12 -0
- package/dist/components/ui/scroll-area.js.map +1 -0
- package/dist/components/ui/select.d.ts +16 -0
- package/dist/components/ui/select.d.ts.map +1 -0
- package/dist/components/ui/select.js +39 -0
- package/dist/components/ui/select.js.map +1 -0
- package/dist/components/ui/separator.d.ts +5 -0
- package/dist/components/ui/separator.d.ts.map +1 -0
- package/dist/components/ui/separator.js +9 -0
- package/dist/components/ui/separator.js.map +1 -0
- package/dist/components/ui/sheet.d.ts +14 -0
- package/dist/components/ui/sheet.d.ts.map +1 -0
- package/dist/components/ui/sheet.js +41 -0
- package/dist/components/ui/sheet.js.map +1 -0
- package/dist/components/ui/single-select.d.ts +18 -0
- package/dist/components/ui/single-select.d.ts.map +1 -0
- package/dist/components/ui/single-select.js +77 -0
- package/dist/components/ui/single-select.js.map +1 -0
- package/dist/components/ui/skeleton.d.ts +3 -0
- package/dist/components/ui/skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeleton.js +7 -0
- package/dist/components/ui/skeleton.js.map +1 -0
- package/dist/components/ui/switch.d.ts +5 -0
- package/dist/components/ui/switch.d.ts.map +1 -0
- package/dist/components/ui/switch.js +9 -0
- package/dist/components/ui/switch.js.map +1 -0
- package/dist/components/ui/table.d.ts +11 -0
- package/dist/components/ui/table.d.ts.map +1 -0
- package/dist/components/ui/table.js +21 -0
- package/dist/components/ui/table.js.map +1 -0
- package/dist/components/ui/tabs.d.ts +8 -0
- package/dist/components/ui/tabs.d.ts.map +1 -0
- package/dist/components/ui/tabs.js +18 -0
- package/dist/components/ui/tabs.js.map +1 -0
- package/dist/components/ui/textarea.d.ts +6 -0
- package/dist/components/ui/textarea.d.ts.map +1 -0
- package/dist/components/ui/textarea.js +9 -0
- package/dist/components/ui/textarea.js.map +1 -0
- package/dist/components/ui/tooltip.d.ts +8 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/components/ui/tooltip.js +12 -0
- package/dist/components/ui/tooltip.js.map +1 -0
- package/dist/global.d.ts +46 -0
- package/dist/index.d.ts +28 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +20 -0
- package/dist/index.js.map +1 -0
- package/dist/mcp/config.d.ts +13 -0
- package/dist/mcp/config.d.ts.map +1 -0
- package/dist/mcp/config.js +33 -0
- package/dist/mcp/config.js.map +1 -0
- package/dist/mcp/http-client.d.ts +7 -0
- package/dist/mcp/http-client.d.ts.map +1 -0
- package/dist/mcp/http-client.js +49 -0
- package/dist/mcp/http-client.js.map +1 -0
- package/dist/mcp/index.d.ts +7 -0
- package/dist/mcp/index.d.ts.map +1 -0
- package/dist/mcp/index.js +31 -0
- package/dist/mcp/index.js.map +1 -0
- package/dist/mcp/tools/_helpers.d.ts +5 -0
- package/dist/mcp/tools/_helpers.d.ts.map +1 -0
- package/dist/mcp/tools/_helpers.js +26 -0
- package/dist/mcp/tools/_helpers.js.map +1 -0
- package/dist/mcp/tools/exams.d.ts +3 -0
- package/dist/mcp/tools/exams.d.ts.map +1 -0
- package/dist/mcp/tools/exams.js +440 -0
- package/dist/mcp/tools/exams.js.map +1 -0
- package/dist/mcp/tools/index.d.ts +3 -0
- package/dist/mcp/tools/index.d.ts.map +1 -0
- package/dist/mcp/tools/index.js +7 -0
- package/dist/mcp/tools/index.js.map +1 -0
- package/dist/mcp/tools/results.d.ts +3 -0
- package/dist/mcp/tools/results.d.ts.map +1 -0
- package/dist/mcp/tools/results.js +20 -0
- package/dist/mcp/tools/results.js.map +1 -0
- package/dist/shared/constants/ApiConstant.d.ts +232 -0
- package/dist/shared/constants/ApiConstant.d.ts.map +1 -0
- package/dist/shared/constants/ApiConstant.js +277 -0
- package/dist/shared/constants/ApiConstant.js.map +1 -0
- package/dist/shared/constants/QueryKeyConstant.d.ts +99 -0
- package/dist/shared/constants/QueryKeyConstant.d.ts.map +1 -0
- package/dist/shared/constants/QueryKeyConstant.js +113 -0
- package/dist/shared/constants/QueryKeyConstant.js.map +1 -0
- package/dist/shared/constants/exam-level.enum.d.ts +33 -0
- package/dist/shared/constants/exam-level.enum.d.ts.map +1 -0
- package/dist/shared/constants/exam-level.enum.js +42 -0
- package/dist/shared/constants/exam-level.enum.js.map +1 -0
- package/dist/shared/constants/landings/placement-test.constants.d.ts +128 -0
- package/dist/shared/constants/landings/placement-test.constants.d.ts.map +1 -0
- package/dist/shared/constants/landings/placement-test.constants.js +432 -0
- package/dist/shared/constants/landings/placement-test.constants.js.map +1 -0
- package/dist/shared/constants/question-skills.d.ts +93 -0
- package/dist/shared/constants/question-skills.d.ts.map +1 -0
- package/dist/shared/constants/question-skills.js +268 -0
- package/dist/shared/constants/question-skills.js.map +1 -0
- package/dist/shared/constants/routes.d.ts +70 -0
- package/dist/shared/constants/routes.d.ts.map +1 -0
- package/dist/shared/constants/routes.js +82 -0
- package/dist/shared/constants/routes.js.map +1 -0
- package/dist/shared/index.d.ts +8 -0
- package/dist/shared/index.d.ts.map +1 -0
- package/dist/shared/index.js +8 -0
- package/dist/shared/index.js.map +1 -0
- package/dist/shared/lib/hooks/index.d.ts +11 -0
- package/dist/shared/lib/hooks/index.d.ts.map +1 -0
- package/dist/shared/lib/hooks/index.js +11 -0
- package/dist/shared/lib/hooks/index.js.map +1 -0
- package/dist/shared/lib/hooks/useAlertDialog.d.ts +36 -0
- package/dist/shared/lib/hooks/useAlertDialog.d.ts.map +1 -0
- package/dist/shared/lib/hooks/useAlertDialog.js +58 -0
- package/dist/shared/lib/hooks/useAlertDialog.js.map +1 -0
- package/dist/shared/lib/hooks/useAudioPlayCounter.d.ts +8 -0
- package/dist/shared/lib/hooks/useAudioPlayCounter.d.ts.map +1 -0
- package/dist/shared/lib/hooks/useAudioPlayCounter.js +31 -0
- package/dist/shared/lib/hooks/useAudioPlayCounter.js.map +1 -0
- package/dist/shared/lib/hooks/useAudioPreview.d.ts +16 -0
- package/dist/shared/lib/hooks/useAudioPreview.d.ts.map +1 -0
- package/dist/shared/lib/hooks/useAudioPreview.js +82 -0
- package/dist/shared/lib/hooks/useAudioPreview.js.map +1 -0
- package/dist/shared/lib/hooks/useAudioUpload.d.ts +18 -0
- package/dist/shared/lib/hooks/useAudioUpload.d.ts.map +1 -0
- package/dist/shared/lib/hooks/useAudioUpload.js +25 -0
- package/dist/shared/lib/hooks/useAudioUpload.js.map +1 -0
- package/dist/shared/lib/hooks/useConfirmDialog.d.ts +44 -0
- package/dist/shared/lib/hooks/useConfirmDialog.d.ts.map +1 -0
- package/dist/shared/lib/hooks/useConfirmDialog.js +90 -0
- package/dist/shared/lib/hooks/useConfirmDialog.js.map +1 -0
- package/dist/shared/lib/hooks/useDebouncedCallback.d.ts +8 -0
- package/dist/shared/lib/hooks/useDebouncedCallback.d.ts.map +1 -0
- package/dist/shared/lib/hooks/useDebouncedCallback.js +33 -0
- package/dist/shared/lib/hooks/useDebouncedCallback.js.map +1 -0
- package/dist/shared/lib/hooks/useDelayedAutoPlay.d.ts +11 -0
- package/dist/shared/lib/hooks/useDelayedAutoPlay.d.ts.map +1 -0
- package/dist/shared/lib/hooks/useDelayedAutoPlay.js +13 -0
- package/dist/shared/lib/hooks/useDelayedAutoPlay.js.map +1 -0
- package/dist/shared/lib/hooks/useFileUpload.d.ts +15 -0
- package/dist/shared/lib/hooks/useFileUpload.d.ts.map +1 -0
- package/dist/shared/lib/hooks/useFileUpload.js +25 -0
- package/dist/shared/lib/hooks/useFileUpload.js.map +1 -0
- package/dist/shared/lib/hooks/useImageUrl.d.ts +2 -0
- package/dist/shared/lib/hooks/useImageUrl.d.ts.map +1 -0
- package/dist/shared/lib/hooks/useImageUrl.js +6 -0
- package/dist/shared/lib/hooks/useImageUrl.js.map +1 -0
- package/dist/shared/lib/hooks/usePresignedFileUrl.d.ts +11 -0
- package/dist/shared/lib/hooks/usePresignedFileUrl.d.ts.map +1 -0
- package/dist/shared/lib/hooks/usePresignedFileUrl.js +11 -0
- package/dist/shared/lib/hooks/usePresignedFileUrl.js.map +1 -0
- package/dist/shared/lib/hooks/useReactHookForm.d.ts +34 -0
- package/dist/shared/lib/hooks/useReactHookForm.d.ts.map +1 -0
- package/dist/shared/lib/hooks/useReactHookForm.js +32 -0
- package/dist/shared/lib/hooks/useReactHookForm.js.map +1 -0
- package/dist/shared/lib/hooks/useToast.d.ts +35 -0
- package/dist/shared/lib/hooks/useToast.d.ts.map +1 -0
- package/dist/shared/lib/hooks/useToast.js +63 -0
- package/dist/shared/lib/hooks/useToast.js.map +1 -0
- package/dist/shared/lib/i18n/index.d.ts +32 -0
- package/dist/shared/lib/i18n/index.d.ts.map +1 -0
- package/dist/shared/lib/i18n/index.js +55 -0
- package/dist/shared/lib/i18n/index.js.map +1 -0
- package/dist/shared/lib/i18n/messages/en/admin.d.ts +1937 -0
- package/dist/shared/lib/i18n/messages/en/admin.d.ts.map +1 -0
- package/dist/shared/lib/i18n/messages/en/admin.js +2105 -0
- package/dist/shared/lib/i18n/messages/en/admin.js.map +1 -0
- package/dist/shared/lib/i18n/messages/en/auth.d.ts +82 -0
- package/dist/shared/lib/i18n/messages/en/auth.d.ts.map +1 -0
- package/dist/shared/lib/i18n/messages/en/auth.js +87 -0
- package/dist/shared/lib/i18n/messages/en/auth.js.map +1 -0
- package/dist/shared/lib/i18n/messages/en/common.d.ts +125 -0
- package/dist/shared/lib/i18n/messages/en/common.d.ts.map +1 -0
- package/dist/shared/lib/i18n/messages/en/common.js +141 -0
- package/dist/shared/lib/i18n/messages/en/common.js.map +1 -0
- package/dist/shared/lib/i18n/messages/en/file-upload.d.ts +17 -0
- package/dist/shared/lib/i18n/messages/en/file-upload.d.ts.map +1 -0
- package/dist/shared/lib/i18n/messages/en/file-upload.js +19 -0
- package/dist/shared/lib/i18n/messages/en/file-upload.js.map +1 -0
- package/dist/shared/lib/i18n/messages/en/student.d.ts +125 -0
- package/dist/shared/lib/i18n/messages/en/student.d.ts.map +1 -0
- package/dist/shared/lib/i18n/messages/en/student.js +134 -0
- package/dist/shared/lib/i18n/messages/en/student.js.map +1 -0
- package/dist/shared/lib/i18n/messages/en/terms.d.ts +27 -0
- package/dist/shared/lib/i18n/messages/en/terms.d.ts.map +1 -0
- package/dist/shared/lib/i18n/messages/en/terms.js +38 -0
- package/dist/shared/lib/i18n/messages/en/terms.js.map +1 -0
- package/dist/shared/lib/i18n/messages/en.d.ts +2293 -0
- package/dist/shared/lib/i18n/messages/en.d.ts.map +1 -0
- package/dist/shared/lib/i18n/messages/en.js +16 -0
- package/dist/shared/lib/i18n/messages/en.js.map +1 -0
- package/dist/shared/lib/i18n/messages/vi/admin.d.ts +1937 -0
- package/dist/shared/lib/i18n/messages/vi/admin.d.ts.map +1 -0
- package/dist/shared/lib/i18n/messages/vi/admin.js +2105 -0
- package/dist/shared/lib/i18n/messages/vi/admin.js.map +1 -0
- package/dist/shared/lib/i18n/messages/vi/auth.d.ts +82 -0
- package/dist/shared/lib/i18n/messages/vi/auth.d.ts.map +1 -0
- package/dist/shared/lib/i18n/messages/vi/auth.js +87 -0
- package/dist/shared/lib/i18n/messages/vi/auth.js.map +1 -0
- package/dist/shared/lib/i18n/messages/vi/common.d.ts +125 -0
- package/dist/shared/lib/i18n/messages/vi/common.d.ts.map +1 -0
- package/dist/shared/lib/i18n/messages/vi/common.js +141 -0
- package/dist/shared/lib/i18n/messages/vi/common.js.map +1 -0
- package/dist/shared/lib/i18n/messages/vi/file-upload.d.ts +17 -0
- package/dist/shared/lib/i18n/messages/vi/file-upload.d.ts.map +1 -0
- package/dist/shared/lib/i18n/messages/vi/file-upload.js +19 -0
- package/dist/shared/lib/i18n/messages/vi/file-upload.js.map +1 -0
- package/dist/shared/lib/i18n/messages/vi/student.d.ts +125 -0
- package/dist/shared/lib/i18n/messages/vi/student.d.ts.map +1 -0
- package/dist/shared/lib/i18n/messages/vi/student.js +134 -0
- package/dist/shared/lib/i18n/messages/vi/student.js.map +1 -0
- package/dist/shared/lib/i18n/messages/vi/terms.d.ts +27 -0
- package/dist/shared/lib/i18n/messages/vi/terms.d.ts.map +1 -0
- package/dist/shared/lib/i18n/messages/vi/terms.js +38 -0
- package/dist/shared/lib/i18n/messages/vi/terms.js.map +1 -0
- package/dist/shared/lib/i18n/messages/vi.d.ts +2293 -0
- package/dist/shared/lib/i18n/messages/vi.d.ts.map +1 -0
- package/dist/shared/lib/i18n/messages/vi.js +16 -0
- package/dist/shared/lib/i18n/messages/vi.js.map +1 -0
- package/dist/shared/lib/i18n/types.d.ts +4 -0
- package/dist/shared/lib/i18n/types.d.ts.map +1 -0
- package/dist/shared/lib/i18n/types.js +2 -0
- package/dist/shared/lib/i18n/types.js.map +1 -0
- package/dist/shared/lib/stores/examQuestionStore.d.ts +95 -0
- package/dist/shared/lib/stores/examQuestionStore.d.ts.map +1 -0
- package/dist/shared/lib/stores/examQuestionStore.js +213 -0
- package/dist/shared/lib/stores/examQuestionStore.js.map +1 -0
- package/dist/shared/lib/stores/localeStore.d.ts +20 -0
- package/dist/shared/lib/stores/localeStore.d.ts.map +1 -0
- package/dist/shared/lib/stores/localeStore.js +11 -0
- package/dist/shared/lib/stores/localeStore.js.map +1 -0
- package/dist/shared/lib/utils/public-page.d.ts +9 -0
- package/dist/shared/lib/utils/public-page.d.ts.map +1 -0
- package/dist/shared/lib/utils/public-page.js +45 -0
- package/dist/shared/lib/utils/public-page.js.map +1 -0
- package/dist/shared/lib/utils/question-transform-types.d.ts +398 -0
- package/dist/shared/lib/utils/question-transform-types.d.ts.map +1 -0
- package/dist/shared/lib/utils/question-transform-types.js +2 -0
- package/dist/shared/lib/utils/question-transform-types.js.map +1 -0
- package/dist/shared/lib/utils/question-transform.d.ts +31 -0
- package/dist/shared/lib/utils/question-transform.d.ts.map +1 -0
- package/dist/shared/lib/utils/question-transform.js +175 -0
- package/dist/shared/lib/utils/question-transform.js.map +1 -0
- package/dist/shared/lib/utils.d.ts +70 -0
- package/dist/shared/lib/utils.d.ts.map +1 -0
- package/dist/shared/lib/utils.js +169 -0
- package/dist/shared/lib/utils.js.map +1 -0
- package/dist/shared/lib/validation/choose-correct-answer.validation.d.ts +19 -0
- package/dist/shared/lib/validation/choose-correct-answer.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/choose-correct-answer.validation.js +112 -0
- package/dist/shared/lib/validation/choose-correct-answer.validation.js.map +1 -0
- package/dist/shared/lib/validation/label-the-picture.validation.d.ts +13 -0
- package/dist/shared/lib/validation/label-the-picture.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/label-the-picture.validation.js +20 -0
- package/dist/shared/lib/validation/label-the-picture.validation.js.map +1 -0
- package/dist/shared/lib/validation/listen-and-choose-from-answer-group.validation.d.ts +27 -0
- package/dist/shared/lib/validation/listen-and-choose-from-answer-group.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/listen-and-choose-from-answer-group.validation.js +47 -0
- package/dist/shared/lib/validation/listen-and-choose-from-answer-group.validation.js.map +1 -0
- package/dist/shared/lib/validation/listen-and-choose-objects-in-scene.validation.d.ts +18 -0
- package/dist/shared/lib/validation/listen-and-choose-objects-in-scene.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/listen-and-choose-objects-in-scene.validation.js +22 -0
- package/dist/shared/lib/validation/listen-and-choose-objects-in-scene.validation.js.map +1 -0
- package/dist/shared/lib/validation/listen-and-drag-objects-into-scene.validation.d.ts +23 -0
- package/dist/shared/lib/validation/listen-and-drag-objects-into-scene.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/listen-and-drag-objects-into-scene.validation.js +35 -0
- package/dist/shared/lib/validation/listen-and-drag-objects-into-scene.validation.js.map +1 -0
- package/dist/shared/lib/validation/listen-and-speak-answer.validation.d.ts +17 -0
- package/dist/shared/lib/validation/listen-and-speak-answer.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/listen-and-speak-answer.validation.js +41 -0
- package/dist/shared/lib/validation/listen-and-speak-answer.validation.js.map +1 -0
- package/dist/shared/lib/validation/listen-and-speak-compare-images.validation.d.ts +16 -0
- package/dist/shared/lib/validation/listen-and-speak-compare-images.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/listen-and-speak-compare-images.validation.js +46 -0
- package/dist/shared/lib/validation/listen-and-speak-compare-images.validation.js.map +1 -0
- package/dist/shared/lib/validation/listen-and-speak-image-group.validation.d.ts +22 -0
- package/dist/shared/lib/validation/listen-and-speak-image-group.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/listen-and-speak-image-group.validation.js +20 -0
- package/dist/shared/lib/validation/listen-and-speak-image-group.validation.js.map +1 -0
- package/dist/shared/lib/validation/listen-and-speak-info-exchange.validation.d.ts +27 -0
- package/dist/shared/lib/validation/listen-and-speak-info-exchange.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/listen-and-speak-info-exchange.validation.js +40 -0
- package/dist/shared/lib/validation/listen-and-speak-info-exchange.validation.js.map +1 -0
- package/dist/shared/lib/validation/listen-and-speak-odd-one-out.validation.d.ts +12 -0
- package/dist/shared/lib/validation/listen-and-speak-odd-one-out.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/listen-and-speak-odd-one-out.validation.js +33 -0
- package/dist/shared/lib/validation/listen-and-speak-odd-one-out.validation.js.map +1 -0
- package/dist/shared/lib/validation/listen-and-speak-question-list.validation.d.ts +18 -0
- package/dist/shared/lib/validation/listen-and-speak-question-list.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/listen-and-speak-question-list.validation.js +20 -0
- package/dist/shared/lib/validation/listen-and-speak-question-list.validation.js.map +1 -0
- package/dist/shared/lib/validation/listen-and-speak-with-story-images.validation.d.ts +11 -0
- package/dist/shared/lib/validation/listen-and-speak-with-story-images.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/listen-and-speak-with-story-images.validation.js +29 -0
- package/dist/shared/lib/validation/listen-and-speak-with-story-images.validation.js.map +1 -0
- package/dist/shared/lib/validation/look-picture-choose-correct-answer.validation.d.ts +10 -0
- package/dist/shared/lib/validation/look-picture-choose-correct-answer.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/look-picture-choose-correct-answer.validation.js +13 -0
- package/dist/shared/lib/validation/look-picture-choose-correct-answer.validation.js.map +1 -0
- package/dist/shared/lib/validation/look-picture-fill-blank-choose-answer.validation.d.ts +18 -0
- package/dist/shared/lib/validation/look-picture-fill-blank-choose-answer.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/look-picture-fill-blank-choose-answer.validation.js +48 -0
- package/dist/shared/lib/validation/look-picture-fill-blank-choose-answer.validation.js.map +1 -0
- package/dist/shared/lib/validation/read-and-color-objects.validation.d.ts +21 -0
- package/dist/shared/lib/validation/read-and-color-objects.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/read-and-color-objects.validation.js +30 -0
- package/dist/shared/lib/validation/read-and-color-objects.validation.js.map +1 -0
- package/dist/shared/lib/validation/read-displayed-content.validation.d.ts +8 -0
- package/dist/shared/lib/validation/read-displayed-content.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/read-displayed-content.validation.js +29 -0
- package/dist/shared/lib/validation/read-displayed-content.validation.js.map +1 -0
- package/dist/shared/lib/validation/speaking-conversation.validation.d.ts +30 -0
- package/dist/shared/lib/validation/speaking-conversation.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/speaking-conversation.validation.js +76 -0
- package/dist/shared/lib/validation/speaking-conversation.validation.js.map +1 -0
- package/dist/shared/lib/validation/speaking-describe-image.validation.d.ts +10 -0
- package/dist/shared/lib/validation/speaking-describe-image.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/speaking-describe-image.validation.js +32 -0
- package/dist/shared/lib/validation/speaking-describe-image.validation.js.map +1 -0
- package/dist/shared/lib/validation/spontaneous-qa.validation.d.ts +14 -0
- package/dist/shared/lib/validation/spontaneous-qa.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/spontaneous-qa.validation.js +49 -0
- package/dist/shared/lib/validation/spontaneous-qa.validation.js.map +1 -0
- package/dist/shared/lib/validation/word-fill-paragraph-default.validation.d.ts +18 -0
- package/dist/shared/lib/validation/word-fill-paragraph-default.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/word-fill-paragraph-default.validation.js +39 -0
- package/dist/shared/lib/validation/word-fill-paragraph-default.validation.js.map +1 -0
- package/dist/shared/lib/validation/word-fill-paragraph-with-options.validation.d.ts +16 -0
- package/dist/shared/lib/validation/word-fill-paragraph-with-options.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/word-fill-paragraph-with-options.validation.js +40 -0
- package/dist/shared/lib/validation/word-fill-paragraph-with-options.validation.js.map +1 -0
- package/dist/shared/lib/validation/word-fill-paragraph.validation.d.ts +20 -0
- package/dist/shared/lib/validation/word-fill-paragraph.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/word-fill-paragraph.validation.js +44 -0
- package/dist/shared/lib/validation/word-fill-paragraph.validation.js.map +1 -0
- package/dist/shared/lib/validation/word-ordering.validation.d.ts +11 -0
- package/dist/shared/lib/validation/word-ordering.validation.d.ts.map +1 -0
- package/dist/shared/lib/validation/word-ordering.validation.js +34 -0
- package/dist/shared/lib/validation/word-ordering.validation.js.map +1 -0
- package/dist/shared/types/branch.types.d.ts +154 -0
- package/dist/shared/types/branch.types.d.ts.map +1 -0
- package/dist/shared/types/branch.types.js +7 -0
- package/dist/shared/types/branch.types.js.map +1 -0
- package/dist/shared/types/common.types.d.ts +81 -0
- package/dist/shared/types/common.types.d.ts.map +1 -0
- package/dist/shared/types/common.types.js +51 -0
- package/dist/shared/types/common.types.js.map +1 -0
- package/dist/shared/types/entities/exam-schedule.types.d.ts +66 -0
- package/dist/shared/types/entities/exam-schedule.types.d.ts.map +1 -0
- package/dist/shared/types/entities/exam-schedule.types.js +6 -0
- package/dist/shared/types/entities/exam-schedule.types.js.map +1 -0
- package/dist/shared/types/entities/exam.types.d.ts +111 -0
- package/dist/shared/types/entities/exam.types.d.ts.map +1 -0
- package/dist/shared/types/entities/exam.types.js +2 -0
- package/dist/shared/types/entities/exam.types.js.map +1 -0
- package/dist/shared/types/entities/question.types.d.ts +359 -0
- package/dist/shared/types/entities/question.types.d.ts.map +1 -0
- package/dist/shared/types/entities/question.types.js +5 -0
- package/dist/shared/types/entities/question.types.js.map +1 -0
- package/dist/shared/types/entities/result.types.d.ts +41 -0
- package/dist/shared/types/entities/result.types.d.ts.map +1 -0
- package/dist/shared/types/entities/result.types.js +5 -0
- package/dist/shared/types/entities/result.types.js.map +1 -0
- package/dist/shared/types/entities/user.types.d.ts +42 -0
- package/dist/shared/types/entities/user.types.d.ts.map +1 -0
- package/dist/shared/types/entities/user.types.js +5 -0
- package/dist/shared/types/entities/user.types.js.map +1 -0
- package/dist/shared/types/exam-taking.types.d.ts +39 -0
- package/dist/shared/types/exam-taking.types.d.ts.map +1 -0
- package/dist/shared/types/exam-taking.types.js +3 -0
- package/dist/shared/types/exam-taking.types.js.map +1 -0
- package/dist/shared/types/history.types.d.ts +21 -0
- package/dist/shared/types/history.types.d.ts.map +1 -0
- package/dist/shared/types/history.types.js +35 -0
- package/dist/shared/types/history.types.js.map +1 -0
- package/dist/shared/types/index.d.ts +102 -0
- package/dist/shared/types/index.d.ts.map +1 -0
- package/dist/shared/types/index.js +2 -0
- package/dist/shared/types/index.js.map +1 -0
- package/dist/shared/types/questions/choose-correct-adjective.d.ts +38 -0
- package/dist/shared/types/questions/choose-correct-adjective.d.ts.map +1 -0
- package/dist/shared/types/questions/choose-correct-adjective.js +5 -0
- package/dist/shared/types/questions/choose-correct-adjective.js.map +1 -0
- package/dist/shared/types/questions/choose-the-correct-answer.d.ts +73 -0
- package/dist/shared/types/questions/choose-the-correct-answer.d.ts.map +1 -0
- package/dist/shared/types/questions/choose-the-correct-answer.js +10 -0
- package/dist/shared/types/questions/choose-the-correct-answer.js.map +1 -0
- package/dist/shared/types/questions/fill-missing-words-in-grid.d.ts +72 -0
- package/dist/shared/types/questions/fill-missing-words-in-grid.d.ts.map +1 -0
- package/dist/shared/types/questions/fill-missing-words-in-grid.js +12 -0
- package/dist/shared/types/questions/fill-missing-words-in-grid.js.map +1 -0
- package/dist/shared/types/questions/index.d.ts +29 -0
- package/dist/shared/types/questions/index.d.ts.map +1 -0
- package/dist/shared/types/questions/index.js +41 -0
- package/dist/shared/types/questions/index.js.map +1 -0
- package/dist/shared/types/questions/listen-and-speak-answer.d.ts +47 -0
- package/dist/shared/types/questions/listen-and-speak-answer.d.ts.map +1 -0
- package/dist/shared/types/questions/listen-and-speak-answer.js +2 -0
- package/dist/shared/types/questions/listen-and-speak-answer.js.map +1 -0
- package/dist/shared/types/questions/listen-and-speak-compare-images.d.ts +23 -0
- package/dist/shared/types/questions/listen-and-speak-compare-images.d.ts.map +1 -0
- package/dist/shared/types/questions/listen-and-speak-compare-images.js +2 -0
- package/dist/shared/types/questions/listen-and-speak-compare-images.js.map +1 -0
- package/dist/shared/types/questions/listen-and-speak-image-group.d.ts +30 -0
- package/dist/shared/types/questions/listen-and-speak-image-group.d.ts.map +1 -0
- package/dist/shared/types/questions/listen-and-speak-image-group.js +2 -0
- package/dist/shared/types/questions/listen-and-speak-image-group.js.map +1 -0
- package/dist/shared/types/questions/listen-and-speak-info-exchange.d.ts +30 -0
- package/dist/shared/types/questions/listen-and-speak-info-exchange.d.ts.map +1 -0
- package/dist/shared/types/questions/listen-and-speak-info-exchange.js +4 -0
- package/dist/shared/types/questions/listen-and-speak-info-exchange.js.map +1 -0
- package/dist/shared/types/questions/listen-and-speak-odd-one-out.d.ts +14 -0
- package/dist/shared/types/questions/listen-and-speak-odd-one-out.d.ts.map +1 -0
- package/dist/shared/types/questions/listen-and-speak-odd-one-out.js +4 -0
- package/dist/shared/types/questions/listen-and-speak-odd-one-out.js.map +1 -0
- package/dist/shared/types/questions/listen-and-speak-question-list.d.ts +19 -0
- package/dist/shared/types/questions/listen-and-speak-question-list.d.ts.map +1 -0
- package/dist/shared/types/questions/listen-and-speak-question-list.js +2 -0
- package/dist/shared/types/questions/listen-and-speak-question-list.js.map +1 -0
- package/dist/shared/types/questions/listen-and-speak-with-story-images.d.ts +14 -0
- package/dist/shared/types/questions/listen-and-speak-with-story-images.d.ts.map +1 -0
- package/dist/shared/types/questions/listen-and-speak-with-story-images.js +4 -0
- package/dist/shared/types/questions/listen-and-speak-with-story-images.js.map +1 -0
- package/dist/shared/types/questions/look-picture-choose-correct-answer.d.ts +39 -0
- package/dist/shared/types/questions/look-picture-choose-correct-answer.d.ts.map +1 -0
- package/dist/shared/types/questions/look-picture-choose-correct-answer.js +6 -0
- package/dist/shared/types/questions/look-picture-choose-correct-answer.js.map +1 -0
- package/dist/shared/types/questions/look-picture-fill-blank-choose-answer.d.ts +64 -0
- package/dist/shared/types/questions/look-picture-fill-blank-choose-answer.d.ts.map +1 -0
- package/dist/shared/types/questions/look-picture-fill-blank-choose-answer.js +10 -0
- package/dist/shared/types/questions/look-picture-fill-blank-choose-answer.js.map +1 -0
- package/dist/shared/types/questions/look-picture-fill-word-hint.d.ts +58 -0
- package/dist/shared/types/questions/look-picture-fill-word-hint.d.ts.map +1 -0
- package/dist/shared/types/questions/look-picture-fill-word-hint.js +8 -0
- package/dist/shared/types/questions/look-picture-fill-word-hint.js.map +1 -0
- package/dist/shared/types/questions/read-displayed-content.d.ts +68 -0
- package/dist/shared/types/questions/read-displayed-content.d.ts.map +1 -0
- package/dist/shared/types/questions/read-displayed-content.js +2 -0
- package/dist/shared/types/questions/read-displayed-content.js.map +1 -0
- package/dist/shared/types/questions/speaking-conversation.d.ts +51 -0
- package/dist/shared/types/questions/speaking-conversation.d.ts.map +1 -0
- package/dist/shared/types/questions/speaking-conversation.js +8 -0
- package/dist/shared/types/questions/speaking-conversation.js.map +1 -0
- package/dist/shared/types/questions/speaking-describe-image.d.ts +41 -0
- package/dist/shared/types/questions/speaking-describe-image.d.ts.map +1 -0
- package/dist/shared/types/questions/speaking-describe-image.js +2 -0
- package/dist/shared/types/questions/speaking-describe-image.js.map +1 -0
- package/dist/shared/types/questions/spontaneous-qa.d.ts +80 -0
- package/dist/shared/types/questions/spontaneous-qa.d.ts.map +1 -0
- package/dist/shared/types/questions/spontaneous-qa.js +2 -0
- package/dist/shared/types/questions/spontaneous-qa.js.map +1 -0
- package/dist/shared/types/questions/write-correct-verb-form.d.ts +110 -0
- package/dist/shared/types/questions/write-correct-verb-form.d.ts.map +1 -0
- package/dist/shared/types/questions/write-correct-verb-form.js +13 -0
- package/dist/shared/types/questions/write-correct-verb-form.js.map +1 -0
- package/dist/shared/types/role.types.d.ts +61 -0
- package/dist/shared/types/role.types.d.ts.map +1 -0
- package/dist/shared/types/role.types.js +2 -0
- package/dist/shared/types/role.types.js.map +1 -0
- package/dist/shared/types/structure-management.d.ts +218 -0
- package/dist/shared/types/structure-management.d.ts.map +1 -0
- package/dist/shared/types/structure-management.js +29 -0
- package/dist/shared/types/structure-management.js.map +1 -0
- package/dist/shared/types/student.types.d.ts +396 -0
- package/dist/shared/types/student.types.d.ts.map +1 -0
- package/dist/shared/types/student.types.js +55 -0
- package/dist/shared/types/student.types.js.map +1 -0
- package/dist/shared/types/teacher-dashboard-rooms.d.ts +61 -0
- package/dist/shared/types/teacher-dashboard-rooms.d.ts.map +1 -0
- package/dist/shared/types/teacher-dashboard-rooms.js +3 -0
- package/dist/shared/types/teacher-dashboard-rooms.js.map +1 -0
- package/package.json +144 -0
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { useEffect, useMemo, useState } from 'react';
|
|
4
|
+
import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger, } from '../../../components/ui/dropdown-menu';
|
|
5
|
+
import { Input } from '../../../components/ui/input';
|
|
6
|
+
import { Badge } from '../../../components/ui/badge';
|
|
7
|
+
import { Loader2, Search, Image as ImageIcon, FileText, Grid3X3, BookOpen, Library, Sparkles, Hash, BarChart3, Lightbulb, CheckCircle2, } from 'lucide-react';
|
|
8
|
+
import { useQuery } from '@tanstack/react-query';
|
|
9
|
+
import { ScrollArea } from '../../../components/ui/scroll-area';
|
|
10
|
+
import { cn } from '../../../shared/lib/utils';
|
|
11
|
+
const truncate = (text, maxLength) => {
|
|
12
|
+
if (!text)
|
|
13
|
+
return '';
|
|
14
|
+
// Convert to string if it's not already
|
|
15
|
+
const textStr = typeof text === 'string' ? text : String(text);
|
|
16
|
+
if (textStr.length <= maxLength)
|
|
17
|
+
return textStr;
|
|
18
|
+
return `${textStr.substring(0, maxLength)}...`;
|
|
19
|
+
};
|
|
20
|
+
// Image-based question types
|
|
21
|
+
const IMAGE_BASED_TYPES = [
|
|
22
|
+
'LOOK_PICTURE_FILL_BLANK_CHOOSE_ANSWER',
|
|
23
|
+
'LOOK_PICTURE_CHOOSE_CORRECT_ANSWER',
|
|
24
|
+
'LOOK_PICTURE_FILL_WORD_HINT',
|
|
25
|
+
'FILL_IN_BLANK',
|
|
26
|
+
'LABEL_THE_PICTURE',
|
|
27
|
+
'READ_AND_COLOR_OBJECTS',
|
|
28
|
+
'IMAGE_OBJECT_MATCHING',
|
|
29
|
+
'FILL_IN_BLANK',
|
|
30
|
+
];
|
|
31
|
+
// Passage-based question types
|
|
32
|
+
const PASSAGE_BASED_TYPES = [
|
|
33
|
+
'READ_PASSAGE_AND_ANSWER_QUESTIONS',
|
|
34
|
+
'READ_PASSAGE_AND_COMPLETE_STORY',
|
|
35
|
+
];
|
|
36
|
+
// Grid-based question types
|
|
37
|
+
const GRID_BASED_TYPES = ['FILL_MISSING_WORDS_IN_GRID'];
|
|
38
|
+
// Get display icon for question type
|
|
39
|
+
const getQuestionTypeIcon = (type) => {
|
|
40
|
+
if (IMAGE_BASED_TYPES.includes(type)) {
|
|
41
|
+
return _jsx(ImageIcon, { className: "h-4 w-4 text-blue-500" });
|
|
42
|
+
}
|
|
43
|
+
if (PASSAGE_BASED_TYPES.includes(type)) {
|
|
44
|
+
return _jsx(BookOpen, { className: "h-4 w-4 text-green-500" });
|
|
45
|
+
}
|
|
46
|
+
if (GRID_BASED_TYPES.includes(type)) {
|
|
47
|
+
return _jsx(Grid3X3, { className: "h-4 w-4 text-purple-500" });
|
|
48
|
+
}
|
|
49
|
+
return _jsx(FileText, { className: "h-4 w-4 text-gray-500" });
|
|
50
|
+
};
|
|
51
|
+
// Get question type display name in Vietnamese
|
|
52
|
+
const getQuestionTypeName = (type) => {
|
|
53
|
+
const typeMap = {
|
|
54
|
+
'LOOK_PICTURE_FILL_BLANK_CHOOSE_ANSWER': 'Nhìn tranh điền chỗ trống',
|
|
55
|
+
'LOOK_PICTURE_CHOOSE_CORRECT_ANSWER': 'Nhìn tranh chọn đáp án',
|
|
56
|
+
'LOOK_PICTURE_FILL_WORD_HINT': 'Nhìn tranh điền từ gợi ý',
|
|
57
|
+
'FILL_MISSING_WORDS_IN_GRID': 'Điền chữ trong bảng',
|
|
58
|
+
'CHOOSE_THE_CORRECT_ANSWER': 'Chọn đáp án đúng',
|
|
59
|
+
'LABEL_THE_PICTURE': 'Gắn nhãn hình ảnh',
|
|
60
|
+
'READ_AND_COLOR_OBJECTS': 'Đọc và tô màu',
|
|
61
|
+
'IMAGE_OBJECT_MATCHING': 'Ghép hình ảnh - Đối tượng',
|
|
62
|
+
'WRITE_CORRECT_VERB_FORM': 'Viết dạng động từ',
|
|
63
|
+
'FILL_IN_BLANK': 'Điền vào chỗ trống',
|
|
64
|
+
'READ_PASSAGE_AND_ANSWER_QUESTIONS': 'Đọc hiểu',
|
|
65
|
+
};
|
|
66
|
+
return type ? typeMap[type] || type.replace(/_/g, ' ').toLowerCase() : 'Chưa xác định';
|
|
67
|
+
};
|
|
68
|
+
// Enhanced function to extract display text from different question content structures
|
|
69
|
+
export const getQuestionDisplayText = (question) => {
|
|
70
|
+
return getContentDisplayText(question.content, question.type);
|
|
71
|
+
};
|
|
72
|
+
// Extract display text from content object (for cases where we have content but not full Question)
|
|
73
|
+
export const getContentDisplayText = (content, type) => {
|
|
74
|
+
if (!content)
|
|
75
|
+
return type || 'Câu hỏi';
|
|
76
|
+
// Handle string content directly
|
|
77
|
+
if (typeof content === 'string') {
|
|
78
|
+
return content;
|
|
79
|
+
}
|
|
80
|
+
// Handle object content based on question type
|
|
81
|
+
if (typeof content === 'object') {
|
|
82
|
+
// LOOK_PICTURE_FILL_BLANK_CHOOSE_ANSWER, LOOK_PICTURE_CHOOSE_CORRECT_ANSWER
|
|
83
|
+
if (content.subQuestions && Array.isArray(content.subQuestions)) {
|
|
84
|
+
const firstSubQ = content.subQuestions[0];
|
|
85
|
+
if (firstSubQ?.question) {
|
|
86
|
+
return firstSubQ.question;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
// For content with direct question field (single question format)
|
|
90
|
+
if (content.question) {
|
|
91
|
+
return content.question;
|
|
92
|
+
}
|
|
93
|
+
// LOOK_PICTURE_FILL_WORD_HINT - show word pattern
|
|
94
|
+
if (content.word) {
|
|
95
|
+
return `Điền chữ: ${content.word}`;
|
|
96
|
+
}
|
|
97
|
+
// READ_PASSAGE_AND_ANSWER_QUESTIONS
|
|
98
|
+
if (content.passage) {
|
|
99
|
+
return content.passageTitle || truncate(content.passage, 60);
|
|
100
|
+
}
|
|
101
|
+
// FILL_MISSING_WORDS_IN_GRID
|
|
102
|
+
if (content.grid && content.rows && content.columns) {
|
|
103
|
+
return `Lưới ${content.rows}x${content.columns}`;
|
|
104
|
+
}
|
|
105
|
+
// LABEL_THE_PICTURE
|
|
106
|
+
if (content.wordBank) {
|
|
107
|
+
const words = content.wordBank.map((w) => w.text || w).slice(0, 3).join(', ');
|
|
108
|
+
return `Từ vựng: ${words}${content.wordBank.length > 3 ? '...' : ''}`;
|
|
109
|
+
}
|
|
110
|
+
// READ_AND_COLOR_OBJECTS / IMAGE_OBJECT_MATCHING
|
|
111
|
+
if (content.colorNodes || content.regionNodes) {
|
|
112
|
+
const regionCount = content.regionNodes?.length || 0;
|
|
113
|
+
return `${regionCount} vùng tô màu`;
|
|
114
|
+
}
|
|
115
|
+
// WRITE_A_SHORT_LETTER
|
|
116
|
+
if (content.contexts) {
|
|
117
|
+
const firstContext = content.contexts[0];
|
|
118
|
+
return firstContext?.text ? truncate(firstContext.text, 50) : 'Viết thư ngắn';
|
|
119
|
+
}
|
|
120
|
+
// CHOOSE_THE_CORRECT_ANSWER
|
|
121
|
+
if (content.options && Array.isArray(content.options)) {
|
|
122
|
+
return content.questionText || content.question || 'Câu hỏi trắc nghiệm';
|
|
123
|
+
}
|
|
124
|
+
// FILL_IN_BLANK
|
|
125
|
+
if (content.blanks) {
|
|
126
|
+
const firstBlank = content.blanks[0];
|
|
127
|
+
return firstBlank?.text || content.sentence || 'Điền vào chỗ trống';
|
|
128
|
+
}
|
|
129
|
+
// Fallback: try common field names
|
|
130
|
+
if (content.instruction)
|
|
131
|
+
return content.instruction;
|
|
132
|
+
if (content.mainTitle)
|
|
133
|
+
return content.mainTitle;
|
|
134
|
+
if (content.title)
|
|
135
|
+
return content.title;
|
|
136
|
+
if (content.text)
|
|
137
|
+
return content.text;
|
|
138
|
+
}
|
|
139
|
+
return type || 'Câu hỏi';
|
|
140
|
+
};
|
|
141
|
+
// Get difficulty badge color
|
|
142
|
+
const getDifficultyBadgeClass = (difficulty) => {
|
|
143
|
+
switch (difficulty?.toUpperCase()) {
|
|
144
|
+
case 'EASY':
|
|
145
|
+
return 'bg-green-100 text-green-700 border-green-200';
|
|
146
|
+
case 'HARD':
|
|
147
|
+
return 'bg-red-100 text-red-700 border-red-200';
|
|
148
|
+
default:
|
|
149
|
+
return 'bg-yellow-100 text-yellow-700 border-yellow-200';
|
|
150
|
+
}
|
|
151
|
+
};
|
|
152
|
+
// Get difficulty display name
|
|
153
|
+
const getDifficultyName = (difficulty) => {
|
|
154
|
+
switch (difficulty?.toUpperCase()) {
|
|
155
|
+
case 'EASY':
|
|
156
|
+
return 'Dễ';
|
|
157
|
+
case 'HARD':
|
|
158
|
+
return 'Khó';
|
|
159
|
+
case 'MEDIUM':
|
|
160
|
+
return 'TB';
|
|
161
|
+
default:
|
|
162
|
+
return 'TB';
|
|
163
|
+
}
|
|
164
|
+
};
|
|
165
|
+
// Get subquestion count if applicable
|
|
166
|
+
const getSubQuestionCount = (question) => {
|
|
167
|
+
const content = question.content;
|
|
168
|
+
if (!content)
|
|
169
|
+
return null;
|
|
170
|
+
if (content.subQuestions && Array.isArray(content.subQuestions)) {
|
|
171
|
+
return content.subQuestions.length;
|
|
172
|
+
}
|
|
173
|
+
return null;
|
|
174
|
+
};
|
|
175
|
+
export function QuestionSearchDropdown({ questionType, onSelect, selectedQuestionLabel, placeholder = 'Tìm câu hỏi từ ngân hàng', disabled = false, buttonClassName, compact = false, searchQuestions, }) {
|
|
176
|
+
const [open, setOpen] = useState(false);
|
|
177
|
+
const [searchTerm, setSearchTerm] = useState('');
|
|
178
|
+
const [debouncedTerm, setDebouncedTerm] = useState('');
|
|
179
|
+
useEffect(() => {
|
|
180
|
+
const handler = setTimeout(() => {
|
|
181
|
+
setDebouncedTerm(searchTerm.trim());
|
|
182
|
+
}, 300);
|
|
183
|
+
return () => clearTimeout(handler);
|
|
184
|
+
}, [searchTerm]);
|
|
185
|
+
// Transform QuestionBankItem to Question format with extended info
|
|
186
|
+
const transformToQuestion = (item) => ({
|
|
187
|
+
id: item.id,
|
|
188
|
+
type: item.questionType,
|
|
189
|
+
content: item.content,
|
|
190
|
+
answer: item.correctAnswer,
|
|
191
|
+
points: parseFloat(String(item.points ?? 1)) || 1,
|
|
192
|
+
difficulty: item.difficulty?.toUpperCase(),
|
|
193
|
+
skill: (item.skill || undefined),
|
|
194
|
+
explanation: item.explanation || undefined,
|
|
195
|
+
level: 'A1', // Default value
|
|
196
|
+
createdAt: item.createdAt,
|
|
197
|
+
updatedAt: item.updatedAt,
|
|
198
|
+
// Extended info from question bank
|
|
199
|
+
code: item.code,
|
|
200
|
+
title: item.title || undefined,
|
|
201
|
+
usageCount: item.usageCount,
|
|
202
|
+
});
|
|
203
|
+
// Host app may provide dynamic search directly via component props.
|
|
204
|
+
const { data: questionBankData, isFetching } = useQuery({
|
|
205
|
+
queryKey: ['questionBanks', 'search', questionType, debouncedTerm],
|
|
206
|
+
queryFn: async () => {
|
|
207
|
+
if (!searchQuestions)
|
|
208
|
+
return { data: [], meta: { totalItems: 0 } };
|
|
209
|
+
return searchQuestions({
|
|
210
|
+
questionType,
|
|
211
|
+
keyword: debouncedTerm || undefined,
|
|
212
|
+
page: 1,
|
|
213
|
+
size: 10,
|
|
214
|
+
});
|
|
215
|
+
},
|
|
216
|
+
enabled: open && Boolean(questionType) && Boolean(searchQuestions) && (debouncedTerm.length > 0 || !!questionType),
|
|
217
|
+
staleTime: 60 * 1000,
|
|
218
|
+
refetchOnWindowFocus: false,
|
|
219
|
+
});
|
|
220
|
+
// Transform API response to Question array
|
|
221
|
+
const questions = useMemo(() => {
|
|
222
|
+
if (!questionBankData?.data)
|
|
223
|
+
return [];
|
|
224
|
+
return questionBankData.data.map(transformToQuestion);
|
|
225
|
+
}, [questionBankData]);
|
|
226
|
+
const totalItems = questionBankData?.meta?.totalItems || 0;
|
|
227
|
+
const hasNoResults = !isFetching && questions.length === 0 && debouncedTerm.length > 0;
|
|
228
|
+
// Show empty bank message when: API returned (questionBankData exists), no questions, and no search term
|
|
229
|
+
const hasEmptyBank = !isFetching && questionBankData && questions.length === 0 && debouncedTerm.length === 0;
|
|
230
|
+
// Only show initial tips when: not fetching, no API response yet (first open before any query)
|
|
231
|
+
const showInitialMessage = !isFetching && !questionBankData && questions.length === 0 && debouncedTerm.length === 0;
|
|
232
|
+
const buttonLabel = useMemo(() => {
|
|
233
|
+
if (selectedQuestionLabel) {
|
|
234
|
+
return truncate(selectedQuestionLabel, 40);
|
|
235
|
+
}
|
|
236
|
+
return placeholder;
|
|
237
|
+
}, [placeholder, selectedQuestionLabel]);
|
|
238
|
+
const handleSelect = (question) => {
|
|
239
|
+
onSelect(question);
|
|
240
|
+
setOpen(false);
|
|
241
|
+
setSearchTerm('');
|
|
242
|
+
setDebouncedTerm('');
|
|
243
|
+
};
|
|
244
|
+
return (_jsxs(DropdownMenu, { open: open, onOpenChange: (value) => setOpen(!disabled && value), children: [_jsx(DropdownMenuTrigger, { asChild: true, disabled: disabled, children: compact ? (_jsxs("button", { type: "button", className: cn('group inline-flex h-8 items-center gap-1.5 rounded-md border px-3 text-sm font-medium transition-all', selectedQuestionLabel
|
|
245
|
+
? 'border-emerald-200 bg-emerald-50 text-emerald-700 hover:bg-emerald-100'
|
|
246
|
+
: 'border-indigo-200 text-indigo-600 hover:bg-indigo-50 hover:text-indigo-700', 'focus:outline-none focus:ring-2 focus:ring-indigo-200 focus:ring-offset-1', disabled && 'cursor-not-allowed opacity-50', buttonClassName), children: [selectedQuestionLabel ? (_jsx(CheckCircle2, { className: "h-4 w-4" })) : (_jsx(Library, { className: "h-4 w-4" })), selectedQuestionLabel ? 'Đã chọn' : 'Ngân hàng'] })) : (_jsxs("button", { type: "button", className: cn('group relative flex w-full items-center gap-3 rounded-xl border bg-white p-3 text-left shadow-sm transition-all', selectedQuestionLabel
|
|
247
|
+
? 'border-emerald-200 bg-gradient-to-r from-emerald-50/50 to-teal-50/50'
|
|
248
|
+
: 'border-gray-200 hover:border-indigo-200 hover:bg-gradient-to-r hover:from-indigo-50/30 hover:to-purple-50/30', 'focus:outline-none focus:ring-2 focus:ring-indigo-200 focus:ring-offset-1', disabled && 'cursor-not-allowed opacity-50', buttonClassName), children: [_jsx("div", { className: cn('flex h-10 w-10 flex-shrink-0 items-center justify-center rounded-lg transition-all', selectedQuestionLabel
|
|
249
|
+
? 'bg-gradient-to-br from-emerald-500 to-teal-600 shadow-sm'
|
|
250
|
+
: 'bg-gradient-to-br from-indigo-100 to-purple-100 group-hover:from-indigo-500 group-hover:to-purple-600 group-hover:shadow-sm'), children: selectedQuestionLabel ? (_jsx(CheckCircle2, { className: "h-5 w-5 text-white" })) : (_jsx(Library, { className: cn('h-5 w-5 transition-colors', 'text-indigo-500 group-hover:text-white') })) }), _jsxs("div", { className: "min-w-0 flex-1", children: [_jsx("div", { className: "flex items-center gap-2", children: _jsx("span", { className: cn('text-xs font-medium uppercase tracking-wide', selectedQuestionLabel ? 'text-emerald-600' : 'text-indigo-500'), children: selectedQuestionLabel ? '✓ Đã chọn từ ngân hàng' : 'Ngân hàng câu hỏi' }) }), _jsx("p", { className: cn('mt-0.5 truncate text-sm', selectedQuestionLabel ? 'font-medium text-gray-800' : 'text-gray-500'), children: selectedQuestionLabel
|
|
251
|
+
? truncate(selectedQuestionLabel, 55)
|
|
252
|
+
: 'Nhấn để tìm và sử dụng câu hỏi có sẵn' })] }), _jsx("div", { className: cn('flex h-8 w-8 flex-shrink-0 items-center justify-center rounded-full transition-all', selectedQuestionLabel
|
|
253
|
+
? 'bg-emerald-100 text-emerald-600'
|
|
254
|
+
: 'bg-gray-100 text-gray-400 group-hover:bg-indigo-100 group-hover:text-indigo-600'), children: _jsx(Search, { className: "h-4 w-4" }) })] })) }), _jsxs(DropdownMenuContent, { className: "w-[520px] p-0", align: compact ? "end" : "start", children: [_jsx("div", { className: "border-b border-gray-100 bg-gradient-to-r from-indigo-50 to-purple-50 px-4 py-3", children: _jsxs("div", { className: "flex items-center gap-3", children: [_jsx("div", { className: "flex h-9 w-9 items-center justify-center rounded-lg bg-gradient-to-br from-indigo-500 to-purple-600 shadow-sm", children: _jsx(Library, { className: "h-4 w-4 text-white" }) }), _jsxs("div", { className: "flex-1", children: [_jsx("h3", { className: "text-sm font-semibold text-gray-800", children: "Ng\u00E2n h\u00E0ng c\u00E2u h\u1ECFi" }), _jsx("p", { className: "text-xs text-gray-500", children: "Ch\u1ECDn c\u00E2u h\u1ECFi c\u00F3 s\u1EB5n \u0111\u1EC3 \u0111i\u1EC1n nhanh v\u00E0o form" })] })] }) }), _jsxs("div", { className: "border-b border-gray-100 bg-gray-50/50 p-3", children: [_jsxs("div", { className: "relative", children: [_jsx(Search, { className: "absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-gray-400" }), _jsx(Input, { placeholder: "T\u00ECm theo m\u00E3, ti\u00EAu \u0111\u1EC1 ho\u1EB7c n\u1ED9i dung...", value: searchTerm, onChange: (event) => setSearchTerm(event.target.value), autoFocus: true, className: "border-gray-200 bg-white pl-10 pr-10 transition-all focus:border-indigo-300 focus:ring-indigo-200" }), isFetching && (_jsx(Loader2, { className: "absolute right-3 top-1/2 h-4 w-4 -translate-y-1/2 animate-spin text-indigo-500" }))] }), _jsxs("div", { className: "mt-2 flex items-center justify-between", children: [_jsx("div", { className: "flex items-center gap-2", children: _jsx(Badge, { variant: "outline", className: "border-indigo-200 bg-indigo-50 text-indigo-700", children: getQuestionTypeName(questionType) }) }), totalItems > 0 && (_jsxs("span", { className: "text-xs text-gray-500", children: ["Hi\u1EC3n th\u1ECB ", questions.length, "/", totalItems, " k\u1EBFt qu\u1EA3"] }))] })] }), _jsx(ScrollArea, { className: "h-80", children: showInitialMessage ? (_jsxs("div", { className: "flex flex-col items-center justify-center p-8 text-center", children: [_jsx("div", { className: "mb-4 flex h-16 w-16 items-center justify-center rounded-full bg-gradient-to-br from-indigo-100 to-purple-100", children: _jsx(Sparkles, { className: "h-8 w-8 text-indigo-500" }) }), _jsx("p", { className: "text-sm font-medium text-gray-700", children: "T\u00ECm c\u00E2u h\u1ECFi t\u1EEB ng\u00E2n h\u00E0ng" }), _jsx("p", { className: "mt-1 text-xs text-gray-500", children: "Nh\u1EADp m\u00E3 c\u00E2u h\u1ECFi, ti\u00EAu \u0111\u1EC1 ho\u1EB7c t\u1EEB kh\u00F3a \u0111\u1EC3 t\u00ECm ki\u1EBFm" }), _jsx("div", { className: "mt-4 rounded-lg border border-blue-200 bg-blue-50 p-3", children: _jsxs("div", { className: "flex items-start gap-2", children: [_jsx(Lightbulb, { className: "mt-0.5 h-4 w-4 flex-shrink-0 text-blue-500" }), _jsxs("div", { className: "text-left text-xs text-blue-700", children: [_jsx("p", { className: "font-medium", children: "M\u1EB9o t\u00ECm ki\u1EBFm nhanh:" }), _jsxs("ul", { className: "mt-1 list-inside list-disc space-y-0.5 text-blue-600", children: [_jsx("li", { children: "Nh\u1EADp m\u00E3 c\u00E2u h\u1ECFi (VD: M001)" }), _jsx("li", { children: "Nh\u1EADp ti\u00EAu \u0111\u1EC1 ho\u1EB7c m\u1ED9t ph\u1EA7n n\u1ED9i dung" }), _jsx("li", { children: "K\u1EBFt qu\u1EA3 s\u1EBD t\u1EF1 \u0111\u1ED9ng c\u1EADp nh\u1EADt" })] })] })] }) })] })) : hasEmptyBank ? (_jsxs("div", { className: "flex flex-col items-center justify-center p-8 text-center", children: [_jsx("div", { className: "mb-4 flex h-16 w-16 items-center justify-center rounded-full bg-amber-100", children: _jsx(Library, { className: "h-8 w-8 text-amber-500" }) }), _jsx("p", { className: "text-sm font-medium text-gray-700", children: "Ch\u01B0a c\u00F3 c\u00E2u h\u1ECFi trong ng\u00E2n h\u00E0ng" }), _jsxs("p", { className: "mt-1 text-xs text-gray-500", children: ["Ng\u00E2n h\u00E0ng c\u00E2u h\u1ECFi ch\u01B0a c\u00F3 d\u1EEF li\u1EC7u cho lo\u1EA1i: ", _jsx("strong", { children: getQuestionTypeName(questionType) })] }), _jsx("p", { className: "mt-2 text-xs text-gray-400", children: "H\u00E3y th\u00EAm c\u00E2u h\u1ECFi v\u00E0o ng\u00E2n h\u00E0ng ho\u1EB7c t\u1EA1o c\u00E2u h\u1ECFi m\u1EDBi" })] })) : hasNoResults ? (_jsxs("div", { className: "flex flex-col items-center justify-center p-8 text-center", children: [_jsx("div", { className: "mb-4 flex h-16 w-16 items-center justify-center rounded-full bg-gray-100", children: _jsx(Search, { className: "h-8 w-8 text-gray-400" }) }), _jsx("p", { className: "text-sm font-medium text-gray-700", children: "Kh\u00F4ng t\u00ECm th\u1EA5y k\u1EBFt qu\u1EA3" }), _jsxs("p", { className: "mt-1 text-xs text-gray-500", children: ["Th\u1EED t\u00ECm v\u1EDBi t\u1EEB kh\u00F3a kh\u00E1c: \"", debouncedTerm, "\""] })] })) : (_jsx("div", { className: "divide-y divide-gray-100 p-2", children: questions.map((question) => {
|
|
255
|
+
const subQuestionCount = getSubQuestionCount(question);
|
|
256
|
+
return (_jsxs(DropdownMenuItem, { className: "flex cursor-pointer flex-col items-start gap-2 rounded-xl p-3 transition-all hover:bg-gradient-to-r hover:from-indigo-50 hover:to-purple-50 focus:bg-gradient-to-r focus:from-indigo-50 focus:to-purple-50", onSelect: () => handleSelect(question), children: [_jsxs("div", { className: "flex w-full items-start justify-between gap-2", children: [_jsxs("div", { className: "flex items-center gap-2", children: [question.code && (_jsxs("div", { className: "flex items-center gap-1 rounded-md bg-gradient-to-r from-indigo-500 to-purple-500 px-2 py-0.5 text-xs font-bold text-white shadow-sm", children: [_jsx(Hash, { className: "h-3 w-3" }), question.code] })), _jsx("div", { className: "flex-shrink-0", children: getQuestionTypeIcon(question.type) })] }), question.usageCount !== undefined && question.usageCount > 0 && (_jsxs("div", { className: "flex items-center gap-1 text-xs text-gray-500", title: "S\u1ED1 l\u1EA7n s\u1EED d\u1EE5ng", children: [_jsx(BarChart3, { className: "h-3 w-3" }), question.usageCount] }))] }), question.title && (_jsx("p", { className: "text-sm font-semibold text-gray-800", children: truncate(question.title, 60) })), _jsx("p", { className: "text-xs text-gray-600", children: truncate(getQuestionDisplayText(question), 80) }), _jsxs("div", { className: "flex flex-wrap items-center gap-1.5", children: [_jsx(Badge, { variant: "outline", className: cn('px-2 py-0.5 text-[10px] font-semibold', getDifficultyBadgeClass(question.difficulty)), children: getDifficultyName(question.difficulty) }), _jsxs(Badge, { variant: "outline", className: "border-blue-200 bg-blue-50 px-2 py-0.5 text-[10px] font-semibold text-blue-700", children: [question.points || 1, " \u0111i\u1EC3m"] }), question.skill && (_jsx(Badge, { variant: "outline", className: "border-gray-200 bg-gray-50 px-2 py-0.5 text-[10px] font-semibold text-gray-600", children: question.skill.toLowerCase() })), subQuestionCount && subQuestionCount > 1 && (_jsxs(Badge, { variant: "outline", className: "border-purple-200 bg-purple-50 px-2 py-0.5 text-[10px] font-semibold text-purple-700", children: [subQuestionCount, " c\u00E2u con"] }))] })] }, question.id));
|
|
257
|
+
}) })) }), _jsx("div", { className: "border-t border-gray-100 bg-gray-50/50 px-4 py-2", children: _jsx("p", { className: "text-center text-xs text-gray-500", children: "Click \u0111\u1EC3 ch\u1ECDn c\u00E2u h\u1ECFi v\u00E0 t\u1EF1 \u0111\u1ED9ng \u0111i\u1EC1n v\u00E0o form" }) })] })] }));
|
|
258
|
+
}
|
|
259
|
+
//# sourceMappingURL=QuestionSearchDropdown.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QuestionSearchDropdown.js","sourceRoot":"","sources":["../../../../src/components/questions/components/QuestionSearchDropdown.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { QuestionType } from '../../../shared/types/common.types';
|
|
2
|
+
interface QuestionTypeSelectorProps {
|
|
3
|
+
value: QuestionType | '';
|
|
4
|
+
onValueChange: (value: QuestionType) => void;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare function QuestionTypeSelector({ value, onValueChange, disabled, }: QuestionTypeSelectorProps): import("react").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=QuestionTypeSelector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QuestionTypeSelector.d.ts","sourceRoot":"","sources":["../../../../src/components/questions/components/QuestionTypeSelector.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAG3D,UAAU,yBAAyB;IACjC,KAAK,EAAE,YAAY,GAAG,EAAE,CAAC;IACzB,aAAa,EAAE,CAAC,KAAK,EAAE,YAAY,KAAK,IAAI,CAAC;IAC7C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,oBAAoB,CAAC,EACnC,KAAK,EACL,aAAa,EACb,QAAQ,GACT,EAAE,yBAAyB,+BA0C3B"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, } from '../../../components/ui/select';
|
|
3
|
+
import { getQuestionTypeLabel } from '../_shared/config/question-types.config';
|
|
4
|
+
export function QuestionTypeSelector({ value, onValueChange, disabled, }) {
|
|
5
|
+
const questionTypes = [
|
|
6
|
+
'CHOOSE_THE_CORRECT_ANSWER',
|
|
7
|
+
'CHOOSE_THE_CORRECT_ANSWER',
|
|
8
|
+
'LISTEN_AND_FILL_IN_THE_BLANK_WITH_IMAGE',
|
|
9
|
+
'CHOOSE_THE_CORRECT_ANSWER',
|
|
10
|
+
'CHOOSE_THE_CORRECT_ANSWER',
|
|
11
|
+
'FILL_IN_BLANK',
|
|
12
|
+
'FILL_IN_BLANK',
|
|
13
|
+
'TICK_TRUE_OR_FALSE',
|
|
14
|
+
'TICK_YES_OR_NO',
|
|
15
|
+
'ARRANGE_LETTERS_INTO_WORDS',
|
|
16
|
+
'READ_PASSAGE_AND_COMPLETE_STORY',
|
|
17
|
+
'FILL_IN_BLANK',
|
|
18
|
+
'CHOOSE_THE_CORRECT_ANSWER',
|
|
19
|
+
'READ_AND_CHOOSE_APPROPRIATE_WORD',
|
|
20
|
+
'WRITE_SHORT_PARAGRAPH',
|
|
21
|
+
'FILL_MISSING_WORDS_IN_GRID',
|
|
22
|
+
'LOOK_PICTURE_CHOOSE_CORRECT_ANSWER',
|
|
23
|
+
'LOOK_PICTURE_FILL_WORD_HINT',
|
|
24
|
+
'LABEL_THE_PICTURE',
|
|
25
|
+
'READ_AND_COLOR_OBJECTS',
|
|
26
|
+
'ANSWER_THE_QUESTION',
|
|
27
|
+
'WORD_ORDERING',
|
|
28
|
+
'MATCH_BY_WRITING_ANSWER',
|
|
29
|
+
'WRITE_SENTENCES',
|
|
30
|
+
];
|
|
31
|
+
return (_jsxs(Select, { value: value, onValueChange: onValueChange, disabled: disabled, children: [_jsx(SelectTrigger, { id: "questionType", className: "mt-1", children: _jsx(SelectValue, { placeholder: "Ch\u1ECDn lo\u1EA1i c\u00E2u h\u1ECFi" }) }), _jsx(SelectContent, { children: questionTypes.map((type) => (_jsx(SelectItem, { value: type, children: getQuestionTypeLabel(type) }, type))) })] }));
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=QuestionTypeSelector.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QuestionTypeSelector.js","sourceRoot":"","sources":["../../../../src/components/questions/components/QuestionTypeSelector.tsx"],"names":[],"mappings":";AAAA,OAAO,EACL,MAAM,EACN,aAAa,EACb,UAAU,EACV,aAAa,EACb,WAAW,GACZ,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AAQ/E,MAAM,UAAU,oBAAoB,CAAC,EACnC,KAAK,EACL,aAAa,EACb,QAAQ,GACkB;IAC1B,MAAM,aAAa,GAAmB;QACpC,2BAA2B;QAC3B,2BAA2B;QAC3B,yCAAyC;QACzC,2BAA2B;QAC3B,2BAA2B;QAC3B,eAAe;QACf,eAAe;QACf,oBAAoB;QACpB,gBAAgB;QAChB,4BAA4B;QAC5B,iCAAiC;QACjC,eAAe;QACf,2BAA2B;QAC3B,kCAAkC;QAClC,uBAAuB;QACvB,4BAA4B;QAC5B,oCAAoC;QACpC,6BAA6B;QAC7B,mBAAmB;QACnB,wBAAwB;QACxB,qBAAqB;QACrB,eAAe;QACf,yBAAyB;QACzB,iBAAiB;KAClB,CAAC;IAEF,OAAO,CACL,MAAC,MAAM,IAAC,KAAK,EAAE,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,QAAQ,aACpE,KAAC,aAAa,IAAC,EAAE,EAAC,cAAc,EAAC,SAAS,EAAC,MAAM,YAC/C,KAAC,WAAW,IAAC,WAAW,EAAC,uCAAmB,GAAG,GACjC,EAChB,KAAC,aAAa,cACX,aAAa,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAC3B,KAAC,UAAU,IAAY,KAAK,EAAE,IAAI,YAC/B,oBAAoB,CAAC,IAAI,CAAC,IADZ,IAAI,CAER,CACd,CAAC,GACY,IACT,CACV,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { QuestionType } from '../../../shared/types/common.types';
|
|
2
|
+
import { QuestionFormState } from '../_shared/hooks/useQuestionFormState';
|
|
3
|
+
interface QuestionTypeSpecificFormsProps {
|
|
4
|
+
questionType: QuestionType | '';
|
|
5
|
+
state: QuestionFormState;
|
|
6
|
+
updateField: <K extends keyof QuestionFormState>(field: K, value: QuestionFormState[K]) => void;
|
|
7
|
+
}
|
|
8
|
+
export declare function QuestionTypeSpecificForms(_props: QuestionTypeSpecificFormsProps): any;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=QuestionTypeSpecificForms.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QuestionTypeSpecificForms.d.ts","sourceRoot":"","sources":["../../../../src/components/questions/components/QuestionTypeSpecificForms.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAE1E,UAAU,8BAA8B;IACtC,YAAY,EAAE,YAAY,GAAG,EAAE,CAAC;IAChC,KAAK,EAAE,iBAAiB,CAAC;IACzB,WAAW,EAAE,CAAC,CAAC,SAAS,MAAM,iBAAiB,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,iBAAiB,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC;CACjG;AAGD,wBAAgB,yBAAyB,CAAC,MAAM,EAAE,8BAA8B,OAI/E"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
2
|
+
export function QuestionTypeSpecificForms(_props) {
|
|
3
|
+
// Tất cả các loại câu hỏi đã có dedicated Creator components
|
|
4
|
+
// Component này không còn được sử dụng nữa
|
|
5
|
+
return null;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=QuestionTypeSpecificForms.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QuestionTypeSpecificForms.js","sourceRoot":"","sources":["../../../../src/components/questions/components/QuestionTypeSpecificForms.tsx"],"names":[],"mappings":"AASA,6DAA6D;AAC7D,MAAM,UAAU,yBAAyB,CAAC,MAAsC;IAC9E,6DAA6D;IAC7D,2CAA2C;IAC3C,OAAO,IAAI,CAAC;AACd,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
interface RegionNodeProps {
|
|
2
|
+
data: {
|
|
3
|
+
label: string;
|
|
4
|
+
x: number;
|
|
5
|
+
y: number;
|
|
6
|
+
width: number;
|
|
7
|
+
height: number;
|
|
8
|
+
onRemove?: () => void;
|
|
9
|
+
onCreateNameNode?: (text: string) => void;
|
|
10
|
+
isEditMode?: boolean;
|
|
11
|
+
isClientMode?: boolean;
|
|
12
|
+
savedName?: string;
|
|
13
|
+
onFillName?: (name: string) => void;
|
|
14
|
+
isUnassignedRegion?: boolean;
|
|
15
|
+
isHighlighted?: boolean;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
export declare const RegionNode: import("react").MemoExoticComponent<({ data }: RegionNodeProps) => import("react").JSX.Element>;
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=RegionNode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RegionNode.d.ts","sourceRoot":"","sources":["../../../../src/components/questions/components/RegionNode.tsx"],"names":[],"mappings":"AAMA,UAAU,eAAe;IACvB,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM,CAAC;QACd,CAAC,EAAE,MAAM,CAAC;QACV,CAAC,EAAE,MAAM,CAAC;QACV,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;QACtB,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;QAC1C,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,YAAY,CAAC,EAAE,OAAO,CAAC;QACvB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;QACpC,kBAAkB,CAAC,EAAE,OAAO,CAAC;QAC7B,aAAa,CAAC,EAAE,OAAO,CAAC;KACzB,CAAC;CACH;AAED,eAAO,MAAM,UAAU,iDAAmB,eAAe,iCAoIvD,CAAC"}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { memo, useState, useRef, useEffect } from 'react';
|
|
4
|
+
import { Input } from '../../../components/ui/input';
|
|
5
|
+
import { NameNode } from './NameNode';
|
|
6
|
+
export const RegionNode = memo(({ data }) => {
|
|
7
|
+
const { label, width, height, onCreateNameNode, isClientMode, savedName: propSavedName, isUnassignedRegion, isHighlighted, } = data;
|
|
8
|
+
const [inputText, setInputText] = useState('');
|
|
9
|
+
const [showInput, setShowInput] = useState(false);
|
|
10
|
+
// Initialize: in client mode always empty, in edit mode use propSavedName if available
|
|
11
|
+
const [savedName, setSavedName] = useState(isClientMode ? '' : (propSavedName ?? label ?? ''));
|
|
12
|
+
const inputRef = useRef(null);
|
|
13
|
+
const nodeRef = useRef(null);
|
|
14
|
+
// Sync propSavedName and reset when switching modes
|
|
15
|
+
useEffect(() => {
|
|
16
|
+
if (isClientMode) {
|
|
17
|
+
// In client mode, always use propSavedName (from regionAssignments or empty)
|
|
18
|
+
// If switching TO client mode, clear any existing savedName
|
|
19
|
+
if (propSavedName) {
|
|
20
|
+
setSavedName(propSavedName);
|
|
21
|
+
}
|
|
22
|
+
else {
|
|
23
|
+
setSavedName(''); // Clear when switching to client mode
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
// In edit mode, use propSavedName if provided (from region data)
|
|
28
|
+
if (propSavedName !== undefined) {
|
|
29
|
+
setSavedName(propSavedName);
|
|
30
|
+
}
|
|
31
|
+
else if (label) {
|
|
32
|
+
setSavedName(label);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}, [isClientMode, propSavedName, label]);
|
|
36
|
+
const handleInputKeyDown = (e) => {
|
|
37
|
+
if (e.key === 'Enter' && inputText.trim()) {
|
|
38
|
+
onCreateNameNode?.(inputText.trim());
|
|
39
|
+
setSavedName(inputText.trim()); // Lưu tên để hiển thị
|
|
40
|
+
setInputText('');
|
|
41
|
+
setShowInput(false);
|
|
42
|
+
}
|
|
43
|
+
else if (e.key === 'Escape') {
|
|
44
|
+
setInputText('');
|
|
45
|
+
setShowInput(false);
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
const handleInputBlur = () => {
|
|
49
|
+
if (inputText.trim()) {
|
|
50
|
+
onCreateNameNode?.(inputText.trim());
|
|
51
|
+
setSavedName(inputText.trim()); // Lưu tên để hiển thị
|
|
52
|
+
}
|
|
53
|
+
setInputText('');
|
|
54
|
+
setShowInput(false);
|
|
55
|
+
};
|
|
56
|
+
return (_jsx("div", { ref: nodeRef, className: `relative rounded-2xl transition-all ${
|
|
57
|
+
// Unassigned region has no visible styling (transparent)
|
|
58
|
+
isUnassignedRegion
|
|
59
|
+
? '' // No border/background for unassigned region
|
|
60
|
+
: // In client mode, show transparent region (NameNode will be rendered separately)
|
|
61
|
+
isClientMode
|
|
62
|
+
? savedName
|
|
63
|
+
? '' // No border/background when NameNode is assigned
|
|
64
|
+
: isHighlighted
|
|
65
|
+
? 'rounded-2xl border-2 border-dashed border-red-500 bg-red-100/30 ring-2 ring-red-300' // Highlighted empty region
|
|
66
|
+
: 'rounded-2xl border-2 border-dashed border-red-400 bg-black/20' // Client mode - red border with semi-transparent black background when empty
|
|
67
|
+
: savedName || label
|
|
68
|
+
? '' // Match client mode when region đã có tên
|
|
69
|
+
: 'rounded-2xl border-2 border-dashed border-red-400 bg-black/10 backdrop-blur-sm' // Creator mode empty giống client
|
|
70
|
+
}`, style: isUnassignedRegion
|
|
71
|
+
? {
|
|
72
|
+
width: '100%',
|
|
73
|
+
height: '100%',
|
|
74
|
+
}
|
|
75
|
+
: {
|
|
76
|
+
width: `${width}%`,
|
|
77
|
+
height: `${height}%`,
|
|
78
|
+
minWidth: '60px',
|
|
79
|
+
minHeight: '40px',
|
|
80
|
+
borderRadius: '16px',
|
|
81
|
+
}, children: !isClientMode && (_jsx("div", { className: "pointer-events-auto h-full w-full", children: showInput ? (_jsx(Input, { ref: inputRef, value: inputText, onChange: (e) => setInputText(e.target.value), onKeyDown: handleInputKeyDown, onBlur: handleInputBlur, placeholder: "Nh\u1EADp t\u00EAn...", className: "pointer-events-auto h-9 text-sm", onClick: (e) => {
|
|
82
|
+
e.stopPropagation();
|
|
83
|
+
e.preventDefault();
|
|
84
|
+
}, onMouseDown: (e) => {
|
|
85
|
+
e.stopPropagation();
|
|
86
|
+
e.preventDefault();
|
|
87
|
+
} })) : savedName || label ? (_jsx("div", { className: "pointer-events-none h-full w-full", children: _jsx(NameNode, { data: {
|
|
88
|
+
name: savedName || label,
|
|
89
|
+
isConnected: true,
|
|
90
|
+
onRemove: () => { },
|
|
91
|
+
displayMode: 'compact',
|
|
92
|
+
}, variant: "client" }) })) : null })) }));
|
|
93
|
+
});
|
|
94
|
+
RegionNode.displayName = 'RegionNode';
|
|
95
|
+
//# sourceMappingURL=RegionNode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RegionNode.js","sourceRoot":"","sources":["../../../../src/components/questions/components/RegionNode.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export { ColorNode } from './ColorNode';
|
|
2
|
+
export { ColorRegionClient } from './ColorRegionClient';
|
|
3
|
+
export { ColorRegionCreator } from './ColorRegionCreator';
|
|
4
|
+
export { ColorRegionNode } from './ColorRegionNode';
|
|
5
|
+
export { CreatorGuide } from './CreatorGuide';
|
|
6
|
+
export { NameNode } from './NameNode';
|
|
7
|
+
export { QuestionBankOption } from './QuestionBankOption';
|
|
8
|
+
export { QuestionBasicInfoForm } from './QuestionBasicInfoForm';
|
|
9
|
+
export { QuestionCommonFields } from './QuestionCommonFields';
|
|
10
|
+
export { QuestionSearchDropdown } from './QuestionSearchDropdown';
|
|
11
|
+
export { QuestionTypeSelector } from './QuestionTypeSelector';
|
|
12
|
+
export { QuestionTypeSpecificForms } from './QuestionTypeSpecificForms';
|
|
13
|
+
export { RegionNode } from './RegionNode';
|
|
14
|
+
export { BasicQuestionGroupCard, type BasicQuestionGroupCardProps } from '../groups/BasicQuestionGroupCard';
|
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/questions/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,sBAAsB,EAAE,KAAK,2BAA2B,EAAE,MAAM,sDAAsD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export { ColorNode } from './ColorNode';
|
|
2
|
+
export { ColorRegionClient } from './ColorRegionClient';
|
|
3
|
+
export { ColorRegionCreator } from './ColorRegionCreator';
|
|
4
|
+
export { ColorRegionNode } from './ColorRegionNode';
|
|
5
|
+
export { CreatorGuide } from './CreatorGuide';
|
|
6
|
+
export { NameNode } from './NameNode';
|
|
7
|
+
export { QuestionBankOption } from './QuestionBankOption';
|
|
8
|
+
export { QuestionBasicInfoForm } from './QuestionBasicInfoForm';
|
|
9
|
+
export { QuestionCommonFields } from './QuestionCommonFields';
|
|
10
|
+
export { QuestionSearchDropdown } from './QuestionSearchDropdown';
|
|
11
|
+
export { QuestionTypeSelector } from './QuestionTypeSelector';
|
|
12
|
+
export { QuestionTypeSpecificForms } from './QuestionTypeSpecificForms';
|
|
13
|
+
export { RegionNode } from './RegionNode';
|
|
14
|
+
export { BasicQuestionGroupCard } from '../groups/BasicQuestionGroupCard';
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/questions/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,sBAAsB,EAAoC,MAAM,sDAAsD,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { QuestionType, Skill } from '../../../shared/types/common.types';
|
|
2
|
+
import { ExamQuestion } from '../../../shared/types/entities/exam.types';
|
|
3
|
+
import { ValidationRef } from './dedicated-component-router';
|
|
4
|
+
export interface QuestionCreatorProps {
|
|
5
|
+
onSave?: (questionData: any) => void;
|
|
6
|
+
onCancel?: () => void;
|
|
7
|
+
initialData?: any;
|
|
8
|
+
prefilledType?: QuestionType;
|
|
9
|
+
prefilledSkill?: Skill;
|
|
10
|
+
optionCount?: number | null;
|
|
11
|
+
optionMode?: 'text' | 'image' | null;
|
|
12
|
+
defaultValue?: string[];
|
|
13
|
+
defaultQuestion?: string;
|
|
14
|
+
viewMode?: 'CONVERSATION' | 'DEFAULT' | 'WITH_WORD_BANK' | 'WITH_OPTIONS' | 'EMAIL' | null;
|
|
15
|
+
groups?: Array<{
|
|
16
|
+
number: number;
|
|
17
|
+
questionCount: number;
|
|
18
|
+
}>;
|
|
19
|
+
groupConfig?: string[];
|
|
20
|
+
groupType?: string;
|
|
21
|
+
articleCount?: number;
|
|
22
|
+
questionConfig?: string[];
|
|
23
|
+
questionIndexInPart?: number;
|
|
24
|
+
partId?: string;
|
|
25
|
+
isEmbedded?: boolean;
|
|
26
|
+
onChange?: (questionData: Partial<ExamQuestion>) => void;
|
|
27
|
+
onUnsavedChangesChange?: (hasUnsavedChanges: boolean) => void;
|
|
28
|
+
externalErrors?: string[];
|
|
29
|
+
validationRef?: React.MutableRefObject<ValidationRef | null>;
|
|
30
|
+
suggestedAnswers?: string[];
|
|
31
|
+
hasSuggestedAnswers?: boolean;
|
|
32
|
+
headerExtra?: React.ReactNode;
|
|
33
|
+
}
|
|
34
|
+
export declare function QuestionCreator({ onSave, onCancel, initialData, prefilledType, prefilledSkill, optionCount, optionMode, defaultValue, defaultQuestion, viewMode, groups, groupConfig, groupType, articleCount, questionConfig, questionIndexInPart, partId, isEmbedded, onChange, onUnsavedChangesChange, externalErrors, validationRef, suggestedAnswers, hasSuggestedAnswers, headerExtra, }: QuestionCreatorProps): string | number | bigint | true | Iterable<import("react").ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode>> | import("react").JSX.Element;
|
|
35
|
+
//# sourceMappingURL=QuestionCreator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QuestionCreator.d.ts","sourceRoot":"","sources":["../../../../src/components/questions/creator/QuestionCreator.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AASlE,OAAO,EAA4B,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAKvF,MAAM,WAAW,oBAAoB;IACnC,MAAM,CAAC,EAAE,CAAC,YAAY,EAAE,GAAG,KAAK,IAAI,CAAC;IACrC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,WAAW,CAAC,EAAE,GAAG,CAAC;IAClB,aAAa,CAAC,EAAE,YAAY,CAAC;IAC7B,cAAc,CAAC,EAAE,KAAK,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC;IACrC,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,cAAc,GAAG,SAAS,GAAG,gBAAgB,GAAG,cAAc,GAAG,OAAO,GAAG,IAAI,CAAC;IAC3F,MAAM,CAAC,EAAE,KAAK,CAAC;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,aAAa,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC1D,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,CAAC,YAAY,EAAE,OAAO,CAAC,YAAY,CAAC,KAAK,IAAI,CAAC;IACzD,sBAAsB,CAAC,EAAE,CAAC,iBAAiB,EAAE,OAAO,KAAK,IAAI,CAAC;IAC9D,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,aAAa,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,aAAa,GAAG,IAAI,CAAC,CAAC;IAC7D,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC/B;AAED,wBAAgB,eAAe,CAAC,EAC9B,MAAM,EACN,QAAQ,EACR,WAAW,EACX,aAAa,EACb,cAAc,EACd,WAAW,EACX,UAAU,EACV,YAAY,EACZ,eAAe,EACf,QAAQ,EACR,MAAM,EACN,WAAW,EACX,SAAS,EACT,YAAY,EACZ,cAAc,EACd,mBAAmB,EACnB,MAAM,EACN,UAAkB,EAClB,QAAQ,EACR,sBAAsB,EACtB,cAAc,EACd,aAAa,EACb,gBAAgB,EAChB,mBAAmB,EACnB,WAAW,GACZ,EAAE,oBAAoB,sTAuItB"}
|