@tinyweb_dev/oe-exam-sdk 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/exam-create.d.ts +0 -1
- package/dist/api/exam-create.js +1 -180
- package/dist/api/exam-create.types.d.ts +0 -1
- package/dist/api/exam-create.types.js +1 -2
- package/dist/api/exam-questions.d.ts +0 -1
- package/dist/api/exam-questions.js +1 -99
- package/dist/api/exam-questions.types.d.ts +0 -1
- package/dist/api/exam-questions.types.js +1 -2
- package/dist/api/exam-taking.d.ts +0 -1
- package/dist/api/exam-taking.js +1 -74
- package/dist/api/exam-taking.types.d.ts +0 -1
- package/dist/api/exam-taking.types.js +1 -2
- package/dist/api/index.d.ts +0 -1
- package/dist/api/index.js +1 -7
- package/dist/api/result-review.d.ts +0 -1
- package/dist/api/result-review.js +1 -51
- package/dist/api/result-review.types.d.ts +0 -1
- package/dist/api/result-review.types.js +1 -2
- package/dist/components/CueCardEditor.d.ts +0 -1
- package/dist/components/CueCardEditor.js +1 -59
- package/dist/components/common/ResolvedImage.d.ts +0 -1
- package/dist/components/common/ResolvedImage.js +1 -16
- package/dist/components/exams/CreateExamInfoForm.d.ts +0 -1
- package/dist/components/exams/CreateExamInfoForm.js +1 -36
- package/dist/components/exams/CreateExamPageContainer.d.ts +0 -1
- package/dist/components/exams/CreateExamPageContainer.js +1 -104
- package/dist/components/exams/ExamCreator.d.ts +0 -1
- package/dist/components/exams/ExamCreator.js +1 -90
- package/dist/components/exams/ExamPartTabs.d.ts +0 -1
- package/dist/components/exams/ExamPartTabs.js +1 -41
- package/dist/components/exams/ExamQuestionGrid.d.ts +0 -1
- package/dist/components/exams/ExamQuestionGrid.js +1 -19
- package/dist/components/exams/ExamQuestionsPageContainer.d.ts +0 -1
- package/dist/components/exams/ExamQuestionsPageContainer.js +1 -91
- package/dist/components/exams/PartAudioUploader.d.ts +0 -1
- package/dist/components/exams/PartAudioUploader.js +1 -10
- package/dist/components/exams/TemplateSelector.d.ts +0 -1
- package/dist/components/exams/TemplateSelector.js +1 -67
- package/dist/components/exams/api.d.ts +0 -1
- package/dist/components/exams/api.js +1 -4
- package/dist/components/exams/create-exam.validation.d.ts +0 -1
- package/dist/components/exams/create-exam.validation.js +1 -19
- package/dist/components/exams/exam-template.utils.d.ts +0 -1
- package/dist/components/exams/exam-template.utils.js +1 -19
- package/dist/components/exams/index.d.ts +0 -1
- package/dist/components/exams/index.js +1 -11
- package/dist/components/exams/take/ExamTakingPageContainer.d.ts +0 -1
- package/dist/components/exams/take/ExamTakingPageContainer.js +1 -154
- package/dist/components/exams/take/GenericQuestionRenderer.d.ts +0 -1
- package/dist/components/exams/take/GenericQuestionRenderer.js +1 -15
- package/dist/components/exams/take/exam-taking.utils.d.ts +0 -1
- package/dist/components/exams/take/exam-taking.utils.js +1 -89
- package/dist/components/exams/take/hooks/useSpeakingRecorder.d.ts +0 -1
- package/dist/components/exams/take/hooks/useSpeakingRecorder.js +1 -25
- package/dist/components/exams/take/index.d.ts +0 -1
- package/dist/components/exams/take/index.js +1 -3
- package/dist/components/exams/take/types.d.ts +0 -1
- package/dist/components/exams/take/types.js +1 -2
- package/dist/components/index.d.ts +0 -1
- package/dist/components/index.js +1 -43
- package/dist/components/questions/_shared/config/question-types.config.d.ts +0 -1
- package/dist/components/questions/_shared/config/question-types.config.js +1 -334
- package/dist/components/questions/_shared/constants/color-palette.d.ts +0 -1
- package/dist/components/questions/_shared/constants/color-palette.js +1 -22
- package/dist/components/questions/_shared/hooks/useAnswerGroupQuestionGroup.d.ts +0 -1
- package/dist/components/questions/_shared/hooks/useAnswerGroupQuestionGroup.js +1 -106
- package/dist/components/questions/_shared/hooks/useBasicQuestionGroup.d.ts +0 -1
- package/dist/components/questions/_shared/hooks/useBasicQuestionGroup.js +1 -223
- package/dist/components/questions/_shared/hooks/useCompareImagesGroup.d.ts +0 -1
- package/dist/components/questions/_shared/hooks/useCompareImagesGroup.js +1 -141
- package/dist/components/questions/_shared/hooks/useImageQuestionGroup.d.ts +0 -1
- package/dist/components/questions/_shared/hooks/useImageQuestionGroup.js +1 -124
- package/dist/components/questions/_shared/hooks/useInfoExchangeGroup.d.ts +0 -1
- package/dist/components/questions/_shared/hooks/useInfoExchangeGroup.js +1 -51
- package/dist/components/questions/_shared/hooks/useQuestionFormState.d.ts +0 -1
- package/dist/components/questions/_shared/hooks/useQuestionFormState.js +1 -55
- package/dist/components/questions/_shared/hooks/useQuestionInitialization.d.ts +0 -1
- package/dist/components/questions/_shared/hooks/useQuestionInitialization.js +1 -124
- package/dist/components/questions/_shared/hooks/useQuestionListGroup.d.ts +0 -1
- package/dist/components/questions/_shared/hooks/useQuestionListGroup.js +1 -122
- package/dist/components/questions/_shared/hooks/useQuestionOnChange.d.ts +0 -1
- package/dist/components/questions/_shared/hooks/useQuestionOnChange.js +1 -71
- package/dist/components/questions/_shared/hooks/useSceneQuestionGroup.d.ts +0 -1
- package/dist/components/questions/_shared/hooks/useSceneQuestionGroup.js +1 -195
- package/dist/components/questions/_shared/index.d.ts +0 -1
- package/dist/components/questions/_shared/index.js +1 -8
- package/dist/components/questions/_shared/types/answer-the-question.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/answer-the-question.type.js +1 -2
- package/dist/components/questions/_shared/types/arrange-letters-into-words.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/arrange-letters-into-words.type.js +1 -2
- package/dist/components/questions/_shared/types/choose-correct-adjective.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/choose-correct-adjective.type.js +1 -4
- package/dist/components/questions/_shared/types/color-region.config.d.ts +0 -1
- package/dist/components/questions/_shared/types/color-region.config.js +1 -2
- package/dist/components/questions/_shared/types/fill-in-blank.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/fill-in-blank.type.js +1 -2
- package/dist/components/questions/_shared/types/fill-missing-words-in-grid.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/fill-missing-words-in-grid.type.js +1 -2
- package/dist/components/questions/_shared/types/gn-speaking-interview.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/gn-speaking-interview.type.js +1 -2
- package/dist/components/questions/_shared/types/index.d.ts +0 -1
- package/dist/components/questions/_shared/types/index.js +1 -13
- package/dist/components/questions/_shared/types/label-the-picture.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/label-the-picture.type.js +1 -2
- package/dist/components/questions/_shared/types/listen-and-choose-from-answer-group.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/listen-and-choose-from-answer-group.type.js +1 -2
- package/dist/components/questions/_shared/types/listen-and-choose-objects-in-scene.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/listen-and-choose-objects-in-scene.type.js +1 -2
- package/dist/components/questions/_shared/types/listen-and-drag-objects-into-scene.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/listen-and-drag-objects-into-scene.type.js +1 -2
- package/dist/components/questions/_shared/types/listen-and-speak-answer.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-answer.type.js +1 -2
- package/dist/components/questions/_shared/types/listen-and-speak-compare-images.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-compare-images.type.js +1 -2
- package/dist/components/questions/_shared/types/listen-and-speak-image-group.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-image-group.type.js +1 -2
- package/dist/components/questions/_shared/types/listen-and-speak-info-exchange.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-info-exchange.type.js +1 -2
- package/dist/components/questions/_shared/types/listen-and-speak-odd-one-out.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-odd-one-out.type.js +1 -4
- package/dist/components/questions/_shared/types/listen-and-speak-question-list.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-question-list.type.js +1 -2
- package/dist/components/questions/_shared/types/listen-and-speak-with-story-images.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-with-story-images.type.js +1 -4
- package/dist/components/questions/_shared/types/listen-and-tick-answer.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/listen-and-tick-answer.type.js +1 -2
- package/dist/components/questions/_shared/types/listening-drawline.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/listening-drawline.type.js +1 -2
- package/dist/components/questions/_shared/types/look-and-choose-answer.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/look-and-choose-answer.type.js +1 -2
- package/dist/components/questions/_shared/types/look-picture-fill-word-hint.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/look-picture-fill-word-hint.type.js +1 -2
- package/dist/components/questions/_shared/types/match-by-writing-answer.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/match-by-writing-answer.type.js +1 -2
- package/dist/components/questions/_shared/types/multiple-choice.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/multiple-choice.type.js +1 -2
- package/dist/components/questions/_shared/types/question-group.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/question-group.type.js +1 -12
- package/dist/components/questions/_shared/types/read-and-color-objects.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/read-and-color-objects.type.js +1 -2
- package/dist/components/questions/_shared/types/read-displayed-content.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/read-displayed-content.type.js +1 -2
- package/dist/components/questions/_shared/types/read-passage-and-answer-questions.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/read-passage-and-answer-questions.type.js +1 -2
- package/dist/components/questions/_shared/types/speaking-describe-image.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/speaking-describe-image.type.js +1 -2
- package/dist/components/questions/_shared/types/spontaneous-qa.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/spontaneous-qa.type.js +1 -2
- package/dist/components/questions/_shared/types/word-fill-paragraph-with-options.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/word-fill-paragraph-with-options.type.js +1 -2
- package/dist/components/questions/_shared/types/word-fill-paragraph.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/word-fill-paragraph.type.js +1 -2
- package/dist/components/questions/_shared/types/word-fill-structured-form.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/word-fill-structured-form.type.js +1 -2
- package/dist/components/questions/_shared/types/word-ordering.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/word-ordering.type.js +1 -2
- package/dist/components/questions/_shared/types/write-a-short-letter.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/write-a-short-letter.type.js +1 -2
- package/dist/components/questions/_shared/types/write-correct-verb-form.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/write-correct-verb-form.type.js +1 -4
- package/dist/components/questions/_shared/types/write-sentences.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/write-sentences.type.js +1 -2
- package/dist/components/questions/_shared/types/write-short-paragraph.type.d.ts +0 -1
- package/dist/components/questions/_shared/types/write-short-paragraph.type.js +1 -2
- package/dist/components/questions/_shared/utils/answer-builder.d.ts +0 -1
- package/dist/components/questions/_shared/utils/answer-builder.js +1 -80
- package/dist/components/questions/_shared/utils/createColorRegionRegistration.d.ts +0 -1
- package/dist/components/questions/_shared/utils/createColorRegionRegistration.js +1 -40
- package/dist/components/questions/_shared/utils/id-generator.d.ts +0 -1
- package/dist/components/questions/_shared/utils/id-generator.js +1 -4
- package/dist/components/questions/_shared/utils/question-validation.d.ts +0 -1
- package/dist/components/questions/_shared/utils/question-validation.js +1 -22
- package/dist/components/questions/components/ColorNode.d.ts +0 -1
- package/dist/components/questions/components/ColorNode.js +1 -86
- package/dist/components/questions/components/ColorRegionClient.d.ts +0 -1
- package/dist/components/questions/components/ColorRegionClient.js +1 -546
- package/dist/components/questions/components/ColorRegionCreator.d.ts +0 -1
- package/dist/components/questions/components/ColorRegionCreator.js +1 -421
- package/dist/components/questions/components/ColorRegionNode.d.ts +0 -1
- package/dist/components/questions/components/ColorRegionNode.js +1 -60
- package/dist/components/questions/components/CreatorGuide.d.ts +0 -1
- package/dist/components/questions/components/CreatorGuide.js +1 -104
- package/dist/components/questions/components/NameNode.d.ts +0 -1
- package/dist/components/questions/components/NameNode.js +1 -27
- package/dist/components/questions/components/QuestionBankOption.d.ts +0 -1
- package/dist/components/questions/components/QuestionBankOption.js +1 -47
- package/dist/components/questions/components/QuestionBasicInfoForm.d.ts +0 -1
- package/dist/components/questions/components/QuestionBasicInfoForm.js +1 -10
- package/dist/components/questions/components/QuestionCommonFields.d.ts +0 -1
- package/dist/components/questions/components/QuestionCommonFields.js +1 -34
- package/dist/components/questions/components/QuestionSearchDropdown.d.ts +0 -1
- package/dist/components/questions/components/QuestionSearchDropdown.js +1 -259
- package/dist/components/questions/components/QuestionTypeSelector.d.ts +0 -1
- package/dist/components/questions/components/QuestionTypeSelector.js +1 -33
- package/dist/components/questions/components/QuestionTypeSpecificForms.d.ts +0 -1
- package/dist/components/questions/components/QuestionTypeSpecificForms.js +1 -7
- package/dist/components/questions/components/RegionNode.d.ts +0 -1
- package/dist/components/questions/components/RegionNode.js +1 -95
- package/dist/components/questions/components/index.d.ts +0 -1
- package/dist/components/questions/components/index.js +1 -15
- package/dist/components/questions/creator/QuestionCreator.d.ts +0 -1
- package/dist/components/questions/creator/QuestionCreator.js +1 -91
- package/dist/components/questions/creator/QuestionGroupCreator.d.ts +0 -1
- package/dist/components/questions/creator/QuestionGroupCreator.js +1 -120
- package/dist/components/questions/creator/dedicated-component-router.d.ts +0 -1
- package/dist/components/questions/creator/dedicated-component-router.js +1 -80
- package/dist/components/questions/creator/index.d.ts +0 -1
- package/dist/components/questions/creator/index.js +1 -4
- package/dist/components/questions/creator/question-type-registry.d.ts +0 -1
- package/dist/components/questions/creator/question-type-registry.js +1 -81
- package/dist/components/questions/groups/ArticlesGroupCard.d.ts +0 -1
- package/dist/components/questions/groups/ArticlesGroupCard.js +1 -122
- package/dist/components/questions/groups/BasicQuestionGroupCard.d.ts +0 -1
- package/dist/components/questions/groups/BasicQuestionGroupCard.js +1 -51
- package/dist/components/questions/groups/DocumentGroupCard.d.ts +0 -1
- package/dist/components/questions/groups/DocumentGroupCard.js +1 -115
- package/dist/components/questions/groups/MatchAnswerGroupCard.d.ts +0 -1
- package/dist/components/questions/groups/MatchAnswerGroupCard.js +1 -26
- package/dist/components/questions/index.d.ts +0 -1
- package/dist/components/questions/index.js +1 -11
- package/dist/components/questions/types/answer-the-question/AnswerTheQuestionClient.d.ts +0 -1
- package/dist/components/questions/types/answer-the-question/AnswerTheQuestionClient.js +1 -38
- package/dist/components/questions/types/answer-the-question/AnswerTheQuestionCreator.d.ts +0 -1
- package/dist/components/questions/types/answer-the-question/AnswerTheQuestionCreator.js +1 -352
- package/dist/components/questions/types/answer-the-question/register.d.ts +0 -1
- package/dist/components/questions/types/answer-the-question/register.js +1 -68
- package/dist/components/questions/types/answer-the-question/transform.d.ts +0 -1
- package/dist/components/questions/types/answer-the-question/transform.js +1 -37
- package/dist/components/questions/types/arrange-letters-into-words/ArrangeLettersIntoWordsClient.d.ts +0 -1
- package/dist/components/questions/types/arrange-letters-into-words/ArrangeLettersIntoWordsClient.js +1 -142
- package/dist/components/questions/types/arrange-letters-into-words/ArrangeLettersIntoWordsCreator.d.ts +0 -1
- package/dist/components/questions/types/arrange-letters-into-words/ArrangeLettersIntoWordsCreator.js +1 -119
- package/dist/components/questions/types/arrange-letters-into-words/index.d.ts +0 -1
- package/dist/components/questions/types/arrange-letters-into-words/index.js +1 -3
- package/dist/components/questions/types/arrange-letters-into-words/register.d.ts +0 -1
- package/dist/components/questions/types/arrange-letters-into-words/register.js +1 -5
- package/dist/components/questions/types/arrange-letters-into-words/transform.d.ts +0 -1
- package/dist/components/questions/types/arrange-letters-into-words/transform.js +1 -25
- package/dist/components/questions/types/choose-correct-adjective/ChooseCorrectAdjectiveClient.d.ts +0 -1
- package/dist/components/questions/types/choose-correct-adjective/ChooseCorrectAdjectiveClient.js +1 -65
- package/dist/components/questions/types/choose-correct-adjective/ChooseCorrectAdjectiveCreator.d.ts +0 -1
- package/dist/components/questions/types/choose-correct-adjective/ChooseCorrectAdjectiveCreator.js +1 -170
- package/dist/components/questions/types/choose-correct-adjective/index.d.ts +0 -1
- package/dist/components/questions/types/choose-correct-adjective/index.js +1 -3
- package/dist/components/questions/types/choose-correct-adjective/register.d.ts +0 -1
- package/dist/components/questions/types/choose-correct-adjective/register.js +1 -56
- package/dist/components/questions/types/choose-correct-adjective/transform.d.ts +0 -1
- package/dist/components/questions/types/choose-correct-adjective/transform.js +1 -17
- package/dist/components/questions/types/choose-the-correct-answer/ChooseTheCorrectAnswerClient.d.ts +0 -1
- package/dist/components/questions/types/choose-the-correct-answer/ChooseTheCorrectAnswerClient.js +1 -132
- package/dist/components/questions/types/choose-the-correct-answer/ChooseTheCorrectAnswerCreator.d.ts +0 -1
- package/dist/components/questions/types/choose-the-correct-answer/ChooseTheCorrectAnswerCreator.js +1 -582
- package/dist/components/questions/types/choose-the-correct-answer/index.d.ts +0 -1
- package/dist/components/questions/types/choose-the-correct-answer/index.js +1 -3
- package/dist/components/questions/types/choose-the-correct-answer/register.d.ts +0 -1
- package/dist/components/questions/types/choose-the-correct-answer/register.js +1 -102
- package/dist/components/questions/types/choose-the-correct-answer/transform.d.ts +0 -1
- package/dist/components/questions/types/choose-the-correct-answer/transform.js +1 -44
- package/dist/components/questions/types/fill-in-blank/FillInBlankClient.d.ts +0 -1
- package/dist/components/questions/types/fill-in-blank/FillInBlankClient.js +1 -276
- package/dist/components/questions/types/fill-in-blank/FillInBlankCreator.d.ts +0 -1
- package/dist/components/questions/types/fill-in-blank/FillInBlankCreator.js +1 -449
- package/dist/components/questions/types/fill-in-blank/index.d.ts +0 -1
- package/dist/components/questions/types/fill-in-blank/index.js +1 -3
- package/dist/components/questions/types/fill-in-blank/register.d.ts +0 -1
- package/dist/components/questions/types/fill-in-blank/register.js +1 -139
- package/dist/components/questions/types/fill-in-blank/transform.d.ts +0 -1
- package/dist/components/questions/types/fill-in-blank/transform.js +1 -60
- package/dist/components/questions/types/fill-missing-words-in-grid/FillMissingWordsInGridClient.d.ts +0 -1
- package/dist/components/questions/types/fill-missing-words-in-grid/FillMissingWordsInGridClient.js +1 -118
- package/dist/components/questions/types/fill-missing-words-in-grid/FillMissingWordsInGridCreator.d.ts +0 -1
- package/dist/components/questions/types/fill-missing-words-in-grid/FillMissingWordsInGridCreator.js +1 -672
- package/dist/components/questions/types/fill-missing-words-in-grid/index.d.ts +0 -1
- package/dist/components/questions/types/fill-missing-words-in-grid/index.js +1 -3
- package/dist/components/questions/types/fill-missing-words-in-grid/register.d.ts +0 -1
- package/dist/components/questions/types/fill-missing-words-in-grid/register.js +1 -38
- package/dist/components/questions/types/fill-missing-words-in-grid/transform.d.ts +0 -1
- package/dist/components/questions/types/fill-missing-words-in-grid/transform.js +1 -16
- package/dist/components/questions/types/gn-speaking-interview/GNSpeakingInterviewCreator.d.ts +0 -1
- package/dist/components/questions/types/gn-speaking-interview/GNSpeakingInterviewCreator.js +1 -263
- package/dist/components/questions/types/gn-speaking-interview/register.d.ts +0 -1
- package/dist/components/questions/types/gn-speaking-interview/register.js +1 -122
- package/dist/components/questions/types/gn-speaking-interview/transform.d.ts +0 -1
- package/dist/components/questions/types/gn-speaking-interview/transform.js +1 -49
- package/dist/components/questions/types/image-object-matching/ImageObjectMatchingClient.d.ts +0 -1
- package/dist/components/questions/types/image-object-matching/ImageObjectMatchingClient.js +1 -17
- package/dist/components/questions/types/image-object-matching/ImageObjectMatchingCreator.d.ts +0 -1
- package/dist/components/questions/types/image-object-matching/ImageObjectMatchingCreator.js +1 -28
- package/dist/components/questions/types/image-object-matching/index.d.ts +0 -1
- package/dist/components/questions/types/image-object-matching/index.js +1 -3
- package/dist/components/questions/types/image-object-matching/register.d.ts +0 -1
- package/dist/components/questions/types/image-object-matching/register.js +1 -4
- package/dist/components/questions/types/image-object-matching/transform.d.ts +0 -1
- package/dist/components/questions/types/image-object-matching/transform.js +1 -3
- package/dist/components/questions/types/label-the-picture/LabelThePictureClient.d.ts +0 -1
- package/dist/components/questions/types/label-the-picture/LabelThePictureClient.js +1 -103
- package/dist/components/questions/types/label-the-picture/LabelThePictureCreator.d.ts +0 -1
- package/dist/components/questions/types/label-the-picture/LabelThePictureCreator.js +1 -345
- package/dist/components/questions/types/label-the-picture/index.d.ts +0 -1
- package/dist/components/questions/types/label-the-picture/index.js +1 -3
- package/dist/components/questions/types/label-the-picture/register.d.ts +0 -1
- package/dist/components/questions/types/label-the-picture/register.js +1 -55
- package/dist/components/questions/types/label-the-picture/transform.d.ts +0 -1
- package/dist/components/questions/types/label-the-picture/transform.js +1 -29
- package/dist/components/questions/types/listen-and-choose-from-answer-group/ListenAndChooseFromAnswerGroupClient.d.ts +0 -1
- package/dist/components/questions/types/listen-and-choose-from-answer-group/ListenAndChooseFromAnswerGroupClient.js +1 -79
- package/dist/components/questions/types/listen-and-choose-from-answer-group/ListenAndChooseFromAnswerGroupCreator.d.ts +0 -1
- package/dist/components/questions/types/listen-and-choose-from-answer-group/ListenAndChooseFromAnswerGroupCreator.js +1 -233
- package/dist/components/questions/types/listen-and-choose-from-answer-group/index.d.ts +0 -1
- package/dist/components/questions/types/listen-and-choose-from-answer-group/index.js +1 -3
- package/dist/components/questions/types/listen-and-choose-from-answer-group/register.d.ts +0 -1
- package/dist/components/questions/types/listen-and-choose-from-answer-group/register.js +1 -83
- package/dist/components/questions/types/listen-and-choose-from-answer-group/transform.d.ts +0 -1
- package/dist/components/questions/types/listen-and-choose-from-answer-group/transform.js +1 -28
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/ListenAndChooseObjectsInSceneClient.d.ts +0 -1
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/ListenAndChooseObjectsInSceneClient.js +1 -71
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/ListenAndChooseObjectsInSceneCreator.d.ts +0 -1
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/ListenAndChooseObjectsInSceneCreator.js +1 -387
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/index.d.ts +0 -1
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/index.js +1 -3
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/register.d.ts +0 -1
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/register.js +1 -101
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/transform.d.ts +0 -1
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/transform.js +1 -34
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/ListenAndDragObjectsIntoSceneClient.d.ts +0 -1
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/ListenAndDragObjectsIntoSceneClient.js +1 -107
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/ListenAndDragObjectsIntoSceneCreator.d.ts +0 -1
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/ListenAndDragObjectsIntoSceneCreator.js +1 -458
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/index.d.ts +0 -1
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/index.js +1 -3
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/register.d.ts +0 -1
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/register.js +1 -111
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/transform.d.ts +0 -1
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/transform.js +1 -36
- package/dist/components/questions/types/listen-and-speak-answer/ArrowIndicator.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-answer/ArrowIndicator.js +1 -9
- package/dist/components/questions/types/listen-and-speak-answer/ListenAndSpeakAnswerClient.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-answer/ListenAndSpeakAnswerClient.js +1 -23
- package/dist/components/questions/types/listen-and-speak-answer/ListenAndSpeakAnswerCreator.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-answer/ListenAndSpeakAnswerCreator.js +1 -292
- package/dist/components/questions/types/listen-and-speak-answer/index.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-answer/index.js +1 -3
- package/dist/components/questions/types/listen-and-speak-answer/register.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-answer/register.js +1 -85
- package/dist/components/questions/types/listen-and-speak-answer/transform.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-answer/transform.js +1 -28
- package/dist/components/questions/types/listen-and-speak-compare-images/ListenAndSpeakCompareImagesClient.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-compare-images/ListenAndSpeakCompareImagesClient.js +1 -33
- package/dist/components/questions/types/listen-and-speak-compare-images/ListenAndSpeakCompareImagesCreator.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-compare-images/ListenAndSpeakCompareImagesCreator.js +1 -296
- package/dist/components/questions/types/listen-and-speak-compare-images/register.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-compare-images/register.js +1 -80
- package/dist/components/questions/types/listen-and-speak-compare-images/transform.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-compare-images/transform.js +1 -28
- package/dist/components/questions/types/listen-and-speak-image-group/ListenAndSpeakImageGroupClient.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-image-group/ListenAndSpeakImageGroupClient.js +1 -35
- package/dist/components/questions/types/listen-and-speak-image-group/ListenAndSpeakImageGroupCreator.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-image-group/ListenAndSpeakImageGroupCreator.js +1 -286
- package/dist/components/questions/types/listen-and-speak-image-group/register.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-image-group/register.js +1 -82
- package/dist/components/questions/types/listen-and-speak-image-group/transform.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-image-group/transform.js +1 -27
- package/dist/components/questions/types/listen-and-speak-info-exchange/ListenAndSpeakInfoExchangeClient.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-info-exchange/ListenAndSpeakInfoExchangeClient.js +1 -39
- package/dist/components/questions/types/listen-and-speak-info-exchange/ListenAndSpeakInfoExchangeCreator.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-info-exchange/ListenAndSpeakInfoExchangeCreator.js +1 -386
- package/dist/components/questions/types/listen-and-speak-info-exchange/register.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-info-exchange/register.js +1 -88
- package/dist/components/questions/types/listen-and-speak-info-exchange/transform.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-info-exchange/transform.js +1 -33
- package/dist/components/questions/types/listen-and-speak-odd-one-out/ListenAndSpeakOddOneOutClient.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-odd-one-out/ListenAndSpeakOddOneOutClient.js +1 -27
- package/dist/components/questions/types/listen-and-speak-odd-one-out/ListenAndSpeakOddOneOutCreator.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-odd-one-out/ListenAndSpeakOddOneOutCreator.js +1 -248
- package/dist/components/questions/types/listen-and-speak-odd-one-out/register.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-odd-one-out/register.js +1 -60
- package/dist/components/questions/types/listen-and-speak-odd-one-out/transform.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-odd-one-out/transform.js +1 -19
- package/dist/components/questions/types/listen-and-speak-question-list/ListenAndSpeakQuestionListClient.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-question-list/ListenAndSpeakQuestionListClient.js +1 -27
- package/dist/components/questions/types/listen-and-speak-question-list/ListenAndSpeakQuestionListCreator.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-question-list/ListenAndSpeakQuestionListCreator.js +1 -257
- package/dist/components/questions/types/listen-and-speak-question-list/register.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-question-list/register.js +1 -82
- package/dist/components/questions/types/listen-and-speak-question-list/transform.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-question-list/transform.js +1 -27
- package/dist/components/questions/types/listen-and-speak-with-story-images/ListenAndSpeakWithStoryImagesClient.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-with-story-images/ListenAndSpeakWithStoryImagesClient.js +1 -27
- package/dist/components/questions/types/listen-and-speak-with-story-images/ListenAndSpeakWithStoryImagesCreator.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-with-story-images/ListenAndSpeakWithStoryImagesCreator.js +1 -231
- package/dist/components/questions/types/listen-and-speak-with-story-images/register.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-with-story-images/register.js +1 -57
- package/dist/components/questions/types/listen-and-speak-with-story-images/transform.d.ts +0 -1
- package/dist/components/questions/types/listen-and-speak-with-story-images/transform.js +1 -17
- package/dist/components/questions/types/look-picture-choose-correct-answer/LookPictureChooseCorrectAnswerClient.d.ts +0 -1
- package/dist/components/questions/types/look-picture-choose-correct-answer/LookPictureChooseCorrectAnswerClient.js +1 -73
- package/dist/components/questions/types/look-picture-choose-correct-answer/LookPictureChooseCorrectAnswerCreator.d.ts +0 -1
- package/dist/components/questions/types/look-picture-choose-correct-answer/LookPictureChooseCorrectAnswerCreator.js +1 -231
- package/dist/components/questions/types/look-picture-choose-correct-answer/index.d.ts +0 -1
- package/dist/components/questions/types/look-picture-choose-correct-answer/index.js +1 -2
- package/dist/components/questions/types/look-picture-choose-correct-answer/register.d.ts +0 -1
- package/dist/components/questions/types/look-picture-choose-correct-answer/register.js +1 -67
- package/dist/components/questions/types/look-picture-choose-correct-answer/transform.d.ts +0 -1
- package/dist/components/questions/types/look-picture-choose-correct-answer/transform.js +1 -43
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/LookPictureFillBlankChooseAnswerClient.d.ts +0 -1
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/LookPictureFillBlankChooseAnswerClient.js +1 -97
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/LookPictureFillBlankChooseAnswerCreator.d.ts +0 -1
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/LookPictureFillBlankChooseAnswerCreator.js +1 -239
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/index.d.ts +0 -1
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/index.js +1 -3
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/register.d.ts +0 -1
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/register.js +1 -77
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/transform.d.ts +0 -1
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/transform.js +1 -20
- package/dist/components/questions/types/look-picture-fill-word-hint/LookPictureFillWordHintClient.d.ts +0 -1
- package/dist/components/questions/types/look-picture-fill-word-hint/LookPictureFillWordHintClient.js +1 -135
- package/dist/components/questions/types/look-picture-fill-word-hint/LookPictureFillWordHintCreator.d.ts +0 -1
- package/dist/components/questions/types/look-picture-fill-word-hint/LookPictureFillWordHintCreator.js +1 -618
- package/dist/components/questions/types/look-picture-fill-word-hint/index.d.ts +0 -1
- package/dist/components/questions/types/look-picture-fill-word-hint/index.js +1 -3
- package/dist/components/questions/types/look-picture-fill-word-hint/register.d.ts +0 -1
- package/dist/components/questions/types/look-picture-fill-word-hint/register.js +1 -83
- package/dist/components/questions/types/look-picture-fill-word-hint/transform.d.ts +0 -1
- package/dist/components/questions/types/look-picture-fill-word-hint/transform.js +1 -30
- package/dist/components/questions/types/match-by-writing-answer/MatchByWritingAnswerClient.d.ts +0 -1
- package/dist/components/questions/types/match-by-writing-answer/MatchByWritingAnswerClient.js +1 -39
- package/dist/components/questions/types/match-by-writing-answer/MatchByWritingAnswerCreator.d.ts +0 -1
- package/dist/components/questions/types/match-by-writing-answer/MatchByWritingAnswerCreator.js +1 -360
- package/dist/components/questions/types/match-by-writing-answer/index.d.ts +0 -1
- package/dist/components/questions/types/match-by-writing-answer/index.js +1 -4
- package/dist/components/questions/types/match-by-writing-answer/register.d.ts +0 -1
- package/dist/components/questions/types/match-by-writing-answer/register.js +1 -59
- package/dist/components/questions/types/match-by-writing-answer/transform.d.ts +0 -1
- package/dist/components/questions/types/match-by-writing-answer/transform.js +1 -62
- package/dist/components/questions/types/read-and-color-objects/ReadAndColorObjectsClient.d.ts +0 -1
- package/dist/components/questions/types/read-and-color-objects/ReadAndColorObjectsClient.js +1 -17
- package/dist/components/questions/types/read-and-color-objects/ReadAndColorObjectsCreator.d.ts +0 -1
- package/dist/components/questions/types/read-and-color-objects/ReadAndColorObjectsCreator.js +1 -24
- package/dist/components/questions/types/read-and-color-objects/index.d.ts +0 -1
- package/dist/components/questions/types/read-and-color-objects/index.js +1 -3
- package/dist/components/questions/types/read-and-color-objects/register.d.ts +0 -1
- package/dist/components/questions/types/read-and-color-objects/register.js +1 -4
- package/dist/components/questions/types/read-and-color-objects/transform.d.ts +0 -1
- package/dist/components/questions/types/read-and-color-objects/transform.js +1 -37
- package/dist/components/questions/types/read-displayed-content/ReadDisplayedContentCreator.d.ts +0 -1
- package/dist/components/questions/types/read-displayed-content/ReadDisplayedContentCreator.js +1 -126
- package/dist/components/questions/types/read-displayed-content/register.d.ts +0 -1
- package/dist/components/questions/types/read-displayed-content/register.js +1 -65
- package/dist/components/questions/types/read-displayed-content/transform.d.ts +0 -1
- package/dist/components/questions/types/read-displayed-content/transform.js +1 -13
- package/dist/components/questions/types/read-passage-and-answer-questions/ReadPassageAndAnswerQuestionsClient.d.ts +0 -1
- package/dist/components/questions/types/read-passage-and-answer-questions/ReadPassageAndAnswerQuestionsClient.js +1 -65
- package/dist/components/questions/types/read-passage-and-answer-questions/ReadPassageAndAnswerQuestionsCreator.d.ts +0 -1
- package/dist/components/questions/types/read-passage-and-answer-questions/ReadPassageAndAnswerQuestionsCreator.js +1 -512
- package/dist/components/questions/types/read-passage-and-answer-questions/index.d.ts +0 -1
- package/dist/components/questions/types/read-passage-and-answer-questions/index.js +1 -3
- package/dist/components/questions/types/read-passage-and-answer-questions/register.d.ts +0 -1
- package/dist/components/questions/types/read-passage-and-answer-questions/register.js +1 -59
- package/dist/components/questions/types/read-passage-and-answer-questions/transform.d.ts +0 -1
- package/dist/components/questions/types/read-passage-and-answer-questions/transform.js +1 -29
- package/dist/components/questions/types/speaking-conversation/SpeakingConversationCreator.d.ts +0 -1
- package/dist/components/questions/types/speaking-conversation/SpeakingConversationCreator.js +1 -374
- package/dist/components/questions/types/speaking-conversation/SpeakingConversationPreviewClient.d.ts +0 -1
- package/dist/components/questions/types/speaking-conversation/SpeakingConversationPreviewClient.js +1 -42
- package/dist/components/questions/types/speaking-conversation/register.d.ts +0 -1
- package/dist/components/questions/types/speaking-conversation/register.js +1 -111
- package/dist/components/questions/types/speaking-conversation/transform.d.ts +0 -1
- package/dist/components/questions/types/speaking-conversation/transform.js +1 -35
- package/dist/components/questions/types/speaking-cue-card/SpeakingCueCardCreator.d.ts +0 -1
- package/dist/components/questions/types/speaking-cue-card/SpeakingCueCardCreator.js +1 -75
- package/dist/components/questions/types/speaking-cue-card/register.d.ts +0 -1
- package/dist/components/questions/types/speaking-cue-card/register.js +1 -53
- package/dist/components/questions/types/speaking-cue-card/transform.d.ts +0 -1
- package/dist/components/questions/types/speaking-cue-card/transform.js +1 -13
- package/dist/components/questions/types/speaking-describe-image/SpeakingDescribeImageClient.d.ts +0 -1
- package/dist/components/questions/types/speaking-describe-image/SpeakingDescribeImageClient.js +1 -11
- package/dist/components/questions/types/speaking-describe-image/SpeakingDescribeImageCreator.d.ts +0 -1
- package/dist/components/questions/types/speaking-describe-image/SpeakingDescribeImageCreator.js +1 -162
- package/dist/components/questions/types/speaking-describe-image/index.d.ts +0 -1
- package/dist/components/questions/types/speaking-describe-image/index.js +1 -3
- package/dist/components/questions/types/speaking-describe-image/register.d.ts +0 -1
- package/dist/components/questions/types/speaking-describe-image/register.js +1 -70
- package/dist/components/questions/types/speaking-describe-image/transform.d.ts +0 -1
- package/dist/components/questions/types/speaking-describe-image/transform.js +1 -17
- package/dist/components/questions/types/spontaneous-qa/SpontaneousQACreator.d.ts +0 -1
- package/dist/components/questions/types/spontaneous-qa/SpontaneousQACreator.js +1 -235
- package/dist/components/questions/types/spontaneous-qa/register.d.ts +0 -1
- package/dist/components/questions/types/spontaneous-qa/register.js +1 -94
- package/dist/components/questions/types/spontaneous-qa/transform.d.ts +0 -1
- package/dist/components/questions/types/spontaneous-qa/transform.js +1 -35
- package/dist/components/questions/types/true-false/TrueFalseClient.d.ts +0 -1
- package/dist/components/questions/types/true-false/TrueFalseClient.js +1 -76
- package/dist/components/questions/types/true-false/TrueFalseCreator.d.ts +0 -1
- package/dist/components/questions/types/true-false/TrueFalseCreator.js +1 -245
- package/dist/components/questions/types/true-false/index.d.ts +0 -1
- package/dist/components/questions/types/true-false/index.js +1 -3
- package/dist/components/questions/types/true-false/register.d.ts +0 -1
- package/dist/components/questions/types/true-false/register.js +1 -78
- package/dist/components/questions/types/true-false/transform.d.ts +0 -1
- package/dist/components/questions/types/true-false/transform.js +1 -33
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphClient.d.ts +0 -1
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphClient.js +1 -234
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphCreator.d.ts +0 -1
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphCreator.js +1 -632
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphWrapper.d.ts +0 -1
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphWrapper.js +1 -29
- package/dist/components/questions/types/word-fill-paragraph/index.d.ts +0 -1
- package/dist/components/questions/types/word-fill-paragraph/index.js +1 -3
- package/dist/components/questions/types/word-fill-paragraph/register.d.ts +0 -1
- package/dist/components/questions/types/word-fill-paragraph/register.js +1 -137
- package/dist/components/questions/types/word-fill-paragraph/transform.d.ts +0 -1
- package/dist/components/questions/types/word-fill-paragraph/transform.js +1 -57
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormClient.d.ts +0 -1
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormClient.js +1 -139
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormCreator.d.ts +0 -1
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormCreator.js +1 -262
- package/dist/components/questions/types/word-fill-structured-form/index.d.ts +0 -1
- package/dist/components/questions/types/word-fill-structured-form/index.js +1 -3
- package/dist/components/questions/types/word-fill-structured-form/register.d.ts +0 -1
- package/dist/components/questions/types/word-fill-structured-form/register.js +1 -68
- package/dist/components/questions/types/word-fill-structured-form/transform.d.ts +0 -1
- package/dist/components/questions/types/word-fill-structured-form/transform.js +1 -41
- package/dist/components/questions/types/word-ordering/WordOrderingClient.d.ts +0 -1
- package/dist/components/questions/types/word-ordering/WordOrderingClient.js +1 -85
- package/dist/components/questions/types/word-ordering/WordOrderingCreator.d.ts +0 -1
- package/dist/components/questions/types/word-ordering/WordOrderingCreator.js +1 -193
- package/dist/components/questions/types/word-ordering/index.d.ts +0 -1
- package/dist/components/questions/types/word-ordering/index.js +1 -3
- package/dist/components/questions/types/word-ordering/register.d.ts +0 -1
- package/dist/components/questions/types/word-ordering/register.js +1 -47
- package/dist/components/questions/types/word-ordering/transform.d.ts +0 -1
- package/dist/components/questions/types/word-ordering/transform.js +1 -25
- package/dist/components/questions/types/write-a-short-letter/WriteAShortLetterClient.d.ts +0 -1
- package/dist/components/questions/types/write-a-short-letter/WriteAShortLetterClient.js +1 -99
- package/dist/components/questions/types/write-a-short-letter/WriteAShortLetterCreator.d.ts +0 -1
- package/dist/components/questions/types/write-a-short-letter/WriteAShortLetterCreator.js +1 -321
- package/dist/components/questions/types/write-a-short-letter/index.d.ts +0 -1
- package/dist/components/questions/types/write-a-short-letter/index.js +1 -3
- package/dist/components/questions/types/write-a-short-letter/register.d.ts +0 -1
- package/dist/components/questions/types/write-a-short-letter/register.js +1 -69
- package/dist/components/questions/types/write-a-short-letter/transform.d.ts +0 -1
- package/dist/components/questions/types/write-a-short-letter/transform.js +1 -26
- package/dist/components/questions/types/write-correct-verb-form/WriteCorrectVerbFormClient.d.ts +0 -1
- package/dist/components/questions/types/write-correct-verb-form/WriteCorrectVerbFormClient.js +1 -62
- package/dist/components/questions/types/write-correct-verb-form/WriteCorrectVerbFormCreator.d.ts +0 -1
- package/dist/components/questions/types/write-correct-verb-form/WriteCorrectVerbFormCreator.js +1 -197
- package/dist/components/questions/types/write-correct-verb-form/index.d.ts +0 -1
- package/dist/components/questions/types/write-correct-verb-form/index.js +1 -3
- package/dist/components/questions/types/write-correct-verb-form/register.d.ts +0 -1
- package/dist/components/questions/types/write-correct-verb-form/register.js +1 -63
- package/dist/components/questions/types/write-correct-verb-form/transform.d.ts +0 -1
- package/dist/components/questions/types/write-correct-verb-form/transform.js +1 -18
- package/dist/components/questions/types/write-sentences/WriteSentencesClient.d.ts +0 -1
- package/dist/components/questions/types/write-sentences/WriteSentencesClient.js +1 -23
- package/dist/components/questions/types/write-sentences/WriteSentencesCreator.d.ts +0 -1
- package/dist/components/questions/types/write-sentences/WriteSentencesCreator.js +1 -175
- package/dist/components/questions/types/write-sentences/index.d.ts +0 -1
- package/dist/components/questions/types/write-sentences/index.js +1 -3
- package/dist/components/questions/types/write-sentences/register.d.ts +0 -1
- package/dist/components/questions/types/write-sentences/register.js +1 -59
- package/dist/components/questions/types/write-sentences/transform.d.ts +0 -1
- package/dist/components/questions/types/write-sentences/transform.js +1 -29
- package/dist/components/questions/types/write-short-paragraph/WriteShortParagraphClient.d.ts +0 -1
- package/dist/components/questions/types/write-short-paragraph/WriteShortParagraphClient.js +1 -97
- package/dist/components/questions/types/write-short-paragraph/WriteShortParagraphCreator.d.ts +0 -1
- package/dist/components/questions/types/write-short-paragraph/WriteShortParagraphCreator.js +1 -162
- package/dist/components/questions/types/write-short-paragraph/index.d.ts +0 -1
- package/dist/components/questions/types/write-short-paragraph/index.js +1 -3
- package/dist/components/questions/types/write-short-paragraph/register.d.ts +0 -1
- package/dist/components/questions/types/write-short-paragraph/register.js +1 -5
- package/dist/components/questions/types/write-short-paragraph/transform.d.ts +0 -1
- package/dist/components/questions/types/write-short-paragraph/transform.js +1 -22
- package/dist/components/questions/viewer/QuestionGroupViewer.d.ts +0 -1
- package/dist/components/questions/viewer/QuestionGroupViewer.js +1 -37
- package/dist/components/questions/viewer/QuestionViewer.d.ts +0 -1
- package/dist/components/questions/viewer/QuestionViewer.js +1 -447
- package/dist/components/questions/viewer/index.d.ts +0 -1
- package/dist/components/questions/viewer/index.js +1 -3
- package/dist/components/results/ResultReviewPageContainer.d.ts +0 -1
- package/dist/components/results/ResultReviewPageContainer.js +1 -99
- package/dist/components/results/ReviewQuestionRenderer.d.ts +0 -1
- package/dist/components/results/ReviewQuestionRenderer.js +1 -73
- package/dist/components/results/index.d.ts +0 -1
- package/dist/components/results/index.js +1 -3
- package/dist/components/results/result-review.utils.d.ts +0 -1
- package/dist/components/results/result-review.utils.js +1 -7
- package/dist/components/results/review-data.d.ts +0 -1
- package/dist/components/results/review-data.js +1 -151
- package/dist/components/results/review-renderer.utils.d.ts +0 -1
- package/dist/components/results/review-renderer.utils.js +1 -98
- package/dist/components/results/review-types.d.ts +0 -1
- package/dist/components/results/review-types.js +1 -2
- package/dist/components/themes/cambridge-yle/CambridgeYleAudioPlayer.d.ts +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleAudioPlayer.js +1 -139
- package/dist/components/themes/cambridge-yle/CambridgeYleBottomNav.d.ts +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleBottomNav.js +1 -13
- package/dist/components/themes/cambridge-yle/CambridgeYleExamLayout.d.ts +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleExamLayout.js +1 -19
- package/dist/components/themes/cambridge-yle/CambridgeYleExampleText.d.ts +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleExampleText.js +1 -12
- package/dist/components/themes/cambridge-yle/CambridgeYleHeader.d.ts +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleHeader.js +1 -12
- package/dist/components/themes/cambridge-yle/CambridgeYleInstructionBanner.d.ts +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleInstructionBanner.js +1 -10
- package/dist/components/themes/cambridge-yle/CambridgeYleNavButton.d.ts +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleNavButton.js +1 -14
- package/dist/components/themes/cambridge-yle/CambridgeYlePartBanner.d.ts +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYlePartBanner.js +1 -9
- package/dist/components/themes/cambridge-yle/CambridgeYleProgressBar.d.ts +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleProgressBar.js +1 -7
- package/dist/components/themes/cambridge-yle/CambridgeYleQuestionCard.d.ts +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleQuestionCard.js +1 -6
- package/dist/components/themes/cambridge-yle/CambridgeYleQuestionCardFullWidth.d.ts +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleQuestionCardFullWidth.js +1 -10
- package/dist/components/themes/cambridge-yle/CambridgeYleSidebar.d.ts +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleSidebar.js +1 -42
- package/dist/components/themes/cambridge-yle/CambridgeYleTimer.d.ts +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleTimer.js +1 -26
- package/dist/components/themes/cambridge-yle/index.d.ts +0 -1
- package/dist/components/themes/cambridge-yle/index.js +1 -14
- package/dist/components/themes/english-certification/EcAnswerTheQuestion.d.ts +0 -1
- package/dist/components/themes/english-certification/EcAnswerTheQuestion.js +1 -25
- package/dist/components/themes/english-certification/EcMatchByWritingAnswer.d.ts +0 -1
- package/dist/components/themes/english-certification/EcMatchByWritingAnswer.js +1 -89
- package/dist/components/themes/english-certification/EcWordFillParagraph.d.ts +0 -1
- package/dist/components/themes/english-certification/EcWordFillParagraph.js +1 -56
- package/dist/components/themes/english-certification/EcWordFillStructuredForm.d.ts +0 -1
- package/dist/components/themes/english-certification/EcWordFillStructuredForm.js +1 -157
- package/dist/components/themes/english-certification/EcWritingTask.d.ts +0 -1
- package/dist/components/themes/english-certification/EcWritingTask.js +1 -35
- package/dist/components/themes/english-certification/EnglishCertificationAudioPlayer.d.ts +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationAudioPlayer.js +1 -115
- package/dist/components/themes/english-certification/EnglishCertificationBrand.d.ts +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationBrand.js +1 -12
- package/dist/components/themes/english-certification/EnglishCertificationExamLayout.d.ts +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationExamLayout.js +1 -22
- package/dist/components/themes/english-certification/EnglishCertificationFlagButton.d.ts +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationFlagButton.js +1 -16
- package/dist/components/themes/english-certification/EnglishCertificationFooterBar.d.ts +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationFooterBar.js +1 -20
- package/dist/components/themes/english-certification/EnglishCertificationGroupedQuestion.d.ts +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationGroupedQuestion.js +1 -149
- package/dist/components/themes/english-certification/EnglishCertificationHeader.d.ts +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationHeader.js +1 -32
- package/dist/components/themes/english-certification/EnglishCertificationNavigationPanel.d.ts +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationNavigationPanel.js +1 -72
- package/dist/components/themes/english-certification/EnglishCertificationOptionSelector.d.ts +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationOptionSelector.js +1 -34
- package/dist/components/themes/english-certification/EnglishCertificationPassagePanel.d.ts +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationPassagePanel.js +1 -17
- package/dist/components/themes/english-certification/EnglishCertificationQuestionCard.d.ts +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationQuestionCard.js +1 -23
- package/dist/components/themes/english-certification/EnglishCertificationQuestionItem.d.ts +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationQuestionItem.js +1 -38
- package/dist/components/themes/english-certification/EnglishCertificationQuestionRenderer.d.ts +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationQuestionRenderer.js +1 -73
- package/dist/components/themes/english-certification/EnglishCertificationReadingSection.d.ts +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationReadingSection.js +1 -91
- package/dist/components/themes/english-certification/EnglishCertificationSingleQuestion.d.ts +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationSingleQuestion.js +1 -19
- package/dist/components/themes/english-certification/EnglishCertificationSingleQuestionList.d.ts +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationSingleQuestionList.js +1 -30
- package/dist/components/themes/english-certification/english-certification-theme.d.ts +0 -1
- package/dist/components/themes/english-certification/english-certification-theme.js +1 -59
- package/dist/components/themes/english-certification/grouped-question-utils.d.ts +0 -1
- package/dist/components/themes/english-certification/grouped-question-utils.js +1 -219
- package/dist/components/themes/english-certification/index.d.ts +0 -1
- package/dist/components/themes/english-certification/index.js +1 -22
- package/dist/components/themes/index.d.ts +0 -1
- package/dist/components/themes/index.js +1 -7
- package/dist/components/themes/summer-sky/SummerSkyAudioPlayer.d.ts +0 -1
- package/dist/components/themes/summer-sky/SummerSkyAudioPlayer.js +1 -171
- package/dist/components/themes/summer-sky/SummerSkyLayout.d.ts +0 -1
- package/dist/components/themes/summer-sky/SummerSkyLayout.js +1 -222
- package/dist/components/themes/summer-sky/SummerSkySubmitModal.d.ts +0 -1
- package/dist/components/themes/summer-sky/SummerSkySubmitModal.js +1 -19
- package/dist/components/themes/summer-sky/SummerSkyWaitingRoom.d.ts +0 -1
- package/dist/components/themes/summer-sky/SummerSkyWaitingRoom.js +1 -195
- package/dist/components/themes/types.d.ts +0 -1
- package/dist/components/themes/types.js +1 -2
- package/dist/components/ui/alert-dialog.d.ts +0 -1
- package/dist/components/ui/alert-dialog.js +1 -27
- package/dist/components/ui/alert.d.ts +0 -1
- package/dist/components/ui/alert.js +1 -23
- package/dist/components/ui/avatar.d.ts +0 -1
- package/dist/components/ui/avatar.js +1 -13
- package/dist/components/ui/badge.d.ts +0 -1
- package/dist/components/ui/badge.js +1 -39
- package/dist/components/ui/button.d.ts +0 -1
- package/dist/components/ui/button.js +1 -36
- package/dist/components/ui/calendar.d.ts +0 -1
- package/dist/components/ui/calendar.js +1 -77
- package/dist/components/ui/card.d.ts +0 -1
- package/dist/components/ui/card.js +1 -17
- package/dist/components/ui/carousel.d.ts +0 -1
- package/dist/components/ui/carousel.js +1 -92
- package/dist/components/ui/checkbox.d.ts +0 -1
- package/dist/components/ui/checkbox.js +1 -10
- package/dist/components/ui/collapsible.d.ts +0 -1
- package/dist/components/ui/collapsible.js +1 -14
- package/dist/components/ui/command.d.ts +0 -1
- package/dist/components/ui/command.js +1 -35
- package/dist/components/ui/confirm-dialog.d.ts +0 -1
- package/dist/components/ui/confirm-dialog.js +1 -50
- package/dist/components/ui/dialog.d.ts +0 -1
- package/dist/components/ui/dialog.js +1 -24
- package/dist/components/ui/drawer.d.ts +0 -1
- package/dist/components/ui/drawer.js +1 -36
- package/dist/components/ui/dropdown-menu.d.ts +0 -1
- package/dist/components/ui/dropdown-menu.js +1 -34
- package/dist/components/ui/file-upload.d.ts +0 -1
- package/dist/components/ui/file-upload.js +1 -156
- package/dist/components/ui/form.d.ts +0 -1
- package/dist/components/ui/form.js +1 -63
- package/dist/components/ui/hover-card.d.ts +0 -1
- package/dist/components/ui/hover-card.js +1 -11
- package/dist/components/ui/image-preview.d.ts +0 -1
- package/dist/components/ui/image-preview.js +1 -30
- package/dist/components/ui/input.d.ts +0 -1
- package/dist/components/ui/input.js +1 -9
- package/dist/components/ui/label.d.ts +0 -1
- package/dist/components/ui/label.js +1 -10
- package/dist/components/ui/language-switcher.d.ts +0 -1
- package/dist/components/ui/language-switcher.js +1 -16
- package/dist/components/ui/multi-select.d.ts +0 -1
- package/dist/components/ui/multi-select.js +1 -91
- package/dist/components/ui/points-input.d.ts +0 -1
- package/dist/components/ui/points-input.js +1 -34
- package/dist/components/ui/popover.d.ts +0 -1
- package/dist/components/ui/popover.js +1 -27
- package/dist/components/ui/progress.d.ts +0 -1
- package/dist/components/ui/progress.js +1 -17
- package/dist/components/ui/radio-group.d.ts +0 -1
- package/dist/components/ui/radio-group.js +1 -13
- package/dist/components/ui/scroll-area.d.ts +0 -1
- package/dist/components/ui/scroll-area.js +1 -12
- package/dist/components/ui/select.d.ts +0 -1
- package/dist/components/ui/select.js +1 -39
- package/dist/components/ui/separator.d.ts +0 -1
- package/dist/components/ui/separator.js +1 -9
- package/dist/components/ui/sheet.d.ts +0 -1
- package/dist/components/ui/sheet.js +1 -41
- package/dist/components/ui/single-select.d.ts +0 -1
- package/dist/components/ui/single-select.js +1 -77
- package/dist/components/ui/skeleton.d.ts +0 -1
- package/dist/components/ui/skeleton.js +1 -7
- package/dist/components/ui/switch.d.ts +0 -1
- package/dist/components/ui/switch.js +1 -9
- package/dist/components/ui/table.d.ts +0 -1
- package/dist/components/ui/table.js +1 -21
- package/dist/components/ui/tabs.d.ts +0 -1
- package/dist/components/ui/tabs.js +1 -18
- package/dist/components/ui/textarea.d.ts +0 -1
- package/dist/components/ui/textarea.js +1 -9
- package/dist/components/ui/tooltip.d.ts +0 -1
- package/dist/components/ui/tooltip.js +1 -12
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1 -20
- package/dist/mcp/config.d.ts +0 -1
- package/dist/mcp/config.js +1 -33
- package/dist/mcp/http-client.d.ts +0 -1
- package/dist/mcp/http-client.js +1 -49
- package/dist/mcp/index.d.ts +0 -1
- package/dist/mcp/index.js +1 -30
- package/dist/mcp/tools/_helpers.d.ts +0 -1
- package/dist/mcp/tools/_helpers.js +1 -26
- package/dist/mcp/tools/exams.d.ts +0 -1
- package/dist/mcp/tools/exams.js +1 -440
- package/dist/mcp/tools/index.d.ts +0 -1
- package/dist/mcp/tools/index.js +1 -7
- package/dist/mcp/tools/results.d.ts +0 -1
- package/dist/mcp/tools/results.js +1 -20
- package/dist/shared/constants/ApiConstant.d.ts +0 -1
- package/dist/shared/constants/ApiConstant.js +1 -277
- package/dist/shared/constants/QueryKeyConstant.d.ts +0 -1
- package/dist/shared/constants/QueryKeyConstant.js +1 -113
- package/dist/shared/constants/exam-level.enum.d.ts +0 -1
- package/dist/shared/constants/exam-level.enum.js +1 -42
- package/dist/shared/constants/landings/placement-test.constants.d.ts +0 -1
- package/dist/shared/constants/landings/placement-test.constants.js +1 -432
- package/dist/shared/constants/question-skills.d.ts +0 -1
- package/dist/shared/constants/question-skills.js +1 -268
- package/dist/shared/constants/routes.d.ts +0 -1
- package/dist/shared/constants/routes.js +1 -82
- package/dist/shared/index.d.ts +0 -1
- package/dist/shared/index.js +1 -8
- package/dist/shared/lib/hooks/index.d.ts +0 -1
- package/dist/shared/lib/hooks/index.js +1 -11
- package/dist/shared/lib/hooks/useAlertDialog.d.ts +0 -1
- package/dist/shared/lib/hooks/useAlertDialog.js +1 -58
- package/dist/shared/lib/hooks/useAudioPlayCounter.d.ts +0 -1
- package/dist/shared/lib/hooks/useAudioPlayCounter.js +1 -31
- package/dist/shared/lib/hooks/useAudioPreview.d.ts +0 -1
- package/dist/shared/lib/hooks/useAudioPreview.js +1 -82
- package/dist/shared/lib/hooks/useAudioUpload.d.ts +0 -1
- package/dist/shared/lib/hooks/useAudioUpload.js +1 -25
- package/dist/shared/lib/hooks/useConfirmDialog.d.ts +0 -1
- package/dist/shared/lib/hooks/useConfirmDialog.js +1 -90
- package/dist/shared/lib/hooks/useDebouncedCallback.d.ts +0 -1
- package/dist/shared/lib/hooks/useDebouncedCallback.js +1 -33
- package/dist/shared/lib/hooks/useDelayedAutoPlay.d.ts +0 -1
- package/dist/shared/lib/hooks/useDelayedAutoPlay.js +1 -13
- package/dist/shared/lib/hooks/useFileUpload.d.ts +0 -1
- package/dist/shared/lib/hooks/useFileUpload.js +1 -25
- package/dist/shared/lib/hooks/useImageUrl.d.ts +0 -1
- package/dist/shared/lib/hooks/useImageUrl.js +1 -6
- package/dist/shared/lib/hooks/usePresignedFileUrl.d.ts +0 -1
- package/dist/shared/lib/hooks/usePresignedFileUrl.js +1 -11
- package/dist/shared/lib/hooks/useReactHookForm.d.ts +0 -1
- package/dist/shared/lib/hooks/useReactHookForm.js +1 -32
- package/dist/shared/lib/hooks/useToast.d.ts +0 -1
- package/dist/shared/lib/hooks/useToast.js +1 -63
- package/dist/shared/lib/i18n/index.d.ts +0 -1
- package/dist/shared/lib/i18n/index.js +1 -55
- package/dist/shared/lib/i18n/messages/en/admin.d.ts +0 -1
- package/dist/shared/lib/i18n/messages/en/admin.js +1 -2105
- package/dist/shared/lib/i18n/messages/en/auth.d.ts +0 -1
- package/dist/shared/lib/i18n/messages/en/auth.js +1 -87
- package/dist/shared/lib/i18n/messages/en/common.d.ts +0 -1
- package/dist/shared/lib/i18n/messages/en/common.js +1 -141
- package/dist/shared/lib/i18n/messages/en/file-upload.d.ts +0 -1
- package/dist/shared/lib/i18n/messages/en/file-upload.js +1 -19
- package/dist/shared/lib/i18n/messages/en/student.d.ts +0 -1
- package/dist/shared/lib/i18n/messages/en/student.js +1 -134
- package/dist/shared/lib/i18n/messages/en/terms.d.ts +0 -1
- package/dist/shared/lib/i18n/messages/en/terms.js +1 -38
- package/dist/shared/lib/i18n/messages/en.d.ts +0 -1
- package/dist/shared/lib/i18n/messages/en.js +1 -16
- package/dist/shared/lib/i18n/messages/vi/admin.d.ts +0 -1
- package/dist/shared/lib/i18n/messages/vi/admin.js +1 -2105
- package/dist/shared/lib/i18n/messages/vi/auth.d.ts +0 -1
- package/dist/shared/lib/i18n/messages/vi/auth.js +1 -87
- package/dist/shared/lib/i18n/messages/vi/common.d.ts +0 -1
- package/dist/shared/lib/i18n/messages/vi/common.js +1 -141
- package/dist/shared/lib/i18n/messages/vi/file-upload.d.ts +0 -1
- package/dist/shared/lib/i18n/messages/vi/file-upload.js +1 -19
- package/dist/shared/lib/i18n/messages/vi/student.d.ts +0 -1
- package/dist/shared/lib/i18n/messages/vi/student.js +1 -134
- package/dist/shared/lib/i18n/messages/vi/terms.d.ts +0 -1
- package/dist/shared/lib/i18n/messages/vi/terms.js +1 -38
- package/dist/shared/lib/i18n/messages/vi.d.ts +0 -1
- package/dist/shared/lib/i18n/messages/vi.js +1 -16
- package/dist/shared/lib/i18n/types.d.ts +0 -1
- package/dist/shared/lib/i18n/types.js +1 -2
- package/dist/shared/lib/stores/examQuestionStore.d.ts +0 -1
- package/dist/shared/lib/stores/examQuestionStore.js +1 -213
- package/dist/shared/lib/stores/localeStore.d.ts +0 -1
- package/dist/shared/lib/stores/localeStore.js +1 -11
- package/dist/shared/lib/utils/public-page.d.ts +0 -1
- package/dist/shared/lib/utils/public-page.js +1 -45
- package/dist/shared/lib/utils/question-transform-types.d.ts +0 -1
- package/dist/shared/lib/utils/question-transform-types.js +1 -2
- package/dist/shared/lib/utils/question-transform.d.ts +0 -1
- package/dist/shared/lib/utils/question-transform.js +1 -175
- package/dist/shared/lib/utils.d.ts +0 -1
- package/dist/shared/lib/utils.js +1 -169
- package/dist/shared/lib/validation/choose-correct-answer.validation.d.ts +0 -1
- package/dist/shared/lib/validation/choose-correct-answer.validation.js +1 -112
- package/dist/shared/lib/validation/label-the-picture.validation.d.ts +0 -1
- package/dist/shared/lib/validation/label-the-picture.validation.js +1 -20
- package/dist/shared/lib/validation/listen-and-choose-from-answer-group.validation.d.ts +0 -1
- package/dist/shared/lib/validation/listen-and-choose-from-answer-group.validation.js +1 -47
- package/dist/shared/lib/validation/listen-and-choose-objects-in-scene.validation.d.ts +0 -1
- package/dist/shared/lib/validation/listen-and-choose-objects-in-scene.validation.js +1 -22
- package/dist/shared/lib/validation/listen-and-drag-objects-into-scene.validation.d.ts +0 -1
- package/dist/shared/lib/validation/listen-and-drag-objects-into-scene.validation.js +1 -35
- package/dist/shared/lib/validation/listen-and-speak-answer.validation.d.ts +0 -1
- package/dist/shared/lib/validation/listen-and-speak-answer.validation.js +1 -41
- package/dist/shared/lib/validation/listen-and-speak-compare-images.validation.d.ts +0 -1
- package/dist/shared/lib/validation/listen-and-speak-compare-images.validation.js +1 -46
- package/dist/shared/lib/validation/listen-and-speak-image-group.validation.d.ts +0 -1
- package/dist/shared/lib/validation/listen-and-speak-image-group.validation.js +1 -20
- package/dist/shared/lib/validation/listen-and-speak-info-exchange.validation.d.ts +0 -1
- package/dist/shared/lib/validation/listen-and-speak-info-exchange.validation.js +1 -40
- package/dist/shared/lib/validation/listen-and-speak-odd-one-out.validation.d.ts +0 -1
- package/dist/shared/lib/validation/listen-and-speak-odd-one-out.validation.js +1 -33
- package/dist/shared/lib/validation/listen-and-speak-question-list.validation.d.ts +0 -1
- package/dist/shared/lib/validation/listen-and-speak-question-list.validation.js +1 -20
- package/dist/shared/lib/validation/listen-and-speak-with-story-images.validation.d.ts +0 -1
- package/dist/shared/lib/validation/listen-and-speak-with-story-images.validation.js +1 -29
- package/dist/shared/lib/validation/look-picture-choose-correct-answer.validation.d.ts +0 -1
- package/dist/shared/lib/validation/look-picture-choose-correct-answer.validation.js +1 -13
- package/dist/shared/lib/validation/look-picture-fill-blank-choose-answer.validation.d.ts +0 -1
- package/dist/shared/lib/validation/look-picture-fill-blank-choose-answer.validation.js +1 -48
- package/dist/shared/lib/validation/read-and-color-objects.validation.d.ts +0 -1
- package/dist/shared/lib/validation/read-and-color-objects.validation.js +1 -30
- package/dist/shared/lib/validation/read-displayed-content.validation.d.ts +0 -1
- package/dist/shared/lib/validation/read-displayed-content.validation.js +1 -29
- package/dist/shared/lib/validation/speaking-conversation.validation.d.ts +0 -1
- package/dist/shared/lib/validation/speaking-conversation.validation.js +1 -76
- package/dist/shared/lib/validation/speaking-describe-image.validation.d.ts +0 -1
- package/dist/shared/lib/validation/speaking-describe-image.validation.js +1 -32
- package/dist/shared/lib/validation/spontaneous-qa.validation.d.ts +0 -1
- package/dist/shared/lib/validation/spontaneous-qa.validation.js +1 -49
- package/dist/shared/lib/validation/word-fill-paragraph-default.validation.d.ts +0 -1
- package/dist/shared/lib/validation/word-fill-paragraph-default.validation.js +1 -39
- package/dist/shared/lib/validation/word-fill-paragraph-with-options.validation.d.ts +0 -1
- package/dist/shared/lib/validation/word-fill-paragraph-with-options.validation.js +1 -40
- package/dist/shared/lib/validation/word-fill-paragraph.validation.d.ts +0 -1
- package/dist/shared/lib/validation/word-fill-paragraph.validation.js +1 -44
- package/dist/shared/lib/validation/word-ordering.validation.d.ts +0 -1
- package/dist/shared/lib/validation/word-ordering.validation.js +1 -34
- package/dist/shared/types/branch.types.d.ts +0 -1
- package/dist/shared/types/branch.types.js +1 -7
- package/dist/shared/types/common.types.d.ts +0 -1
- package/dist/shared/types/common.types.js +1 -51
- package/dist/shared/types/entities/exam-schedule.types.d.ts +0 -1
- package/dist/shared/types/entities/exam-schedule.types.js +1 -6
- package/dist/shared/types/entities/exam.types.d.ts +0 -1
- package/dist/shared/types/entities/exam.types.js +1 -2
- package/dist/shared/types/entities/question.types.d.ts +0 -1
- package/dist/shared/types/entities/question.types.js +1 -5
- package/dist/shared/types/entities/result.types.d.ts +0 -1
- package/dist/shared/types/entities/result.types.js +1 -5
- package/dist/shared/types/entities/user.types.d.ts +0 -1
- package/dist/shared/types/entities/user.types.js +1 -5
- package/dist/shared/types/exam-taking.types.d.ts +0 -1
- package/dist/shared/types/exam-taking.types.js +1 -3
- package/dist/shared/types/history.types.d.ts +0 -1
- package/dist/shared/types/history.types.js +1 -35
- package/dist/shared/types/index.d.ts +0 -1
- package/dist/shared/types/index.js +1 -2
- package/dist/shared/types/questions/choose-correct-adjective.d.ts +0 -1
- package/dist/shared/types/questions/choose-correct-adjective.js +1 -5
- package/dist/shared/types/questions/choose-the-correct-answer.d.ts +0 -1
- package/dist/shared/types/questions/choose-the-correct-answer.js +1 -10
- package/dist/shared/types/questions/fill-missing-words-in-grid.d.ts +0 -1
- package/dist/shared/types/questions/fill-missing-words-in-grid.js +1 -12
- package/dist/shared/types/questions/index.d.ts +0 -1
- package/dist/shared/types/questions/index.js +1 -41
- package/dist/shared/types/questions/listen-and-speak-answer.d.ts +0 -1
- package/dist/shared/types/questions/listen-and-speak-answer.js +1 -2
- package/dist/shared/types/questions/listen-and-speak-compare-images.d.ts +0 -1
- package/dist/shared/types/questions/listen-and-speak-compare-images.js +1 -2
- package/dist/shared/types/questions/listen-and-speak-image-group.d.ts +0 -1
- package/dist/shared/types/questions/listen-and-speak-image-group.js +1 -2
- package/dist/shared/types/questions/listen-and-speak-info-exchange.d.ts +0 -1
- package/dist/shared/types/questions/listen-and-speak-info-exchange.js +1 -4
- package/dist/shared/types/questions/listen-and-speak-odd-one-out.d.ts +0 -1
- package/dist/shared/types/questions/listen-and-speak-odd-one-out.js +1 -4
- package/dist/shared/types/questions/listen-and-speak-question-list.d.ts +0 -1
- package/dist/shared/types/questions/listen-and-speak-question-list.js +1 -2
- package/dist/shared/types/questions/listen-and-speak-with-story-images.d.ts +0 -1
- package/dist/shared/types/questions/listen-and-speak-with-story-images.js +1 -4
- package/dist/shared/types/questions/look-picture-choose-correct-answer.d.ts +0 -1
- package/dist/shared/types/questions/look-picture-choose-correct-answer.js +1 -6
- package/dist/shared/types/questions/look-picture-fill-blank-choose-answer.d.ts +0 -1
- package/dist/shared/types/questions/look-picture-fill-blank-choose-answer.js +1 -10
- package/dist/shared/types/questions/look-picture-fill-word-hint.d.ts +0 -1
- package/dist/shared/types/questions/look-picture-fill-word-hint.js +1 -8
- package/dist/shared/types/questions/read-displayed-content.d.ts +0 -1
- package/dist/shared/types/questions/read-displayed-content.js +1 -2
- package/dist/shared/types/questions/speaking-conversation.d.ts +0 -1
- package/dist/shared/types/questions/speaking-conversation.js +1 -8
- package/dist/shared/types/questions/speaking-describe-image.d.ts +0 -1
- package/dist/shared/types/questions/speaking-describe-image.js +1 -2
- package/dist/shared/types/questions/spontaneous-qa.d.ts +0 -1
- package/dist/shared/types/questions/spontaneous-qa.js +1 -2
- package/dist/shared/types/questions/write-correct-verb-form.d.ts +0 -1
- package/dist/shared/types/questions/write-correct-verb-form.js +1 -13
- package/dist/shared/types/role.types.d.ts +0 -1
- package/dist/shared/types/role.types.js +1 -2
- package/dist/shared/types/structure-management.d.ts +0 -1
- package/dist/shared/types/structure-management.js +1 -29
- package/dist/shared/types/student.types.d.ts +0 -1
- package/dist/shared/types/student.types.js +1 -55
- package/dist/shared/types/teacher-dashboard-rooms.d.ts +0 -1
- package/dist/shared/types/teacher-dashboard-rooms.js +1 -3
- package/package.json +4 -2
- package/dist/api/exam-create.d.ts.map +0 -1
- package/dist/api/exam-create.js.map +0 -1
- package/dist/api/exam-create.types.d.ts.map +0 -1
- package/dist/api/exam-create.types.js.map +0 -1
- package/dist/api/exam-questions.d.ts.map +0 -1
- package/dist/api/exam-questions.js.map +0 -1
- package/dist/api/exam-questions.types.d.ts.map +0 -1
- package/dist/api/exam-questions.types.js.map +0 -1
- package/dist/api/exam-taking.d.ts.map +0 -1
- package/dist/api/exam-taking.js.map +0 -1
- package/dist/api/exam-taking.types.d.ts.map +0 -1
- package/dist/api/exam-taking.types.js.map +0 -1
- package/dist/api/index.d.ts.map +0 -1
- package/dist/api/index.js.map +0 -1
- package/dist/api/result-review.d.ts.map +0 -1
- package/dist/api/result-review.js.map +0 -1
- package/dist/api/result-review.types.d.ts.map +0 -1
- package/dist/api/result-review.types.js.map +0 -1
- package/dist/components/CueCardEditor.d.ts.map +0 -1
- package/dist/components/CueCardEditor.js.map +0 -1
- package/dist/components/common/ResolvedImage.d.ts.map +0 -1
- package/dist/components/common/ResolvedImage.js.map +0 -1
- package/dist/components/exams/CreateExamInfoForm.d.ts.map +0 -1
- package/dist/components/exams/CreateExamInfoForm.js.map +0 -1
- package/dist/components/exams/CreateExamPageContainer.d.ts.map +0 -1
- package/dist/components/exams/CreateExamPageContainer.js.map +0 -1
- package/dist/components/exams/ExamCreator.d.ts.map +0 -1
- package/dist/components/exams/ExamCreator.js.map +0 -1
- package/dist/components/exams/ExamPartTabs.d.ts.map +0 -1
- package/dist/components/exams/ExamPartTabs.js.map +0 -1
- package/dist/components/exams/ExamQuestionGrid.d.ts.map +0 -1
- package/dist/components/exams/ExamQuestionGrid.js.map +0 -1
- package/dist/components/exams/ExamQuestionsPageContainer.d.ts.map +0 -1
- package/dist/components/exams/ExamQuestionsPageContainer.js.map +0 -1
- package/dist/components/exams/PartAudioUploader.d.ts.map +0 -1
- package/dist/components/exams/PartAudioUploader.js.map +0 -1
- package/dist/components/exams/TemplateSelector.d.ts.map +0 -1
- package/dist/components/exams/TemplateSelector.js.map +0 -1
- package/dist/components/exams/api.d.ts.map +0 -1
- package/dist/components/exams/api.js.map +0 -1
- package/dist/components/exams/create-exam.validation.d.ts.map +0 -1
- package/dist/components/exams/create-exam.validation.js.map +0 -1
- package/dist/components/exams/exam-template.utils.d.ts.map +0 -1
- package/dist/components/exams/exam-template.utils.js.map +0 -1
- package/dist/components/exams/index.d.ts.map +0 -1
- package/dist/components/exams/index.js.map +0 -1
- package/dist/components/exams/take/ExamTakingPageContainer.d.ts.map +0 -1
- package/dist/components/exams/take/ExamTakingPageContainer.js.map +0 -1
- package/dist/components/exams/take/GenericQuestionRenderer.d.ts.map +0 -1
- package/dist/components/exams/take/GenericQuestionRenderer.js.map +0 -1
- package/dist/components/exams/take/exam-taking.utils.d.ts.map +0 -1
- package/dist/components/exams/take/exam-taking.utils.js.map +0 -1
- package/dist/components/exams/take/hooks/useSpeakingRecorder.d.ts.map +0 -1
- package/dist/components/exams/take/hooks/useSpeakingRecorder.js.map +0 -1
- package/dist/components/exams/take/index.d.ts.map +0 -1
- package/dist/components/exams/take/index.js.map +0 -1
- package/dist/components/exams/take/types.d.ts.map +0 -1
- package/dist/components/exams/take/types.js.map +0 -1
- package/dist/components/index.d.ts.map +0 -1
- package/dist/components/index.js.map +0 -1
- package/dist/components/questions/_shared/config/question-types.config.d.ts.map +0 -1
- package/dist/components/questions/_shared/config/question-types.config.js.map +0 -1
- package/dist/components/questions/_shared/constants/color-palette.d.ts.map +0 -1
- package/dist/components/questions/_shared/constants/color-palette.js.map +0 -1
- package/dist/components/questions/_shared/hooks/useAnswerGroupQuestionGroup.d.ts.map +0 -1
- package/dist/components/questions/_shared/hooks/useAnswerGroupQuestionGroup.js.map +0 -1
- package/dist/components/questions/_shared/hooks/useBasicQuestionGroup.d.ts.map +0 -1
- package/dist/components/questions/_shared/hooks/useBasicQuestionGroup.js.map +0 -1
- package/dist/components/questions/_shared/hooks/useCompareImagesGroup.d.ts.map +0 -1
- package/dist/components/questions/_shared/hooks/useCompareImagesGroup.js.map +0 -1
- package/dist/components/questions/_shared/hooks/useImageQuestionGroup.d.ts.map +0 -1
- package/dist/components/questions/_shared/hooks/useImageQuestionGroup.js.map +0 -1
- package/dist/components/questions/_shared/hooks/useInfoExchangeGroup.d.ts.map +0 -1
- package/dist/components/questions/_shared/hooks/useInfoExchangeGroup.js.map +0 -1
- package/dist/components/questions/_shared/hooks/useQuestionFormState.d.ts.map +0 -1
- package/dist/components/questions/_shared/hooks/useQuestionFormState.js.map +0 -1
- package/dist/components/questions/_shared/hooks/useQuestionInitialization.d.ts.map +0 -1
- package/dist/components/questions/_shared/hooks/useQuestionInitialization.js.map +0 -1
- package/dist/components/questions/_shared/hooks/useQuestionListGroup.d.ts.map +0 -1
- package/dist/components/questions/_shared/hooks/useQuestionListGroup.js.map +0 -1
- package/dist/components/questions/_shared/hooks/useQuestionOnChange.d.ts.map +0 -1
- package/dist/components/questions/_shared/hooks/useQuestionOnChange.js.map +0 -1
- package/dist/components/questions/_shared/hooks/useSceneQuestionGroup.d.ts.map +0 -1
- package/dist/components/questions/_shared/hooks/useSceneQuestionGroup.js.map +0 -1
- package/dist/components/questions/_shared/index.d.ts.map +0 -1
- package/dist/components/questions/_shared/index.js.map +0 -1
- package/dist/components/questions/_shared/types/answer-the-question.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/answer-the-question.type.js.map +0 -1
- package/dist/components/questions/_shared/types/arrange-letters-into-words.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/arrange-letters-into-words.type.js.map +0 -1
- package/dist/components/questions/_shared/types/choose-correct-adjective.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/choose-correct-adjective.type.js.map +0 -1
- package/dist/components/questions/_shared/types/color-region.config.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/color-region.config.js.map +0 -1
- package/dist/components/questions/_shared/types/fill-in-blank.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/fill-in-blank.type.js.map +0 -1
- package/dist/components/questions/_shared/types/fill-missing-words-in-grid.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/fill-missing-words-in-grid.type.js.map +0 -1
- package/dist/components/questions/_shared/types/gn-speaking-interview.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/gn-speaking-interview.type.js.map +0 -1
- package/dist/components/questions/_shared/types/index.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/index.js.map +0 -1
- package/dist/components/questions/_shared/types/label-the-picture.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/label-the-picture.type.js.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-choose-from-answer-group.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-choose-from-answer-group.type.js.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-choose-objects-in-scene.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-choose-objects-in-scene.type.js.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-drag-objects-into-scene.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-drag-objects-into-scene.type.js.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-answer.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-answer.type.js.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-compare-images.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-compare-images.type.js.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-image-group.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-image-group.type.js.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-info-exchange.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-info-exchange.type.js.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-odd-one-out.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-odd-one-out.type.js.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-question-list.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-question-list.type.js.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-with-story-images.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-speak-with-story-images.type.js.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-tick-answer.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/listen-and-tick-answer.type.js.map +0 -1
- package/dist/components/questions/_shared/types/listening-drawline.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/listening-drawline.type.js.map +0 -1
- package/dist/components/questions/_shared/types/look-and-choose-answer.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/look-and-choose-answer.type.js.map +0 -1
- package/dist/components/questions/_shared/types/look-picture-fill-word-hint.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/look-picture-fill-word-hint.type.js.map +0 -1
- package/dist/components/questions/_shared/types/match-by-writing-answer.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/match-by-writing-answer.type.js.map +0 -1
- package/dist/components/questions/_shared/types/multiple-choice.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/multiple-choice.type.js.map +0 -1
- package/dist/components/questions/_shared/types/question-group.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/question-group.type.js.map +0 -1
- package/dist/components/questions/_shared/types/read-and-color-objects.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/read-and-color-objects.type.js.map +0 -1
- package/dist/components/questions/_shared/types/read-displayed-content.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/read-displayed-content.type.js.map +0 -1
- package/dist/components/questions/_shared/types/read-passage-and-answer-questions.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/read-passage-and-answer-questions.type.js.map +0 -1
- package/dist/components/questions/_shared/types/speaking-describe-image.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/speaking-describe-image.type.js.map +0 -1
- package/dist/components/questions/_shared/types/spontaneous-qa.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/spontaneous-qa.type.js.map +0 -1
- package/dist/components/questions/_shared/types/word-fill-paragraph-with-options.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/word-fill-paragraph-with-options.type.js.map +0 -1
- package/dist/components/questions/_shared/types/word-fill-paragraph.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/word-fill-paragraph.type.js.map +0 -1
- package/dist/components/questions/_shared/types/word-fill-structured-form.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/word-fill-structured-form.type.js.map +0 -1
- package/dist/components/questions/_shared/types/word-ordering.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/word-ordering.type.js.map +0 -1
- package/dist/components/questions/_shared/types/write-a-short-letter.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/write-a-short-letter.type.js.map +0 -1
- package/dist/components/questions/_shared/types/write-correct-verb-form.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/write-correct-verb-form.type.js.map +0 -1
- package/dist/components/questions/_shared/types/write-sentences.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/write-sentences.type.js.map +0 -1
- package/dist/components/questions/_shared/types/write-short-paragraph.type.d.ts.map +0 -1
- package/dist/components/questions/_shared/types/write-short-paragraph.type.js.map +0 -1
- package/dist/components/questions/_shared/utils/answer-builder.d.ts.map +0 -1
- package/dist/components/questions/_shared/utils/answer-builder.js.map +0 -1
- package/dist/components/questions/_shared/utils/createColorRegionRegistration.d.ts.map +0 -1
- package/dist/components/questions/_shared/utils/createColorRegionRegistration.js.map +0 -1
- package/dist/components/questions/_shared/utils/id-generator.d.ts.map +0 -1
- package/dist/components/questions/_shared/utils/id-generator.js.map +0 -1
- package/dist/components/questions/_shared/utils/question-validation.d.ts.map +0 -1
- package/dist/components/questions/_shared/utils/question-validation.js.map +0 -1
- package/dist/components/questions/components/ColorNode.d.ts.map +0 -1
- package/dist/components/questions/components/ColorNode.js.map +0 -1
- package/dist/components/questions/components/ColorRegionClient.d.ts.map +0 -1
- package/dist/components/questions/components/ColorRegionClient.js.map +0 -1
- package/dist/components/questions/components/ColorRegionCreator.d.ts.map +0 -1
- package/dist/components/questions/components/ColorRegionCreator.js.map +0 -1
- package/dist/components/questions/components/ColorRegionNode.d.ts.map +0 -1
- package/dist/components/questions/components/ColorRegionNode.js.map +0 -1
- package/dist/components/questions/components/CreatorGuide.d.ts.map +0 -1
- package/dist/components/questions/components/CreatorGuide.js.map +0 -1
- package/dist/components/questions/components/NameNode.d.ts.map +0 -1
- package/dist/components/questions/components/NameNode.js.map +0 -1
- package/dist/components/questions/components/QuestionBankOption.d.ts.map +0 -1
- package/dist/components/questions/components/QuestionBankOption.js.map +0 -1
- package/dist/components/questions/components/QuestionBasicInfoForm.d.ts.map +0 -1
- package/dist/components/questions/components/QuestionBasicInfoForm.js.map +0 -1
- package/dist/components/questions/components/QuestionCommonFields.d.ts.map +0 -1
- package/dist/components/questions/components/QuestionCommonFields.js.map +0 -1
- package/dist/components/questions/components/QuestionSearchDropdown.d.ts.map +0 -1
- package/dist/components/questions/components/QuestionSearchDropdown.js.map +0 -1
- package/dist/components/questions/components/QuestionTypeSelector.d.ts.map +0 -1
- package/dist/components/questions/components/QuestionTypeSelector.js.map +0 -1
- package/dist/components/questions/components/QuestionTypeSpecificForms.d.ts.map +0 -1
- package/dist/components/questions/components/QuestionTypeSpecificForms.js.map +0 -1
- package/dist/components/questions/components/RegionNode.d.ts.map +0 -1
- package/dist/components/questions/components/RegionNode.js.map +0 -1
- package/dist/components/questions/components/index.d.ts.map +0 -1
- package/dist/components/questions/components/index.js.map +0 -1
- package/dist/components/questions/creator/QuestionCreator.d.ts.map +0 -1
- package/dist/components/questions/creator/QuestionCreator.js.map +0 -1
- package/dist/components/questions/creator/QuestionGroupCreator.d.ts.map +0 -1
- package/dist/components/questions/creator/QuestionGroupCreator.js.map +0 -1
- package/dist/components/questions/creator/dedicated-component-router.d.ts.map +0 -1
- package/dist/components/questions/creator/dedicated-component-router.js.map +0 -1
- package/dist/components/questions/creator/index.d.ts.map +0 -1
- package/dist/components/questions/creator/index.js.map +0 -1
- package/dist/components/questions/creator/question-type-registry.d.ts.map +0 -1
- package/dist/components/questions/creator/question-type-registry.js.map +0 -1
- package/dist/components/questions/groups/ArticlesGroupCard.d.ts.map +0 -1
- package/dist/components/questions/groups/ArticlesGroupCard.js.map +0 -1
- package/dist/components/questions/groups/BasicQuestionGroupCard.d.ts.map +0 -1
- package/dist/components/questions/groups/BasicQuestionGroupCard.js.map +0 -1
- package/dist/components/questions/groups/DocumentGroupCard.d.ts.map +0 -1
- package/dist/components/questions/groups/DocumentGroupCard.js.map +0 -1
- package/dist/components/questions/groups/MatchAnswerGroupCard.d.ts.map +0 -1
- package/dist/components/questions/groups/MatchAnswerGroupCard.js.map +0 -1
- package/dist/components/questions/index.d.ts.map +0 -1
- package/dist/components/questions/index.js.map +0 -1
- package/dist/components/questions/types/answer-the-question/AnswerTheQuestionClient.d.ts.map +0 -1
- package/dist/components/questions/types/answer-the-question/AnswerTheQuestionClient.js.map +0 -1
- package/dist/components/questions/types/answer-the-question/AnswerTheQuestionCreator.d.ts.map +0 -1
- package/dist/components/questions/types/answer-the-question/AnswerTheQuestionCreator.js.map +0 -1
- package/dist/components/questions/types/answer-the-question/register.d.ts.map +0 -1
- package/dist/components/questions/types/answer-the-question/register.js.map +0 -1
- package/dist/components/questions/types/answer-the-question/transform.d.ts.map +0 -1
- package/dist/components/questions/types/answer-the-question/transform.js.map +0 -1
- package/dist/components/questions/types/arrange-letters-into-words/ArrangeLettersIntoWordsClient.d.ts.map +0 -1
- package/dist/components/questions/types/arrange-letters-into-words/ArrangeLettersIntoWordsClient.js.map +0 -1
- package/dist/components/questions/types/arrange-letters-into-words/ArrangeLettersIntoWordsCreator.d.ts.map +0 -1
- package/dist/components/questions/types/arrange-letters-into-words/ArrangeLettersIntoWordsCreator.js.map +0 -1
- package/dist/components/questions/types/arrange-letters-into-words/index.d.ts.map +0 -1
- package/dist/components/questions/types/arrange-letters-into-words/index.js.map +0 -1
- package/dist/components/questions/types/arrange-letters-into-words/register.d.ts.map +0 -1
- package/dist/components/questions/types/arrange-letters-into-words/register.js.map +0 -1
- package/dist/components/questions/types/arrange-letters-into-words/transform.d.ts.map +0 -1
- package/dist/components/questions/types/arrange-letters-into-words/transform.js.map +0 -1
- package/dist/components/questions/types/choose-correct-adjective/ChooseCorrectAdjectiveClient.d.ts.map +0 -1
- package/dist/components/questions/types/choose-correct-adjective/ChooseCorrectAdjectiveClient.js.map +0 -1
- package/dist/components/questions/types/choose-correct-adjective/ChooseCorrectAdjectiveCreator.d.ts.map +0 -1
- package/dist/components/questions/types/choose-correct-adjective/ChooseCorrectAdjectiveCreator.js.map +0 -1
- package/dist/components/questions/types/choose-correct-adjective/index.d.ts.map +0 -1
- package/dist/components/questions/types/choose-correct-adjective/index.js.map +0 -1
- package/dist/components/questions/types/choose-correct-adjective/register.d.ts.map +0 -1
- package/dist/components/questions/types/choose-correct-adjective/register.js.map +0 -1
- package/dist/components/questions/types/choose-correct-adjective/transform.d.ts.map +0 -1
- package/dist/components/questions/types/choose-correct-adjective/transform.js.map +0 -1
- package/dist/components/questions/types/choose-the-correct-answer/ChooseTheCorrectAnswerClient.d.ts.map +0 -1
- package/dist/components/questions/types/choose-the-correct-answer/ChooseTheCorrectAnswerClient.js.map +0 -1
- package/dist/components/questions/types/choose-the-correct-answer/ChooseTheCorrectAnswerCreator.d.ts.map +0 -1
- package/dist/components/questions/types/choose-the-correct-answer/ChooseTheCorrectAnswerCreator.js.map +0 -1
- package/dist/components/questions/types/choose-the-correct-answer/index.d.ts.map +0 -1
- package/dist/components/questions/types/choose-the-correct-answer/index.js.map +0 -1
- package/dist/components/questions/types/choose-the-correct-answer/register.d.ts.map +0 -1
- package/dist/components/questions/types/choose-the-correct-answer/register.js.map +0 -1
- package/dist/components/questions/types/choose-the-correct-answer/transform.d.ts.map +0 -1
- package/dist/components/questions/types/choose-the-correct-answer/transform.js.map +0 -1
- package/dist/components/questions/types/fill-in-blank/FillInBlankClient.d.ts.map +0 -1
- package/dist/components/questions/types/fill-in-blank/FillInBlankClient.js.map +0 -1
- package/dist/components/questions/types/fill-in-blank/FillInBlankCreator.d.ts.map +0 -1
- package/dist/components/questions/types/fill-in-blank/FillInBlankCreator.js.map +0 -1
- package/dist/components/questions/types/fill-in-blank/index.d.ts.map +0 -1
- package/dist/components/questions/types/fill-in-blank/index.js.map +0 -1
- package/dist/components/questions/types/fill-in-blank/register.d.ts.map +0 -1
- package/dist/components/questions/types/fill-in-blank/register.js.map +0 -1
- package/dist/components/questions/types/fill-in-blank/transform.d.ts.map +0 -1
- package/dist/components/questions/types/fill-in-blank/transform.js.map +0 -1
- package/dist/components/questions/types/fill-missing-words-in-grid/FillMissingWordsInGridClient.d.ts.map +0 -1
- package/dist/components/questions/types/fill-missing-words-in-grid/FillMissingWordsInGridClient.js.map +0 -1
- package/dist/components/questions/types/fill-missing-words-in-grid/FillMissingWordsInGridCreator.d.ts.map +0 -1
- package/dist/components/questions/types/fill-missing-words-in-grid/FillMissingWordsInGridCreator.js.map +0 -1
- package/dist/components/questions/types/fill-missing-words-in-grid/index.d.ts.map +0 -1
- package/dist/components/questions/types/fill-missing-words-in-grid/index.js.map +0 -1
- package/dist/components/questions/types/fill-missing-words-in-grid/register.d.ts.map +0 -1
- package/dist/components/questions/types/fill-missing-words-in-grid/register.js.map +0 -1
- package/dist/components/questions/types/fill-missing-words-in-grid/transform.d.ts.map +0 -1
- package/dist/components/questions/types/fill-missing-words-in-grid/transform.js.map +0 -1
- package/dist/components/questions/types/gn-speaking-interview/GNSpeakingInterviewCreator.d.ts.map +0 -1
- package/dist/components/questions/types/gn-speaking-interview/GNSpeakingInterviewCreator.js.map +0 -1
- package/dist/components/questions/types/gn-speaking-interview/register.d.ts.map +0 -1
- package/dist/components/questions/types/gn-speaking-interview/register.js.map +0 -1
- package/dist/components/questions/types/gn-speaking-interview/transform.d.ts.map +0 -1
- package/dist/components/questions/types/gn-speaking-interview/transform.js.map +0 -1
- package/dist/components/questions/types/image-object-matching/ImageObjectMatchingClient.d.ts.map +0 -1
- package/dist/components/questions/types/image-object-matching/ImageObjectMatchingClient.js.map +0 -1
- package/dist/components/questions/types/image-object-matching/ImageObjectMatchingCreator.d.ts.map +0 -1
- package/dist/components/questions/types/image-object-matching/ImageObjectMatchingCreator.js.map +0 -1
- package/dist/components/questions/types/image-object-matching/index.d.ts.map +0 -1
- package/dist/components/questions/types/image-object-matching/index.js.map +0 -1
- package/dist/components/questions/types/image-object-matching/register.d.ts.map +0 -1
- package/dist/components/questions/types/image-object-matching/register.js.map +0 -1
- package/dist/components/questions/types/image-object-matching/transform.d.ts.map +0 -1
- package/dist/components/questions/types/image-object-matching/transform.js.map +0 -1
- package/dist/components/questions/types/label-the-picture/LabelThePictureClient.d.ts.map +0 -1
- package/dist/components/questions/types/label-the-picture/LabelThePictureClient.js.map +0 -1
- package/dist/components/questions/types/label-the-picture/LabelThePictureCreator.d.ts.map +0 -1
- package/dist/components/questions/types/label-the-picture/LabelThePictureCreator.js.map +0 -1
- package/dist/components/questions/types/label-the-picture/index.d.ts.map +0 -1
- package/dist/components/questions/types/label-the-picture/index.js.map +0 -1
- package/dist/components/questions/types/label-the-picture/register.d.ts.map +0 -1
- package/dist/components/questions/types/label-the-picture/register.js.map +0 -1
- package/dist/components/questions/types/label-the-picture/transform.d.ts.map +0 -1
- package/dist/components/questions/types/label-the-picture/transform.js.map +0 -1
- package/dist/components/questions/types/listen-and-choose-from-answer-group/ListenAndChooseFromAnswerGroupClient.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-choose-from-answer-group/ListenAndChooseFromAnswerGroupClient.js.map +0 -1
- package/dist/components/questions/types/listen-and-choose-from-answer-group/ListenAndChooseFromAnswerGroupCreator.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-choose-from-answer-group/ListenAndChooseFromAnswerGroupCreator.js.map +0 -1
- package/dist/components/questions/types/listen-and-choose-from-answer-group/index.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-choose-from-answer-group/index.js.map +0 -1
- package/dist/components/questions/types/listen-and-choose-from-answer-group/register.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-choose-from-answer-group/register.js.map +0 -1
- package/dist/components/questions/types/listen-and-choose-from-answer-group/transform.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-choose-from-answer-group/transform.js.map +0 -1
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/ListenAndChooseObjectsInSceneClient.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/ListenAndChooseObjectsInSceneClient.js.map +0 -1
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/ListenAndChooseObjectsInSceneCreator.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/ListenAndChooseObjectsInSceneCreator.js.map +0 -1
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/index.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/index.js.map +0 -1
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/register.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/register.js.map +0 -1
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/transform.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-choose-objects-in-scene/transform.js.map +0 -1
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/ListenAndDragObjectsIntoSceneClient.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/ListenAndDragObjectsIntoSceneClient.js.map +0 -1
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/ListenAndDragObjectsIntoSceneCreator.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/ListenAndDragObjectsIntoSceneCreator.js.map +0 -1
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/index.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/index.js.map +0 -1
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/register.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/register.js.map +0 -1
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/transform.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-drag-objects-into-scene/transform.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-answer/ArrowIndicator.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-answer/ArrowIndicator.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-answer/ListenAndSpeakAnswerClient.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-answer/ListenAndSpeakAnswerClient.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-answer/ListenAndSpeakAnswerCreator.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-answer/ListenAndSpeakAnswerCreator.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-answer/index.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-answer/index.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-answer/register.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-answer/register.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-answer/transform.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-answer/transform.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-compare-images/ListenAndSpeakCompareImagesClient.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-compare-images/ListenAndSpeakCompareImagesClient.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-compare-images/ListenAndSpeakCompareImagesCreator.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-compare-images/ListenAndSpeakCompareImagesCreator.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-compare-images/register.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-compare-images/register.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-compare-images/transform.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-compare-images/transform.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-image-group/ListenAndSpeakImageGroupClient.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-image-group/ListenAndSpeakImageGroupClient.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-image-group/ListenAndSpeakImageGroupCreator.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-image-group/ListenAndSpeakImageGroupCreator.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-image-group/register.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-image-group/register.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-image-group/transform.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-image-group/transform.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-info-exchange/ListenAndSpeakInfoExchangeClient.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-info-exchange/ListenAndSpeakInfoExchangeClient.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-info-exchange/ListenAndSpeakInfoExchangeCreator.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-info-exchange/ListenAndSpeakInfoExchangeCreator.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-info-exchange/register.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-info-exchange/register.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-info-exchange/transform.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-info-exchange/transform.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-odd-one-out/ListenAndSpeakOddOneOutClient.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-odd-one-out/ListenAndSpeakOddOneOutClient.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-odd-one-out/ListenAndSpeakOddOneOutCreator.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-odd-one-out/ListenAndSpeakOddOneOutCreator.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-odd-one-out/register.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-odd-one-out/register.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-odd-one-out/transform.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-odd-one-out/transform.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-question-list/ListenAndSpeakQuestionListClient.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-question-list/ListenAndSpeakQuestionListClient.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-question-list/ListenAndSpeakQuestionListCreator.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-question-list/ListenAndSpeakQuestionListCreator.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-question-list/register.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-question-list/register.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-question-list/transform.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-question-list/transform.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-with-story-images/ListenAndSpeakWithStoryImagesClient.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-with-story-images/ListenAndSpeakWithStoryImagesClient.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-with-story-images/ListenAndSpeakWithStoryImagesCreator.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-with-story-images/ListenAndSpeakWithStoryImagesCreator.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-with-story-images/register.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-with-story-images/register.js.map +0 -1
- package/dist/components/questions/types/listen-and-speak-with-story-images/transform.d.ts.map +0 -1
- package/dist/components/questions/types/listen-and-speak-with-story-images/transform.js.map +0 -1
- package/dist/components/questions/types/look-picture-choose-correct-answer/LookPictureChooseCorrectAnswerClient.d.ts.map +0 -1
- package/dist/components/questions/types/look-picture-choose-correct-answer/LookPictureChooseCorrectAnswerClient.js.map +0 -1
- package/dist/components/questions/types/look-picture-choose-correct-answer/LookPictureChooseCorrectAnswerCreator.d.ts.map +0 -1
- package/dist/components/questions/types/look-picture-choose-correct-answer/LookPictureChooseCorrectAnswerCreator.js.map +0 -1
- package/dist/components/questions/types/look-picture-choose-correct-answer/index.d.ts.map +0 -1
- package/dist/components/questions/types/look-picture-choose-correct-answer/index.js.map +0 -1
- package/dist/components/questions/types/look-picture-choose-correct-answer/register.d.ts.map +0 -1
- package/dist/components/questions/types/look-picture-choose-correct-answer/register.js.map +0 -1
- package/dist/components/questions/types/look-picture-choose-correct-answer/transform.d.ts.map +0 -1
- package/dist/components/questions/types/look-picture-choose-correct-answer/transform.js.map +0 -1
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/LookPictureFillBlankChooseAnswerClient.d.ts.map +0 -1
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/LookPictureFillBlankChooseAnswerClient.js.map +0 -1
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/LookPictureFillBlankChooseAnswerCreator.d.ts.map +0 -1
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/LookPictureFillBlankChooseAnswerCreator.js.map +0 -1
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/index.d.ts.map +0 -1
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/index.js.map +0 -1
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/register.d.ts.map +0 -1
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/register.js.map +0 -1
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/transform.d.ts.map +0 -1
- package/dist/components/questions/types/look-picture-fill-blank-choose-answer/transform.js.map +0 -1
- package/dist/components/questions/types/look-picture-fill-word-hint/LookPictureFillWordHintClient.d.ts.map +0 -1
- package/dist/components/questions/types/look-picture-fill-word-hint/LookPictureFillWordHintClient.js.map +0 -1
- package/dist/components/questions/types/look-picture-fill-word-hint/LookPictureFillWordHintCreator.d.ts.map +0 -1
- package/dist/components/questions/types/look-picture-fill-word-hint/LookPictureFillWordHintCreator.js.map +0 -1
- package/dist/components/questions/types/look-picture-fill-word-hint/index.d.ts.map +0 -1
- package/dist/components/questions/types/look-picture-fill-word-hint/index.js.map +0 -1
- package/dist/components/questions/types/look-picture-fill-word-hint/register.d.ts.map +0 -1
- package/dist/components/questions/types/look-picture-fill-word-hint/register.js.map +0 -1
- package/dist/components/questions/types/look-picture-fill-word-hint/transform.d.ts.map +0 -1
- package/dist/components/questions/types/look-picture-fill-word-hint/transform.js.map +0 -1
- package/dist/components/questions/types/match-by-writing-answer/MatchByWritingAnswerClient.d.ts.map +0 -1
- package/dist/components/questions/types/match-by-writing-answer/MatchByWritingAnswerClient.js.map +0 -1
- package/dist/components/questions/types/match-by-writing-answer/MatchByWritingAnswerCreator.d.ts.map +0 -1
- package/dist/components/questions/types/match-by-writing-answer/MatchByWritingAnswerCreator.js.map +0 -1
- package/dist/components/questions/types/match-by-writing-answer/index.d.ts.map +0 -1
- package/dist/components/questions/types/match-by-writing-answer/index.js.map +0 -1
- package/dist/components/questions/types/match-by-writing-answer/register.d.ts.map +0 -1
- package/dist/components/questions/types/match-by-writing-answer/register.js.map +0 -1
- package/dist/components/questions/types/match-by-writing-answer/transform.d.ts.map +0 -1
- package/dist/components/questions/types/match-by-writing-answer/transform.js.map +0 -1
- package/dist/components/questions/types/read-and-color-objects/ReadAndColorObjectsClient.d.ts.map +0 -1
- package/dist/components/questions/types/read-and-color-objects/ReadAndColorObjectsClient.js.map +0 -1
- package/dist/components/questions/types/read-and-color-objects/ReadAndColorObjectsCreator.d.ts.map +0 -1
- package/dist/components/questions/types/read-and-color-objects/ReadAndColorObjectsCreator.js.map +0 -1
- package/dist/components/questions/types/read-and-color-objects/index.d.ts.map +0 -1
- package/dist/components/questions/types/read-and-color-objects/index.js.map +0 -1
- package/dist/components/questions/types/read-and-color-objects/register.d.ts.map +0 -1
- package/dist/components/questions/types/read-and-color-objects/register.js.map +0 -1
- package/dist/components/questions/types/read-and-color-objects/transform.d.ts.map +0 -1
- package/dist/components/questions/types/read-and-color-objects/transform.js.map +0 -1
- package/dist/components/questions/types/read-displayed-content/ReadDisplayedContentCreator.d.ts.map +0 -1
- package/dist/components/questions/types/read-displayed-content/ReadDisplayedContentCreator.js.map +0 -1
- package/dist/components/questions/types/read-displayed-content/register.d.ts.map +0 -1
- package/dist/components/questions/types/read-displayed-content/register.js.map +0 -1
- package/dist/components/questions/types/read-displayed-content/transform.d.ts.map +0 -1
- package/dist/components/questions/types/read-displayed-content/transform.js.map +0 -1
- package/dist/components/questions/types/read-passage-and-answer-questions/ReadPassageAndAnswerQuestionsClient.d.ts.map +0 -1
- package/dist/components/questions/types/read-passage-and-answer-questions/ReadPassageAndAnswerQuestionsClient.js.map +0 -1
- package/dist/components/questions/types/read-passage-and-answer-questions/ReadPassageAndAnswerQuestionsCreator.d.ts.map +0 -1
- package/dist/components/questions/types/read-passage-and-answer-questions/ReadPassageAndAnswerQuestionsCreator.js.map +0 -1
- package/dist/components/questions/types/read-passage-and-answer-questions/index.d.ts.map +0 -1
- package/dist/components/questions/types/read-passage-and-answer-questions/index.js.map +0 -1
- package/dist/components/questions/types/read-passage-and-answer-questions/register.d.ts.map +0 -1
- package/dist/components/questions/types/read-passage-and-answer-questions/register.js.map +0 -1
- package/dist/components/questions/types/read-passage-and-answer-questions/transform.d.ts.map +0 -1
- package/dist/components/questions/types/read-passage-and-answer-questions/transform.js.map +0 -1
- package/dist/components/questions/types/speaking-conversation/SpeakingConversationCreator.d.ts.map +0 -1
- package/dist/components/questions/types/speaking-conversation/SpeakingConversationCreator.js.map +0 -1
- package/dist/components/questions/types/speaking-conversation/SpeakingConversationPreviewClient.d.ts.map +0 -1
- package/dist/components/questions/types/speaking-conversation/SpeakingConversationPreviewClient.js.map +0 -1
- package/dist/components/questions/types/speaking-conversation/register.d.ts.map +0 -1
- package/dist/components/questions/types/speaking-conversation/register.js.map +0 -1
- package/dist/components/questions/types/speaking-conversation/transform.d.ts.map +0 -1
- package/dist/components/questions/types/speaking-conversation/transform.js.map +0 -1
- package/dist/components/questions/types/speaking-cue-card/SpeakingCueCardCreator.d.ts.map +0 -1
- package/dist/components/questions/types/speaking-cue-card/SpeakingCueCardCreator.js.map +0 -1
- package/dist/components/questions/types/speaking-cue-card/register.d.ts.map +0 -1
- package/dist/components/questions/types/speaking-cue-card/register.js.map +0 -1
- package/dist/components/questions/types/speaking-cue-card/transform.d.ts.map +0 -1
- package/dist/components/questions/types/speaking-cue-card/transform.js.map +0 -1
- package/dist/components/questions/types/speaking-describe-image/SpeakingDescribeImageClient.d.ts.map +0 -1
- package/dist/components/questions/types/speaking-describe-image/SpeakingDescribeImageClient.js.map +0 -1
- package/dist/components/questions/types/speaking-describe-image/SpeakingDescribeImageCreator.d.ts.map +0 -1
- package/dist/components/questions/types/speaking-describe-image/SpeakingDescribeImageCreator.js.map +0 -1
- package/dist/components/questions/types/speaking-describe-image/index.d.ts.map +0 -1
- package/dist/components/questions/types/speaking-describe-image/index.js.map +0 -1
- package/dist/components/questions/types/speaking-describe-image/register.d.ts.map +0 -1
- package/dist/components/questions/types/speaking-describe-image/register.js.map +0 -1
- package/dist/components/questions/types/speaking-describe-image/transform.d.ts.map +0 -1
- package/dist/components/questions/types/speaking-describe-image/transform.js.map +0 -1
- package/dist/components/questions/types/spontaneous-qa/SpontaneousQACreator.d.ts.map +0 -1
- package/dist/components/questions/types/spontaneous-qa/SpontaneousQACreator.js.map +0 -1
- package/dist/components/questions/types/spontaneous-qa/register.d.ts.map +0 -1
- package/dist/components/questions/types/spontaneous-qa/register.js.map +0 -1
- package/dist/components/questions/types/spontaneous-qa/transform.d.ts.map +0 -1
- package/dist/components/questions/types/spontaneous-qa/transform.js.map +0 -1
- package/dist/components/questions/types/true-false/TrueFalseClient.d.ts.map +0 -1
- package/dist/components/questions/types/true-false/TrueFalseClient.js.map +0 -1
- package/dist/components/questions/types/true-false/TrueFalseCreator.d.ts.map +0 -1
- package/dist/components/questions/types/true-false/TrueFalseCreator.js.map +0 -1
- package/dist/components/questions/types/true-false/index.d.ts.map +0 -1
- package/dist/components/questions/types/true-false/index.js.map +0 -1
- package/dist/components/questions/types/true-false/register.d.ts.map +0 -1
- package/dist/components/questions/types/true-false/register.js.map +0 -1
- package/dist/components/questions/types/true-false/transform.d.ts.map +0 -1
- package/dist/components/questions/types/true-false/transform.js.map +0 -1
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphClient.d.ts.map +0 -1
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphClient.js.map +0 -1
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphCreator.d.ts.map +0 -1
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphCreator.js.map +0 -1
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphWrapper.d.ts.map +0 -1
- package/dist/components/questions/types/word-fill-paragraph/WordFillParagraphWrapper.js.map +0 -1
- package/dist/components/questions/types/word-fill-paragraph/index.d.ts.map +0 -1
- package/dist/components/questions/types/word-fill-paragraph/index.js.map +0 -1
- package/dist/components/questions/types/word-fill-paragraph/register.d.ts.map +0 -1
- package/dist/components/questions/types/word-fill-paragraph/register.js.map +0 -1
- package/dist/components/questions/types/word-fill-paragraph/transform.d.ts.map +0 -1
- package/dist/components/questions/types/word-fill-paragraph/transform.js.map +0 -1
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormClient.d.ts.map +0 -1
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormClient.js.map +0 -1
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormCreator.d.ts.map +0 -1
- package/dist/components/questions/types/word-fill-structured-form/WordFillStructuredFormCreator.js.map +0 -1
- package/dist/components/questions/types/word-fill-structured-form/index.d.ts.map +0 -1
- package/dist/components/questions/types/word-fill-structured-form/index.js.map +0 -1
- package/dist/components/questions/types/word-fill-structured-form/register.d.ts.map +0 -1
- package/dist/components/questions/types/word-fill-structured-form/register.js.map +0 -1
- package/dist/components/questions/types/word-fill-structured-form/transform.d.ts.map +0 -1
- package/dist/components/questions/types/word-fill-structured-form/transform.js.map +0 -1
- package/dist/components/questions/types/word-ordering/WordOrderingClient.d.ts.map +0 -1
- package/dist/components/questions/types/word-ordering/WordOrderingClient.js.map +0 -1
- package/dist/components/questions/types/word-ordering/WordOrderingCreator.d.ts.map +0 -1
- package/dist/components/questions/types/word-ordering/WordOrderingCreator.js.map +0 -1
- package/dist/components/questions/types/word-ordering/index.d.ts.map +0 -1
- package/dist/components/questions/types/word-ordering/index.js.map +0 -1
- package/dist/components/questions/types/word-ordering/register.d.ts.map +0 -1
- package/dist/components/questions/types/word-ordering/register.js.map +0 -1
- package/dist/components/questions/types/word-ordering/transform.d.ts.map +0 -1
- package/dist/components/questions/types/word-ordering/transform.js.map +0 -1
- package/dist/components/questions/types/write-a-short-letter/WriteAShortLetterClient.d.ts.map +0 -1
- package/dist/components/questions/types/write-a-short-letter/WriteAShortLetterClient.js.map +0 -1
- package/dist/components/questions/types/write-a-short-letter/WriteAShortLetterCreator.d.ts.map +0 -1
- package/dist/components/questions/types/write-a-short-letter/WriteAShortLetterCreator.js.map +0 -1
- package/dist/components/questions/types/write-a-short-letter/index.d.ts.map +0 -1
- package/dist/components/questions/types/write-a-short-letter/index.js.map +0 -1
- package/dist/components/questions/types/write-a-short-letter/register.d.ts.map +0 -1
- package/dist/components/questions/types/write-a-short-letter/register.js.map +0 -1
- package/dist/components/questions/types/write-a-short-letter/transform.d.ts.map +0 -1
- package/dist/components/questions/types/write-a-short-letter/transform.js.map +0 -1
- package/dist/components/questions/types/write-correct-verb-form/WriteCorrectVerbFormClient.d.ts.map +0 -1
- package/dist/components/questions/types/write-correct-verb-form/WriteCorrectVerbFormClient.js.map +0 -1
- package/dist/components/questions/types/write-correct-verb-form/WriteCorrectVerbFormCreator.d.ts.map +0 -1
- package/dist/components/questions/types/write-correct-verb-form/WriteCorrectVerbFormCreator.js.map +0 -1
- package/dist/components/questions/types/write-correct-verb-form/index.d.ts.map +0 -1
- package/dist/components/questions/types/write-correct-verb-form/index.js.map +0 -1
- package/dist/components/questions/types/write-correct-verb-form/register.d.ts.map +0 -1
- package/dist/components/questions/types/write-correct-verb-form/register.js.map +0 -1
- package/dist/components/questions/types/write-correct-verb-form/transform.d.ts.map +0 -1
- package/dist/components/questions/types/write-correct-verb-form/transform.js.map +0 -1
- package/dist/components/questions/types/write-sentences/WriteSentencesClient.d.ts.map +0 -1
- package/dist/components/questions/types/write-sentences/WriteSentencesClient.js.map +0 -1
- package/dist/components/questions/types/write-sentences/WriteSentencesCreator.d.ts.map +0 -1
- package/dist/components/questions/types/write-sentences/WriteSentencesCreator.js.map +0 -1
- package/dist/components/questions/types/write-sentences/index.d.ts.map +0 -1
- package/dist/components/questions/types/write-sentences/index.js.map +0 -1
- package/dist/components/questions/types/write-sentences/register.d.ts.map +0 -1
- package/dist/components/questions/types/write-sentences/register.js.map +0 -1
- package/dist/components/questions/types/write-sentences/transform.d.ts.map +0 -1
- package/dist/components/questions/types/write-sentences/transform.js.map +0 -1
- package/dist/components/questions/types/write-short-paragraph/WriteShortParagraphClient.d.ts.map +0 -1
- package/dist/components/questions/types/write-short-paragraph/WriteShortParagraphClient.js.map +0 -1
- package/dist/components/questions/types/write-short-paragraph/WriteShortParagraphCreator.d.ts.map +0 -1
- package/dist/components/questions/types/write-short-paragraph/WriteShortParagraphCreator.js.map +0 -1
- package/dist/components/questions/types/write-short-paragraph/index.d.ts.map +0 -1
- package/dist/components/questions/types/write-short-paragraph/index.js.map +0 -1
- package/dist/components/questions/types/write-short-paragraph/register.d.ts.map +0 -1
- package/dist/components/questions/types/write-short-paragraph/register.js.map +0 -1
- package/dist/components/questions/types/write-short-paragraph/transform.d.ts.map +0 -1
- package/dist/components/questions/types/write-short-paragraph/transform.js.map +0 -1
- package/dist/components/questions/viewer/QuestionGroupViewer.d.ts.map +0 -1
- package/dist/components/questions/viewer/QuestionGroupViewer.js.map +0 -1
- package/dist/components/questions/viewer/QuestionViewer.d.ts.map +0 -1
- package/dist/components/questions/viewer/QuestionViewer.js.map +0 -1
- package/dist/components/questions/viewer/index.d.ts.map +0 -1
- package/dist/components/questions/viewer/index.js.map +0 -1
- package/dist/components/results/ResultReviewPageContainer.d.ts.map +0 -1
- package/dist/components/results/ResultReviewPageContainer.js.map +0 -1
- package/dist/components/results/ReviewQuestionRenderer.d.ts.map +0 -1
- package/dist/components/results/ReviewQuestionRenderer.js.map +0 -1
- package/dist/components/results/index.d.ts.map +0 -1
- package/dist/components/results/index.js.map +0 -1
- package/dist/components/results/result-review.utils.d.ts.map +0 -1
- package/dist/components/results/result-review.utils.js.map +0 -1
- package/dist/components/results/review-data.d.ts.map +0 -1
- package/dist/components/results/review-data.js.map +0 -1
- package/dist/components/results/review-renderer.utils.d.ts.map +0 -1
- package/dist/components/results/review-renderer.utils.js.map +0 -1
- package/dist/components/results/review-types.d.ts.map +0 -1
- package/dist/components/results/review-types.js.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleAudioPlayer.d.ts.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleAudioPlayer.js.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleBottomNav.d.ts.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleBottomNav.js.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleExamLayout.d.ts.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleExamLayout.js.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleExampleText.d.ts.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleExampleText.js.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleHeader.d.ts.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleHeader.js.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleInstructionBanner.d.ts.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleInstructionBanner.js.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleNavButton.d.ts.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleNavButton.js.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYlePartBanner.d.ts.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYlePartBanner.js.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleProgressBar.d.ts.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleProgressBar.js.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleQuestionCard.d.ts.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleQuestionCard.js.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleQuestionCardFullWidth.d.ts.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleQuestionCardFullWidth.js.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleSidebar.d.ts.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleSidebar.js.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleTimer.d.ts.map +0 -1
- package/dist/components/themes/cambridge-yle/CambridgeYleTimer.js.map +0 -1
- package/dist/components/themes/cambridge-yle/index.d.ts.map +0 -1
- package/dist/components/themes/cambridge-yle/index.js.map +0 -1
- package/dist/components/themes/english-certification/EcAnswerTheQuestion.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EcAnswerTheQuestion.js.map +0 -1
- package/dist/components/themes/english-certification/EcMatchByWritingAnswer.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EcMatchByWritingAnswer.js.map +0 -1
- package/dist/components/themes/english-certification/EcWordFillParagraph.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EcWordFillParagraph.js.map +0 -1
- package/dist/components/themes/english-certification/EcWordFillStructuredForm.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EcWordFillStructuredForm.js.map +0 -1
- package/dist/components/themes/english-certification/EcWritingTask.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EcWritingTask.js.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationAudioPlayer.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationAudioPlayer.js.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationBrand.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationBrand.js.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationExamLayout.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationExamLayout.js.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationFlagButton.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationFlagButton.js.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationFooterBar.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationFooterBar.js.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationGroupedQuestion.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationGroupedQuestion.js.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationHeader.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationHeader.js.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationNavigationPanel.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationNavigationPanel.js.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationOptionSelector.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationOptionSelector.js.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationPassagePanel.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationPassagePanel.js.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationQuestionCard.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationQuestionCard.js.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationQuestionItem.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationQuestionItem.js.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationQuestionRenderer.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationQuestionRenderer.js.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationReadingSection.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationReadingSection.js.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationSingleQuestion.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationSingleQuestion.js.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationSingleQuestionList.d.ts.map +0 -1
- package/dist/components/themes/english-certification/EnglishCertificationSingleQuestionList.js.map +0 -1
- package/dist/components/themes/english-certification/english-certification-theme.d.ts.map +0 -1
- package/dist/components/themes/english-certification/english-certification-theme.js.map +0 -1
- package/dist/components/themes/english-certification/grouped-question-utils.d.ts.map +0 -1
- package/dist/components/themes/english-certification/grouped-question-utils.js.map +0 -1
- package/dist/components/themes/english-certification/index.d.ts.map +0 -1
- package/dist/components/themes/english-certification/index.js.map +0 -1
- package/dist/components/themes/index.d.ts.map +0 -1
- package/dist/components/themes/index.js.map +0 -1
- package/dist/components/themes/summer-sky/SummerSkyAudioPlayer.d.ts.map +0 -1
- package/dist/components/themes/summer-sky/SummerSkyAudioPlayer.js.map +0 -1
- package/dist/components/themes/summer-sky/SummerSkyLayout.d.ts.map +0 -1
- package/dist/components/themes/summer-sky/SummerSkyLayout.js.map +0 -1
- package/dist/components/themes/summer-sky/SummerSkySubmitModal.d.ts.map +0 -1
- package/dist/components/themes/summer-sky/SummerSkySubmitModal.js.map +0 -1
- package/dist/components/themes/summer-sky/SummerSkyWaitingRoom.d.ts.map +0 -1
- package/dist/components/themes/summer-sky/SummerSkyWaitingRoom.js.map +0 -1
- package/dist/components/themes/types.d.ts.map +0 -1
- package/dist/components/themes/types.js.map +0 -1
- package/dist/components/ui/alert-dialog.d.ts.map +0 -1
- package/dist/components/ui/alert-dialog.js.map +0 -1
- package/dist/components/ui/alert.d.ts.map +0 -1
- package/dist/components/ui/alert.js.map +0 -1
- package/dist/components/ui/avatar.d.ts.map +0 -1
- package/dist/components/ui/avatar.js.map +0 -1
- package/dist/components/ui/badge.d.ts.map +0 -1
- package/dist/components/ui/badge.js.map +0 -1
- package/dist/components/ui/button.d.ts.map +0 -1
- package/dist/components/ui/button.js.map +0 -1
- package/dist/components/ui/calendar.d.ts.map +0 -1
- package/dist/components/ui/calendar.js.map +0 -1
- package/dist/components/ui/card.d.ts.map +0 -1
- package/dist/components/ui/card.js.map +0 -1
- package/dist/components/ui/carousel.d.ts.map +0 -1
- package/dist/components/ui/carousel.js.map +0 -1
- package/dist/components/ui/checkbox.d.ts.map +0 -1
- package/dist/components/ui/checkbox.js.map +0 -1
- package/dist/components/ui/collapsible.d.ts.map +0 -1
- package/dist/components/ui/collapsible.js.map +0 -1
- package/dist/components/ui/command.d.ts.map +0 -1
- package/dist/components/ui/command.js.map +0 -1
- package/dist/components/ui/confirm-dialog.d.ts.map +0 -1
- package/dist/components/ui/confirm-dialog.js.map +0 -1
- package/dist/components/ui/dialog.d.ts.map +0 -1
- package/dist/components/ui/dialog.js.map +0 -1
- package/dist/components/ui/drawer.d.ts.map +0 -1
- package/dist/components/ui/drawer.js.map +0 -1
- package/dist/components/ui/dropdown-menu.d.ts.map +0 -1
- package/dist/components/ui/dropdown-menu.js.map +0 -1
- package/dist/components/ui/file-upload.d.ts.map +0 -1
- package/dist/components/ui/file-upload.js.map +0 -1
- package/dist/components/ui/form.d.ts.map +0 -1
- package/dist/components/ui/form.js.map +0 -1
- package/dist/components/ui/hover-card.d.ts.map +0 -1
- package/dist/components/ui/hover-card.js.map +0 -1
- package/dist/components/ui/image-preview.d.ts.map +0 -1
- package/dist/components/ui/image-preview.js.map +0 -1
- package/dist/components/ui/input.d.ts.map +0 -1
- package/dist/components/ui/input.js.map +0 -1
- package/dist/components/ui/label.d.ts.map +0 -1
- package/dist/components/ui/label.js.map +0 -1
- package/dist/components/ui/language-switcher.d.ts.map +0 -1
- package/dist/components/ui/language-switcher.js.map +0 -1
- package/dist/components/ui/multi-select.d.ts.map +0 -1
- package/dist/components/ui/multi-select.js.map +0 -1
- package/dist/components/ui/points-input.d.ts.map +0 -1
- package/dist/components/ui/points-input.js.map +0 -1
- package/dist/components/ui/popover.d.ts.map +0 -1
- package/dist/components/ui/popover.js.map +0 -1
- package/dist/components/ui/progress.d.ts.map +0 -1
- package/dist/components/ui/progress.js.map +0 -1
- package/dist/components/ui/radio-group.d.ts.map +0 -1
- package/dist/components/ui/radio-group.js.map +0 -1
- package/dist/components/ui/scroll-area.d.ts.map +0 -1
- package/dist/components/ui/scroll-area.js.map +0 -1
- package/dist/components/ui/select.d.ts.map +0 -1
- package/dist/components/ui/select.js.map +0 -1
- package/dist/components/ui/separator.d.ts.map +0 -1
- package/dist/components/ui/separator.js.map +0 -1
- package/dist/components/ui/sheet.d.ts.map +0 -1
- package/dist/components/ui/sheet.js.map +0 -1
- package/dist/components/ui/single-select.d.ts.map +0 -1
- package/dist/components/ui/single-select.js.map +0 -1
- package/dist/components/ui/skeleton.d.ts.map +0 -1
- package/dist/components/ui/skeleton.js.map +0 -1
- package/dist/components/ui/switch.d.ts.map +0 -1
- package/dist/components/ui/switch.js.map +0 -1
- package/dist/components/ui/table.d.ts.map +0 -1
- package/dist/components/ui/table.js.map +0 -1
- package/dist/components/ui/tabs.d.ts.map +0 -1
- package/dist/components/ui/tabs.js.map +0 -1
- package/dist/components/ui/textarea.d.ts.map +0 -1
- package/dist/components/ui/textarea.js.map +0 -1
- package/dist/components/ui/tooltip.d.ts.map +0 -1
- package/dist/components/ui/tooltip.js.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/mcp/config.d.ts.map +0 -1
- package/dist/mcp/config.js.map +0 -1
- package/dist/mcp/http-client.d.ts.map +0 -1
- package/dist/mcp/http-client.js.map +0 -1
- package/dist/mcp/index.d.ts.map +0 -1
- package/dist/mcp/index.js.map +0 -1
- package/dist/mcp/tools/_helpers.d.ts.map +0 -1
- package/dist/mcp/tools/_helpers.js.map +0 -1
- package/dist/mcp/tools/exams.d.ts.map +0 -1
- package/dist/mcp/tools/exams.js.map +0 -1
- package/dist/mcp/tools/index.d.ts.map +0 -1
- package/dist/mcp/tools/index.js.map +0 -1
- package/dist/mcp/tools/results.d.ts.map +0 -1
- package/dist/mcp/tools/results.js.map +0 -1
- package/dist/shared/constants/ApiConstant.d.ts.map +0 -1
- package/dist/shared/constants/ApiConstant.js.map +0 -1
- package/dist/shared/constants/QueryKeyConstant.d.ts.map +0 -1
- package/dist/shared/constants/QueryKeyConstant.js.map +0 -1
- package/dist/shared/constants/exam-level.enum.d.ts.map +0 -1
- package/dist/shared/constants/exam-level.enum.js.map +0 -1
- package/dist/shared/constants/landings/placement-test.constants.d.ts.map +0 -1
- package/dist/shared/constants/landings/placement-test.constants.js.map +0 -1
- package/dist/shared/constants/question-skills.d.ts.map +0 -1
- package/dist/shared/constants/question-skills.js.map +0 -1
- package/dist/shared/constants/routes.d.ts.map +0 -1
- package/dist/shared/constants/routes.js.map +0 -1
- package/dist/shared/index.d.ts.map +0 -1
- package/dist/shared/index.js.map +0 -1
- package/dist/shared/lib/hooks/index.d.ts.map +0 -1
- package/dist/shared/lib/hooks/index.js.map +0 -1
- package/dist/shared/lib/hooks/useAlertDialog.d.ts.map +0 -1
- package/dist/shared/lib/hooks/useAlertDialog.js.map +0 -1
- package/dist/shared/lib/hooks/useAudioPlayCounter.d.ts.map +0 -1
- package/dist/shared/lib/hooks/useAudioPlayCounter.js.map +0 -1
- package/dist/shared/lib/hooks/useAudioPreview.d.ts.map +0 -1
- package/dist/shared/lib/hooks/useAudioPreview.js.map +0 -1
- package/dist/shared/lib/hooks/useAudioUpload.d.ts.map +0 -1
- package/dist/shared/lib/hooks/useAudioUpload.js.map +0 -1
- package/dist/shared/lib/hooks/useConfirmDialog.d.ts.map +0 -1
- package/dist/shared/lib/hooks/useConfirmDialog.js.map +0 -1
- package/dist/shared/lib/hooks/useDebouncedCallback.d.ts.map +0 -1
- package/dist/shared/lib/hooks/useDebouncedCallback.js.map +0 -1
- package/dist/shared/lib/hooks/useDelayedAutoPlay.d.ts.map +0 -1
- package/dist/shared/lib/hooks/useDelayedAutoPlay.js.map +0 -1
- package/dist/shared/lib/hooks/useFileUpload.d.ts.map +0 -1
- package/dist/shared/lib/hooks/useFileUpload.js.map +0 -1
- package/dist/shared/lib/hooks/useImageUrl.d.ts.map +0 -1
- package/dist/shared/lib/hooks/useImageUrl.js.map +0 -1
- package/dist/shared/lib/hooks/usePresignedFileUrl.d.ts.map +0 -1
- package/dist/shared/lib/hooks/usePresignedFileUrl.js.map +0 -1
- package/dist/shared/lib/hooks/useReactHookForm.d.ts.map +0 -1
- package/dist/shared/lib/hooks/useReactHookForm.js.map +0 -1
- package/dist/shared/lib/hooks/useToast.d.ts.map +0 -1
- package/dist/shared/lib/hooks/useToast.js.map +0 -1
- package/dist/shared/lib/i18n/index.d.ts.map +0 -1
- package/dist/shared/lib/i18n/index.js.map +0 -1
- package/dist/shared/lib/i18n/messages/en/admin.d.ts.map +0 -1
- package/dist/shared/lib/i18n/messages/en/admin.js.map +0 -1
- package/dist/shared/lib/i18n/messages/en/auth.d.ts.map +0 -1
- package/dist/shared/lib/i18n/messages/en/auth.js.map +0 -1
- package/dist/shared/lib/i18n/messages/en/common.d.ts.map +0 -1
- package/dist/shared/lib/i18n/messages/en/common.js.map +0 -1
- package/dist/shared/lib/i18n/messages/en/file-upload.d.ts.map +0 -1
- package/dist/shared/lib/i18n/messages/en/file-upload.js.map +0 -1
- package/dist/shared/lib/i18n/messages/en/student.d.ts.map +0 -1
- package/dist/shared/lib/i18n/messages/en/student.js.map +0 -1
- package/dist/shared/lib/i18n/messages/en/terms.d.ts.map +0 -1
- package/dist/shared/lib/i18n/messages/en/terms.js.map +0 -1
- package/dist/shared/lib/i18n/messages/en.d.ts.map +0 -1
- package/dist/shared/lib/i18n/messages/en.js.map +0 -1
- package/dist/shared/lib/i18n/messages/vi/admin.d.ts.map +0 -1
- package/dist/shared/lib/i18n/messages/vi/admin.js.map +0 -1
- package/dist/shared/lib/i18n/messages/vi/auth.d.ts.map +0 -1
- package/dist/shared/lib/i18n/messages/vi/auth.js.map +0 -1
- package/dist/shared/lib/i18n/messages/vi/common.d.ts.map +0 -1
- package/dist/shared/lib/i18n/messages/vi/common.js.map +0 -1
- package/dist/shared/lib/i18n/messages/vi/file-upload.d.ts.map +0 -1
- package/dist/shared/lib/i18n/messages/vi/file-upload.js.map +0 -1
- package/dist/shared/lib/i18n/messages/vi/student.d.ts.map +0 -1
- package/dist/shared/lib/i18n/messages/vi/student.js.map +0 -1
- package/dist/shared/lib/i18n/messages/vi/terms.d.ts.map +0 -1
- package/dist/shared/lib/i18n/messages/vi/terms.js.map +0 -1
- package/dist/shared/lib/i18n/messages/vi.d.ts.map +0 -1
- package/dist/shared/lib/i18n/messages/vi.js.map +0 -1
- package/dist/shared/lib/i18n/types.d.ts.map +0 -1
- package/dist/shared/lib/i18n/types.js.map +0 -1
- package/dist/shared/lib/stores/examQuestionStore.d.ts.map +0 -1
- package/dist/shared/lib/stores/examQuestionStore.js.map +0 -1
- package/dist/shared/lib/stores/localeStore.d.ts.map +0 -1
- package/dist/shared/lib/stores/localeStore.js.map +0 -1
- package/dist/shared/lib/utils/public-page.d.ts.map +0 -1
- package/dist/shared/lib/utils/public-page.js.map +0 -1
- package/dist/shared/lib/utils/question-transform-types.d.ts.map +0 -1
- package/dist/shared/lib/utils/question-transform-types.js.map +0 -1
- package/dist/shared/lib/utils/question-transform.d.ts.map +0 -1
- package/dist/shared/lib/utils/question-transform.js.map +0 -1
- package/dist/shared/lib/utils.d.ts.map +0 -1
- package/dist/shared/lib/utils.js.map +0 -1
- package/dist/shared/lib/validation/choose-correct-answer.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/choose-correct-answer.validation.js.map +0 -1
- package/dist/shared/lib/validation/label-the-picture.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/label-the-picture.validation.js.map +0 -1
- package/dist/shared/lib/validation/listen-and-choose-from-answer-group.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/listen-and-choose-from-answer-group.validation.js.map +0 -1
- package/dist/shared/lib/validation/listen-and-choose-objects-in-scene.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/listen-and-choose-objects-in-scene.validation.js.map +0 -1
- package/dist/shared/lib/validation/listen-and-drag-objects-into-scene.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/listen-and-drag-objects-into-scene.validation.js.map +0 -1
- package/dist/shared/lib/validation/listen-and-speak-answer.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/listen-and-speak-answer.validation.js.map +0 -1
- package/dist/shared/lib/validation/listen-and-speak-compare-images.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/listen-and-speak-compare-images.validation.js.map +0 -1
- package/dist/shared/lib/validation/listen-and-speak-image-group.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/listen-and-speak-image-group.validation.js.map +0 -1
- package/dist/shared/lib/validation/listen-and-speak-info-exchange.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/listen-and-speak-info-exchange.validation.js.map +0 -1
- package/dist/shared/lib/validation/listen-and-speak-odd-one-out.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/listen-and-speak-odd-one-out.validation.js.map +0 -1
- package/dist/shared/lib/validation/listen-and-speak-question-list.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/listen-and-speak-question-list.validation.js.map +0 -1
- package/dist/shared/lib/validation/listen-and-speak-with-story-images.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/listen-and-speak-with-story-images.validation.js.map +0 -1
- package/dist/shared/lib/validation/look-picture-choose-correct-answer.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/look-picture-choose-correct-answer.validation.js.map +0 -1
- package/dist/shared/lib/validation/look-picture-fill-blank-choose-answer.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/look-picture-fill-blank-choose-answer.validation.js.map +0 -1
- package/dist/shared/lib/validation/read-and-color-objects.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/read-and-color-objects.validation.js.map +0 -1
- package/dist/shared/lib/validation/read-displayed-content.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/read-displayed-content.validation.js.map +0 -1
- package/dist/shared/lib/validation/speaking-conversation.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/speaking-conversation.validation.js.map +0 -1
- package/dist/shared/lib/validation/speaking-describe-image.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/speaking-describe-image.validation.js.map +0 -1
- package/dist/shared/lib/validation/spontaneous-qa.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/spontaneous-qa.validation.js.map +0 -1
- package/dist/shared/lib/validation/word-fill-paragraph-default.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/word-fill-paragraph-default.validation.js.map +0 -1
- package/dist/shared/lib/validation/word-fill-paragraph-with-options.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/word-fill-paragraph-with-options.validation.js.map +0 -1
- package/dist/shared/lib/validation/word-fill-paragraph.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/word-fill-paragraph.validation.js.map +0 -1
- package/dist/shared/lib/validation/word-ordering.validation.d.ts.map +0 -1
- package/dist/shared/lib/validation/word-ordering.validation.js.map +0 -1
- package/dist/shared/types/branch.types.d.ts.map +0 -1
- package/dist/shared/types/branch.types.js.map +0 -1
- package/dist/shared/types/common.types.d.ts.map +0 -1
- package/dist/shared/types/common.types.js.map +0 -1
- package/dist/shared/types/entities/exam-schedule.types.d.ts.map +0 -1
- package/dist/shared/types/entities/exam-schedule.types.js.map +0 -1
- package/dist/shared/types/entities/exam.types.d.ts.map +0 -1
- package/dist/shared/types/entities/exam.types.js.map +0 -1
- package/dist/shared/types/entities/question.types.d.ts.map +0 -1
- package/dist/shared/types/entities/question.types.js.map +0 -1
- package/dist/shared/types/entities/result.types.d.ts.map +0 -1
- package/dist/shared/types/entities/result.types.js.map +0 -1
- package/dist/shared/types/entities/user.types.d.ts.map +0 -1
- package/dist/shared/types/entities/user.types.js.map +0 -1
- package/dist/shared/types/exam-taking.types.d.ts.map +0 -1
- package/dist/shared/types/exam-taking.types.js.map +0 -1
- package/dist/shared/types/history.types.d.ts.map +0 -1
- package/dist/shared/types/history.types.js.map +0 -1
- package/dist/shared/types/index.d.ts.map +0 -1
- package/dist/shared/types/index.js.map +0 -1
- package/dist/shared/types/questions/choose-correct-adjective.d.ts.map +0 -1
- package/dist/shared/types/questions/choose-correct-adjective.js.map +0 -1
- package/dist/shared/types/questions/choose-the-correct-answer.d.ts.map +0 -1
- package/dist/shared/types/questions/choose-the-correct-answer.js.map +0 -1
- package/dist/shared/types/questions/fill-missing-words-in-grid.d.ts.map +0 -1
- package/dist/shared/types/questions/fill-missing-words-in-grid.js.map +0 -1
- package/dist/shared/types/questions/index.d.ts.map +0 -1
- package/dist/shared/types/questions/index.js.map +0 -1
- package/dist/shared/types/questions/listen-and-speak-answer.d.ts.map +0 -1
- package/dist/shared/types/questions/listen-and-speak-answer.js.map +0 -1
- package/dist/shared/types/questions/listen-and-speak-compare-images.d.ts.map +0 -1
- package/dist/shared/types/questions/listen-and-speak-compare-images.js.map +0 -1
- package/dist/shared/types/questions/listen-and-speak-image-group.d.ts.map +0 -1
- package/dist/shared/types/questions/listen-and-speak-image-group.js.map +0 -1
- package/dist/shared/types/questions/listen-and-speak-info-exchange.d.ts.map +0 -1
- package/dist/shared/types/questions/listen-and-speak-info-exchange.js.map +0 -1
- package/dist/shared/types/questions/listen-and-speak-odd-one-out.d.ts.map +0 -1
- package/dist/shared/types/questions/listen-and-speak-odd-one-out.js.map +0 -1
- package/dist/shared/types/questions/listen-and-speak-question-list.d.ts.map +0 -1
- package/dist/shared/types/questions/listen-and-speak-question-list.js.map +0 -1
- package/dist/shared/types/questions/listen-and-speak-with-story-images.d.ts.map +0 -1
- package/dist/shared/types/questions/listen-and-speak-with-story-images.js.map +0 -1
- package/dist/shared/types/questions/look-picture-choose-correct-answer.d.ts.map +0 -1
- package/dist/shared/types/questions/look-picture-choose-correct-answer.js.map +0 -1
- package/dist/shared/types/questions/look-picture-fill-blank-choose-answer.d.ts.map +0 -1
- package/dist/shared/types/questions/look-picture-fill-blank-choose-answer.js.map +0 -1
- package/dist/shared/types/questions/look-picture-fill-word-hint.d.ts.map +0 -1
- package/dist/shared/types/questions/look-picture-fill-word-hint.js.map +0 -1
- package/dist/shared/types/questions/read-displayed-content.d.ts.map +0 -1
- package/dist/shared/types/questions/read-displayed-content.js.map +0 -1
- package/dist/shared/types/questions/speaking-conversation.d.ts.map +0 -1
- package/dist/shared/types/questions/speaking-conversation.js.map +0 -1
- package/dist/shared/types/questions/speaking-describe-image.d.ts.map +0 -1
- package/dist/shared/types/questions/speaking-describe-image.js.map +0 -1
- package/dist/shared/types/questions/spontaneous-qa.d.ts.map +0 -1
- package/dist/shared/types/questions/spontaneous-qa.js.map +0 -1
- package/dist/shared/types/questions/write-correct-verb-form.d.ts.map +0 -1
- package/dist/shared/types/questions/write-correct-verb-form.js.map +0 -1
- package/dist/shared/types/role.types.d.ts.map +0 -1
- package/dist/shared/types/role.types.js.map +0 -1
- package/dist/shared/types/structure-management.d.ts.map +0 -1
- package/dist/shared/types/structure-management.js.map +0 -1
- package/dist/shared/types/student.types.d.ts.map +0 -1
- package/dist/shared/types/student.types.js.map +0 -1
- package/dist/shared/types/teacher-dashboard-rooms.d.ts.map +0 -1
- package/dist/shared/types/teacher-dashboard-rooms.js.map +0 -1
|
@@ -1,87 +1 @@
|
|
|
1
|
-
|
|
2
|
-
// Register
|
|
3
|
-
'auth.register.success': 'Đăng ký thành công! Vui lòng đăng nhập.',
|
|
4
|
-
'auth.register.loadError': 'Không thể tải dữ liệu. Vui lòng thử lại.',
|
|
5
|
-
'auth.register.title': 'Đăng ký tài khoản',
|
|
6
|
-
'auth.register.description': 'Tạo tài khoản học sinh Ocean Edu Exam',
|
|
7
|
-
'auth.register.withGoogle': 'Đăng ký với Google',
|
|
8
|
-
'auth.register.signingUp': 'Đang đăng ký...',
|
|
9
|
-
'auth.register.nameLabel': 'Họ tên',
|
|
10
|
-
'auth.register.namePlaceholder': 'Nguyễn Văn A',
|
|
11
|
-
'auth.register.branchLabel': 'Chi nhánh',
|
|
12
|
-
'auth.register.branchPlaceholder': '-- Chọn chi nhánh --',
|
|
13
|
-
'auth.register.levelLabel': 'Trình độ',
|
|
14
|
-
'auth.register.levelPlaceholder': '-- Chọn trình độ --',
|
|
15
|
-
'auth.register.phoneLabel': 'Số điện thoại',
|
|
16
|
-
'auth.register.phonePlaceholder': '0901234567',
|
|
17
|
-
'auth.register.emailLabel': 'Email',
|
|
18
|
-
'auth.register.emailPlaceholder': 'email@example.com',
|
|
19
|
-
'auth.register.identifierLabel': 'Email hoặc tên đăng nhập',
|
|
20
|
-
'auth.register.identifierPlaceholder': 'email@example.com hoặc tên đăng nhập',
|
|
21
|
-
'auth.register.usernameLabel': 'Username',
|
|
22
|
-
'auth.register.usernamePlaceholder': 'username',
|
|
23
|
-
'auth.register.passwordLabel': 'Mật khẩu',
|
|
24
|
-
'auth.register.passwordPlaceholder': '••••••••',
|
|
25
|
-
'auth.register.confirmPasswordLabel': 'Xác nhận mật khẩu',
|
|
26
|
-
'auth.register.confirmPasswordPlaceholder': '••••••••',
|
|
27
|
-
'auth.register.submit': 'Đăng ký',
|
|
28
|
-
'auth.register.submitting': 'Đang đăng ký...',
|
|
29
|
-
'auth.register.failed': 'Đăng ký thất bại. Vui lòng thử lại.',
|
|
30
|
-
'auth.register.emailExists': 'Email đã được sử dụng',
|
|
31
|
-
'auth.register.identifierExists': 'Email hoặc username đã được sử dụng',
|
|
32
|
-
'auth.register.phoneExists': 'Số điện thoại đã được sử dụng',
|
|
33
|
-
'auth.register.usernameExists': 'Username đã được sử dụng',
|
|
34
|
-
'auth.register.loading': 'Đang tải...',
|
|
35
|
-
'auth.register.hasAccount': 'Đã có tài khoản?',
|
|
36
|
-
'auth.register.loginNow': 'Đăng nhập',
|
|
37
|
-
// Account upgrade
|
|
38
|
-
'auth.upgrade.success': 'Tài khoản đã được cập nhật! Vui lòng đăng nhập lại với email và mật khẩu mới.',
|
|
39
|
-
'auth.upgrade.clientError': 'Có lỗi xảy ra. Vui lòng thử lại.',
|
|
40
|
-
'auth.upgrade.systemError': 'Lỗi hệ thống. Vui lòng thử lại sau.',
|
|
41
|
-
// Landing lead form
|
|
42
|
-
'auth.lead.branchLoadError': 'Không thể tải danh sách chi nhánh. Vui lòng tải lại trang.',
|
|
43
|
-
'auth.lead.submitSuccess': 'Đăng ký thành công! Đang chuyển hướng...',
|
|
44
|
-
// Login dialog
|
|
45
|
-
'auth.login.title': 'Ocean Edu Exam',
|
|
46
|
-
'auth.login.description': 'Đăng nhập để tiếp tục sử dụng hệ thống',
|
|
47
|
-
'auth.login.withGoogle': 'Đăng nhập với Google',
|
|
48
|
-
'auth.login.loggingIn': 'Đang đăng nhập...',
|
|
49
|
-
'auth.login.secureNote': 'Bảo mật & An toàn',
|
|
50
|
-
'auth.login.termsAgreement': 'Bằng việc đăng nhập, bạn đồng ý với',
|
|
51
|
-
'auth.login.termsOfService': 'Điều khoản sử dụng',
|
|
52
|
-
'auth.login.emailLabel': 'Email',
|
|
53
|
-
'auth.login.emailPlaceholder': 'your-email@oceanedu.com',
|
|
54
|
-
'auth.login.identifierLabel': 'Email hoặc tên đăng nhập',
|
|
55
|
-
'auth.login.identifierPlaceholder': 'email@oceanedu.com hoặc tên đăng nhập',
|
|
56
|
-
'auth.login.passwordLabel': 'Mật khẩu',
|
|
57
|
-
'auth.login.passwordPlaceholder': '••••••••',
|
|
58
|
-
'auth.login.submit': 'Đăng nhập',
|
|
59
|
-
'auth.login.submitting': 'Đang đăng nhập...',
|
|
60
|
-
'auth.login.failed': 'Đăng nhập thất bại',
|
|
61
|
-
'auth.login.or': 'hoặc',
|
|
62
|
-
'auth.login.googleError': 'Đăng nhập Google thất bại. Vui lòng thử lại.',
|
|
63
|
-
'auth.login.noAccount': 'Chưa có tài khoản?',
|
|
64
|
-
'auth.login.registerNow': 'Đăng ký ngay',
|
|
65
|
-
// Complete profile dialog
|
|
66
|
-
'auth.completeProfile.title': 'Hoàn thiện thông tin cá nhân',
|
|
67
|
-
'auth.completeProfile.description': 'Vui lòng cập nhật thông tin cá nhân để sử dụng hệ thống',
|
|
68
|
-
'auth.completeProfile.nameLabel': 'Họ tên',
|
|
69
|
-
'auth.completeProfile.namePlaceholder': 'Nguyễn Văn A',
|
|
70
|
-
'auth.completeProfile.nameRequired': 'Vui lòng nhập họ tên',
|
|
71
|
-
'auth.completeProfile.phoneLabel': 'Số điện thoại',
|
|
72
|
-
'auth.completeProfile.phonePlaceholder': '0901234567',
|
|
73
|
-
'auth.completeProfile.phoneRequired': 'Vui lòng nhập số điện thoại',
|
|
74
|
-
'auth.completeProfile.phoneInvalid': 'Số điện thoại không hợp lệ (10-11 chữ số)',
|
|
75
|
-
'auth.completeProfile.levelLabel': 'Trình độ tiếng Anh',
|
|
76
|
-
'auth.completeProfile.levelPlaceholder': '-- Chọn trình độ --',
|
|
77
|
-
'auth.completeProfile.levelRequired': 'Vui lòng chọn trình độ tiếng Anh',
|
|
78
|
-
'auth.completeProfile.dateOfBirthLabel': 'Ngày sinh',
|
|
79
|
-
'auth.completeProfile.branchLabel': 'Chi nhánh',
|
|
80
|
-
'auth.completeProfile.branchPlaceholder': '-- Chọn chi nhánh (không bắt buộc) --',
|
|
81
|
-
'auth.completeProfile.submit': 'Hoàn tất',
|
|
82
|
-
'auth.completeProfile.submitting': 'Đang cập nhật...',
|
|
83
|
-
'auth.completeProfile.success': 'Cập nhật thông tin thành công!',
|
|
84
|
-
'auth.completeProfile.failed': 'Cập nhật thất bại. Vui lòng thử lại.',
|
|
85
|
-
};
|
|
86
|
-
export default auth;
|
|
87
|
-
//# sourceMappingURL=auth.js.map
|
|
1
|
+
export default{"auth.register.success":"Đăng ký thành công! Vui lòng đăng nhập.","auth.register.loadError":"Không thể tải dữ liệu. Vui lòng thử lại.","auth.register.title":"Đăng ký tài khoản","auth.register.description":"Tạo tài khoản học sinh Ocean Edu Exam","auth.register.withGoogle":"Đăng ký với Google","auth.register.signingUp":"Đang đăng ký...","auth.register.nameLabel":"Họ tên","auth.register.namePlaceholder":"Nguyễn Văn A","auth.register.branchLabel":"Chi nhánh","auth.register.branchPlaceholder":"-- Chọn chi nhánh --","auth.register.levelLabel":"Trình độ","auth.register.levelPlaceholder":"-- Chọn trình độ --","auth.register.phoneLabel":"Số điện thoại","auth.register.phonePlaceholder":"0901234567","auth.register.emailLabel":"Email","auth.register.emailPlaceholder":"email@example.com","auth.register.identifierLabel":"Email hoặc tên đăng nhập","auth.register.identifierPlaceholder":"email@example.com hoặc tên đăng nhập","auth.register.usernameLabel":"Username","auth.register.usernamePlaceholder":"username","auth.register.passwordLabel":"Mật khẩu","auth.register.passwordPlaceholder":"••••••••","auth.register.confirmPasswordLabel":"Xác nhận mật khẩu","auth.register.confirmPasswordPlaceholder":"••••••••","auth.register.submit":"Đăng ký","auth.register.submitting":"Đang đăng ký...","auth.register.failed":"Đăng ký thất bại. Vui lòng thử lại.","auth.register.emailExists":"Email đã được sử dụng","auth.register.identifierExists":"Email hoặc username đã được sử dụng","auth.register.phoneExists":"Số điện thoại đã được sử dụng","auth.register.usernameExists":"Username đã được sử dụng","auth.register.loading":"Đang tải...","auth.register.hasAccount":"Đã có tài khoản?","auth.register.loginNow":"Đăng nhập","auth.upgrade.success":"Tài khoản đã được cập nhật! Vui lòng đăng nhập lại với email và mật khẩu mới.","auth.upgrade.clientError":"Có lỗi xảy ra. Vui lòng thử lại.","auth.upgrade.systemError":"Lỗi hệ thống. Vui lòng thử lại sau.","auth.lead.branchLoadError":"Không thể tải danh sách chi nhánh. Vui lòng tải lại trang.","auth.lead.submitSuccess":"Đăng ký thành công! Đang chuyển hướng...","auth.login.title":"Ocean Edu Exam","auth.login.description":"Đăng nhập để tiếp tục sử dụng hệ thống","auth.login.withGoogle":"Đăng nhập với Google","auth.login.loggingIn":"Đang đăng nhập...","auth.login.secureNote":"Bảo mật & An toàn","auth.login.termsAgreement":"Bằng việc đăng nhập, bạn đồng ý với","auth.login.termsOfService":"Điều khoản sử dụng","auth.login.emailLabel":"Email","auth.login.emailPlaceholder":"your-email@oceanedu.com","auth.login.identifierLabel":"Email hoặc tên đăng nhập","auth.login.identifierPlaceholder":"email@oceanedu.com hoặc tên đăng nhập","auth.login.passwordLabel":"Mật khẩu","auth.login.passwordPlaceholder":"••••••••","auth.login.submit":"Đăng nhập","auth.login.submitting":"Đang đăng nhập...","auth.login.failed":"Đăng nhập thất bại","auth.login.or":"hoặc","auth.login.googleError":"Đăng nhập Google thất bại. Vui lòng thử lại.","auth.login.noAccount":"Chưa có tài khoản?","auth.login.registerNow":"Đăng ký ngay","auth.completeProfile.title":"Hoàn thiện thông tin cá nhân","auth.completeProfile.description":"Vui lòng cập nhật thông tin cá nhân để sử dụng hệ thống","auth.completeProfile.nameLabel":"Họ tên","auth.completeProfile.namePlaceholder":"Nguyễn Văn A","auth.completeProfile.nameRequired":"Vui lòng nhập họ tên","auth.completeProfile.phoneLabel":"Số điện thoại","auth.completeProfile.phonePlaceholder":"0901234567","auth.completeProfile.phoneRequired":"Vui lòng nhập số điện thoại","auth.completeProfile.phoneInvalid":"Số điện thoại không hợp lệ (10-11 chữ số)","auth.completeProfile.levelLabel":"Trình độ tiếng Anh","auth.completeProfile.levelPlaceholder":"-- Chọn trình độ --","auth.completeProfile.levelRequired":"Vui lòng chọn trình độ tiếng Anh","auth.completeProfile.dateOfBirthLabel":"Ngày sinh","auth.completeProfile.branchLabel":"Chi nhánh","auth.completeProfile.branchPlaceholder":"-- Chọn chi nhánh (không bắt buộc) --","auth.completeProfile.submit":"Hoàn tất","auth.completeProfile.submitting":"Đang cập nhật...","auth.completeProfile.success":"Cập nhật thông tin thành công!","auth.completeProfile.failed":"Cập nhật thất bại. Vui lòng thử lại."};
|
|
@@ -1,141 +1 @@
|
|
|
1
|
-
|
|
2
|
-
// HTTP status errors
|
|
3
|
-
'common.http.400': 'Dữ liệu không hợp lệ. Vui lòng kiểm tra lại thông tin!',
|
|
4
|
-
'common.http.403': 'Bạn không có quyền thực hiện hành động này!',
|
|
5
|
-
'common.http.404': 'Không tìm thấy dữ liệu!',
|
|
6
|
-
'common.http.409': 'Dữ liệu đã tồn tại!',
|
|
7
|
-
'common.http.500': 'Lỗi máy chủ. Vui lòng thử lại sau!',
|
|
8
|
-
'common.http.generic': 'Có lỗi xảy ra. Vui lòng thử lại!',
|
|
9
|
-
// Generic
|
|
10
|
-
'common.cancel': 'Hủy',
|
|
11
|
-
'common.close': 'Đóng',
|
|
12
|
-
'common.error.system': 'Lỗi hệ thống. Vui lòng thử lại sau.',
|
|
13
|
-
'common.error.loadData': 'Không thể tải dữ liệu. Vui lòng thử lại.',
|
|
14
|
-
'common.form.validationError': 'Vui lòng kiểm tra lại thông tin đã nhập!',
|
|
15
|
-
'common.comingSoon': 'Coming soon',
|
|
16
|
-
// Exam creator (shared between admin & teacher)
|
|
17
|
-
'common.examCreator.fillInfoBeforeSave': 'Vui lòng điền đầy đủ thông tin trước khi lưu!',
|
|
18
|
-
'common.examCreator.invalidQuestions': 'Câu hỏi không hợp lệ: {errors}',
|
|
19
|
-
'common.examCreator.noValidData': 'Không có dữ liệu câu hỏi hợp lệ',
|
|
20
|
-
'common.examCreator.saveError': 'Lỗi khi lưu câu hỏi {index}',
|
|
21
|
-
'common.examCreator.saveWithBankSuccess': 'Đã lưu thành công câu hỏi {index} và thêm vào ngân hàng câu hỏi với mã "{code}".',
|
|
22
|
-
'common.examCreator.saveSuccess': 'Đã lưu thành công câu hỏi {index}.',
|
|
23
|
-
'common.examCreator.bankSelected': 'Đã chọn câu hỏi từ ngân hàng. Nhấn "Lưu câu hỏi" để lưu.',
|
|
24
|
-
'common.examCreator.saveBeforeExit': 'Vui lòng lưu câu hỏi hiện tại trước khi thoát.',
|
|
25
|
-
'common.examCreator.previewLoadError': 'Không thể tải câu hỏi',
|
|
26
|
-
// Auto fill questions
|
|
27
|
-
'common.autoFill.loadBankError': 'Không thể tải thông tin ngân hàng câu hỏi',
|
|
28
|
-
'common.autoFill.noQuestions': 'Không có câu hỏi nào để điền',
|
|
29
|
-
'common.autoFill.success': 'Đã điền {count} câu hỏi từ ngân hàng',
|
|
30
|
-
'common.autoFill.noneApplied': 'Không có câu hỏi nào được điền',
|
|
31
|
-
'common.autoFill.error': 'Đã có lỗi xảy ra khi tự động điền câu hỏi',
|
|
32
|
-
// Question creator
|
|
33
|
-
'common.question.create.fillInfo': 'Vui lòng điền đầy đủ thông tin!',
|
|
34
|
-
'common.question.create.success': 'Đã tạo câu hỏi thành công.',
|
|
35
|
-
'common.questionGroup.create.fillInfo': 'Vui lòng điền đầy đủ thông tin và chọn ít nhất 1 câu hỏi!',
|
|
36
|
-
'common.questionGroup.create.success': 'Đã tạo nhóm câu hỏi thành công!',
|
|
37
|
-
// Multiple choice validation
|
|
38
|
-
'common.multipleChoice.minAnswers': 'Tối thiểu 2 đáp án!',
|
|
39
|
-
'common.multipleChoice.enterQuestion': 'Vui lòng nhập câu hỏi!',
|
|
40
|
-
'common.multipleChoice.atLeastTwo': 'Phải có ít nhất 2 đáp án!',
|
|
41
|
-
'common.multipleChoice.selectCorrect': 'Vui lòng chọn đáp án đúng!',
|
|
42
|
-
// Question type validations
|
|
43
|
-
'common.questionType.missingAnswer': 'Ô còn thiếu #{index} ở vị trí ({row}, {col}): Vui lòng nhập đáp án!',
|
|
44
|
-
'common.questionType.addImage': 'Câu hỏi {index}: Vui lòng thêm hình ảnh',
|
|
45
|
-
'common.questionType.enterContent': 'Câu hỏi {index}: Vui lòng nhập nội dung',
|
|
46
|
-
'common.questionType.answerTooLong': 'Đáp án không được vượt quá {limit} từ',
|
|
47
|
-
// Audio
|
|
48
|
-
'common.audio.maxPlayReached': 'Bạn chỉ được nghe tối đa {maxPlay} lần!',
|
|
49
|
-
// Layout — Sidebar
|
|
50
|
-
'layout.sidebar.admin.dashboard': 'Dashboard',
|
|
51
|
-
'layout.sidebar.admin.users': 'Quản lý người dùng',
|
|
52
|
-
'layout.sidebar.admin.roles': 'Vai trò',
|
|
53
|
-
'layout.sidebar.admin.classrooms': 'Quản lý lớp học',
|
|
54
|
-
'layout.sidebar.admin.branches': 'Quản lý chi nhánh',
|
|
55
|
-
'layout.sidebar.admin.contests': 'Quản lý kỳ thi',
|
|
56
|
-
'layout.sidebar.admin.rooms': 'Quản lý phòng thi',
|
|
57
|
-
'layout.sidebar.admin.exams': 'Quản lý đề thi',
|
|
58
|
-
'layout.sidebar.admin.questionBanks': 'Ngân hàng câu hỏi',
|
|
59
|
-
'layout.sidebar.admin.schedules': 'Quản lý lịch thi',
|
|
60
|
-
'layout.sidebar.admin.templates': 'Quản lý Template đề thi',
|
|
61
|
-
'layout.sidebar.admin.testParticipants': 'Học sinh dự thi',
|
|
62
|
-
'layout.sidebar.admin.reports': 'Báo cáo',
|
|
63
|
-
'layout.sidebar.admin.settings': 'Cài đặt hệ thống',
|
|
64
|
-
'layout.sidebar.student.home': 'Trang chủ',
|
|
65
|
-
'layout.sidebar.student.contests': 'Kỳ thi',
|
|
66
|
-
'layout.sidebar.student.discoverContests': 'Khám phá kỳ thi',
|
|
67
|
-
'layout.sidebar.student.myContests': 'Kỳ thi của tôi',
|
|
68
|
-
'layout.sidebar.student.mySchedule': 'Lịch thi của tôi',
|
|
69
|
-
'layout.sidebar.student.examRooms': 'Phòng thi',
|
|
70
|
-
'layout.sidebar.student.roomList': 'Danh sách phòng thi',
|
|
71
|
-
'layout.sidebar.student.joinedRooms': 'Phòng thi đã tham gia',
|
|
72
|
-
'layout.sidebar.student.results': 'Kết quả',
|
|
73
|
-
'layout.sidebar.student.history': 'Lịch sử làm bài',
|
|
74
|
-
'layout.sidebar.logout': 'Đăng xuất',
|
|
75
|
-
'layout.sidebar.loggingOut': 'Đang đăng xuất...',
|
|
76
|
-
'layout.sidebar.expand': 'Mở rộng menu',
|
|
77
|
-
'layout.sidebar.collapse': 'Thu gọn menu',
|
|
78
|
-
// Layout — Sidebar (System Admin)
|
|
79
|
-
'layout.sidebar.systemAdmin.dashboard': 'Dashboard',
|
|
80
|
-
'layout.sidebar.systemAdmin.users': 'Quản lý người dùng',
|
|
81
|
-
// Layout — Topbar
|
|
82
|
-
'layout.topbar.greeting': 'Xin chào, {name}',
|
|
83
|
-
'layout.topbar.notification': 'Thông báo',
|
|
84
|
-
'layout.topbar.userMenu': 'Menu người dùng',
|
|
85
|
-
'layout.topbar.profile': 'Hồ sơ cá nhân',
|
|
86
|
-
'layout.topbar.changePassword': 'Đổi mật khẩu',
|
|
87
|
-
'layout.topbar.systemAdmin': 'Quản trị hệ thống',
|
|
88
|
-
// Pagination
|
|
89
|
-
'common.pagination.showing': 'Hiển thị {start} - {end} / {total} bản ghi',
|
|
90
|
-
'common.pagination.display': 'Hiển thị:',
|
|
91
|
-
'common.pagination.first': 'Đầu',
|
|
92
|
-
'common.pagination.previous': 'Trước',
|
|
93
|
-
'common.pagination.next': 'Sau',
|
|
94
|
-
'common.pagination.last': 'Cuối',
|
|
95
|
-
// Table
|
|
96
|
-
'common.table.loading': 'Đang tải dữ liệu...',
|
|
97
|
-
'common.table.showing': 'Hiển thị {count} / {total} bản ghi',
|
|
98
|
-
'common.table.all': 'Tất cả',
|
|
99
|
-
'common.table.clearFilters': 'Xóa bộ lọc',
|
|
100
|
-
'common.table.defaultTitle': 'Danh sách',
|
|
101
|
-
'common.table.noData': 'Không có dữ liệu',
|
|
102
|
-
'common.table.search': 'Tìm kiếm...',
|
|
103
|
-
// Badge — Role
|
|
104
|
-
'common.badge.role.systemAdmin': 'Quản trị hệ thống',
|
|
105
|
-
'common.badge.role.admin': 'Admin',
|
|
106
|
-
'common.badge.role.teacher': 'Giáo viên',
|
|
107
|
-
'common.badge.role.student': 'Học sinh',
|
|
108
|
-
// Badge — Status
|
|
109
|
-
'common.badge.status.active': 'Hoạt động',
|
|
110
|
-
'common.badge.status.inactive': 'Không hoạt động',
|
|
111
|
-
'common.badge.status.verified': 'Đã xác minh',
|
|
112
|
-
'common.badge.status.pending': 'Chờ xử lý',
|
|
113
|
-
'common.badge.status.processing': 'Đang xử lý',
|
|
114
|
-
'common.badge.status.completed': 'Hoàn thành',
|
|
115
|
-
'common.badge.status.approved': 'Đã duyệt',
|
|
116
|
-
'common.badge.status.graded': 'Đã chấm',
|
|
117
|
-
'common.badge.status.draft': 'Nháp',
|
|
118
|
-
'common.badge.status.rejected': 'Từ chối',
|
|
119
|
-
'common.badge.status.cancelled': 'Đã hủy',
|
|
120
|
-
'common.badge.status.failed': 'Thất bại',
|
|
121
|
-
'common.badge.status.error': 'Lỗi',
|
|
122
|
-
'common.badge.status.locked': 'Đã khóa',
|
|
123
|
-
'common.badge.status.open': 'Mở',
|
|
124
|
-
'common.badge.status.ready': 'Sẵn sàng',
|
|
125
|
-
'common.badge.status.inProgress': 'Đang thực hiện',
|
|
126
|
-
'common.badge.status.paid': 'Đã thanh toán',
|
|
127
|
-
'common.badge.status.success': 'Thành công',
|
|
128
|
-
'common.badge.status.info': 'Thông tin',
|
|
129
|
-
'common.badge.status.unpaid': 'Chưa thanh toán',
|
|
130
|
-
'common.badge.status.warning': 'Cảnh báo',
|
|
131
|
-
'common.badge.status.overdue': 'Quá hạn',
|
|
132
|
-
'common.badge.status.disabled': 'Vô hiệu hóa',
|
|
133
|
-
'common.badge.status.archived': 'Lưu trữ',
|
|
134
|
-
// Badge — Registration Source
|
|
135
|
-
'common.badge.source.selfRegistered': 'Tự đăng ký',
|
|
136
|
-
'common.badge.source.createdByAdmin': 'Admin tạo',
|
|
137
|
-
'common.badge.source.createdByTeacher': 'Giáo viên tạo',
|
|
138
|
-
'common.badge.source.createdFromEBM': 'Đồng bộ EBM',
|
|
139
|
-
};
|
|
140
|
-
export default common;
|
|
141
|
-
//# sourceMappingURL=common.js.map
|
|
1
|
+
export default{"common.http.400":"Dữ liệu không hợp lệ. Vui lòng kiểm tra lại thông tin!","common.http.403":"Bạn không có quyền thực hiện hành động này!","common.http.404":"Không tìm thấy dữ liệu!","common.http.409":"Dữ liệu đã tồn tại!","common.http.500":"Lỗi máy chủ. Vui lòng thử lại sau!","common.http.generic":"Có lỗi xảy ra. Vui lòng thử lại!","common.cancel":"Hủy","common.close":"Đóng","common.error.system":"Lỗi hệ thống. Vui lòng thử lại sau.","common.error.loadData":"Không thể tải dữ liệu. Vui lòng thử lại.","common.form.validationError":"Vui lòng kiểm tra lại thông tin đã nhập!","common.comingSoon":"Coming soon","common.examCreator.fillInfoBeforeSave":"Vui lòng điền đầy đủ thông tin trước khi lưu!","common.examCreator.invalidQuestions":"Câu hỏi không hợp lệ: {errors}","common.examCreator.noValidData":"Không có dữ liệu câu hỏi hợp lệ","common.examCreator.saveError":"Lỗi khi lưu câu hỏi {index}","common.examCreator.saveWithBankSuccess":'Đã lưu thành công câu hỏi {index} và thêm vào ngân hàng câu hỏi với mã "{code}".',"common.examCreator.saveSuccess":"Đã lưu thành công câu hỏi {index}.","common.examCreator.bankSelected":'Đã chọn câu hỏi từ ngân hàng. Nhấn "Lưu câu hỏi" để lưu.',"common.examCreator.saveBeforeExit":"Vui lòng lưu câu hỏi hiện tại trước khi thoát.","common.examCreator.previewLoadError":"Không thể tải câu hỏi","common.autoFill.loadBankError":"Không thể tải thông tin ngân hàng câu hỏi","common.autoFill.noQuestions":"Không có câu hỏi nào để điền","common.autoFill.success":"Đã điền {count} câu hỏi từ ngân hàng","common.autoFill.noneApplied":"Không có câu hỏi nào được điền","common.autoFill.error":"Đã có lỗi xảy ra khi tự động điền câu hỏi","common.question.create.fillInfo":"Vui lòng điền đầy đủ thông tin!","common.question.create.success":"Đã tạo câu hỏi thành công.","common.questionGroup.create.fillInfo":"Vui lòng điền đầy đủ thông tin và chọn ít nhất 1 câu hỏi!","common.questionGroup.create.success":"Đã tạo nhóm câu hỏi thành công!","common.multipleChoice.minAnswers":"Tối thiểu 2 đáp án!","common.multipleChoice.enterQuestion":"Vui lòng nhập câu hỏi!","common.multipleChoice.atLeastTwo":"Phải có ít nhất 2 đáp án!","common.multipleChoice.selectCorrect":"Vui lòng chọn đáp án đúng!","common.questionType.missingAnswer":"Ô còn thiếu #{index} ở vị trí ({row}, {col}): Vui lòng nhập đáp án!","common.questionType.addImage":"Câu hỏi {index}: Vui lòng thêm hình ảnh","common.questionType.enterContent":"Câu hỏi {index}: Vui lòng nhập nội dung","common.questionType.answerTooLong":"Đáp án không được vượt quá {limit} từ","common.audio.maxPlayReached":"Bạn chỉ được nghe tối đa {maxPlay} lần!","layout.sidebar.admin.dashboard":"Dashboard","layout.sidebar.admin.users":"Quản lý người dùng","layout.sidebar.admin.roles":"Vai trò","layout.sidebar.admin.classrooms":"Quản lý lớp học","layout.sidebar.admin.branches":"Quản lý chi nhánh","layout.sidebar.admin.contests":"Quản lý kỳ thi","layout.sidebar.admin.rooms":"Quản lý phòng thi","layout.sidebar.admin.exams":"Quản lý đề thi","layout.sidebar.admin.questionBanks":"Ngân hàng câu hỏi","layout.sidebar.admin.schedules":"Quản lý lịch thi","layout.sidebar.admin.templates":"Quản lý Template đề thi","layout.sidebar.admin.testParticipants":"Học sinh dự thi","layout.sidebar.admin.reports":"Báo cáo","layout.sidebar.admin.settings":"Cài đặt hệ thống","layout.sidebar.student.home":"Trang chủ","layout.sidebar.student.contests":"Kỳ thi","layout.sidebar.student.discoverContests":"Khám phá kỳ thi","layout.sidebar.student.myContests":"Kỳ thi của tôi","layout.sidebar.student.mySchedule":"Lịch thi của tôi","layout.sidebar.student.examRooms":"Phòng thi","layout.sidebar.student.roomList":"Danh sách phòng thi","layout.sidebar.student.joinedRooms":"Phòng thi đã tham gia","layout.sidebar.student.results":"Kết quả","layout.sidebar.student.history":"Lịch sử làm bài","layout.sidebar.logout":"Đăng xuất","layout.sidebar.loggingOut":"Đang đăng xuất...","layout.sidebar.expand":"Mở rộng menu","layout.sidebar.collapse":"Thu gọn menu","layout.sidebar.systemAdmin.dashboard":"Dashboard","layout.sidebar.systemAdmin.users":"Quản lý người dùng","layout.topbar.greeting":"Xin chào, {name}","layout.topbar.notification":"Thông báo","layout.topbar.userMenu":"Menu người dùng","layout.topbar.profile":"Hồ sơ cá nhân","layout.topbar.changePassword":"Đổi mật khẩu","layout.topbar.systemAdmin":"Quản trị hệ thống","common.pagination.showing":"Hiển thị {start} - {end} / {total} bản ghi","common.pagination.display":"Hiển thị:","common.pagination.first":"Đầu","common.pagination.previous":"Trước","common.pagination.next":"Sau","common.pagination.last":"Cuối","common.table.loading":"Đang tải dữ liệu...","common.table.showing":"Hiển thị {count} / {total} bản ghi","common.table.all":"Tất cả","common.table.clearFilters":"Xóa bộ lọc","common.table.defaultTitle":"Danh sách","common.table.noData":"Không có dữ liệu","common.table.search":"Tìm kiếm...","common.badge.role.systemAdmin":"Quản trị hệ thống","common.badge.role.admin":"Admin","common.badge.role.teacher":"Giáo viên","common.badge.role.student":"Học sinh","common.badge.status.active":"Hoạt động","common.badge.status.inactive":"Không hoạt động","common.badge.status.verified":"Đã xác minh","common.badge.status.pending":"Chờ xử lý","common.badge.status.processing":"Đang xử lý","common.badge.status.completed":"Hoàn thành","common.badge.status.approved":"Đã duyệt","common.badge.status.graded":"Đã chấm","common.badge.status.draft":"Nháp","common.badge.status.rejected":"Từ chối","common.badge.status.cancelled":"Đã hủy","common.badge.status.failed":"Thất bại","common.badge.status.error":"Lỗi","common.badge.status.locked":"Đã khóa","common.badge.status.open":"Mở","common.badge.status.ready":"Sẵn sàng","common.badge.status.inProgress":"Đang thực hiện","common.badge.status.paid":"Đã thanh toán","common.badge.status.success":"Thành công","common.badge.status.info":"Thông tin","common.badge.status.unpaid":"Chưa thanh toán","common.badge.status.warning":"Cảnh báo","common.badge.status.overdue":"Quá hạn","common.badge.status.disabled":"Vô hiệu hóa","common.badge.status.archived":"Lưu trữ","common.badge.source.selfRegistered":"Tự đăng ký","common.badge.source.createdByAdmin":"Admin tạo","common.badge.source.createdByTeacher":"Giáo viên tạo","common.badge.source.createdFromEBM":"Đồng bộ EBM"};
|
|
@@ -1,19 +1 @@
|
|
|
1
|
-
|
|
2
|
-
// Generic file upload
|
|
3
|
-
'fileUpload.success': 'Đã upload file thành công!',
|
|
4
|
-
'fileUpload.error': 'Lỗi upload file: {message}',
|
|
5
|
-
'fileUpload.invalidFormat': 'Định dạng file không hợp lệ. Vui lòng chọn file có định dạng: {accept}',
|
|
6
|
-
'fileUpload.tooLarge': 'File quá lớn! Kích thước tối đa: {maxSize}MB',
|
|
7
|
-
'fileUpload.uploaded': 'Đã tải lên: {name}',
|
|
8
|
-
// Audio upload
|
|
9
|
-
'fileUpload.audio.success': 'Đã upload file âm thanh thành công!',
|
|
10
|
-
'fileUpload.audio.missingExamId': 'Thiếu examId để upload file âm thanh',
|
|
11
|
-
'fileUpload.audio.error': 'Không thể tải lên file âm thanh. Vui lòng thử lại.',
|
|
12
|
-
'fileUpload.audio.timeout': 'Tải lên file âm thanh bị quá thời gian. Vui lòng thử lại.',
|
|
13
|
-
'fileUpload.audio.networkError': 'Lỗi kết nối mạng. Vui lòng kiểm tra kết nối và thử lại.',
|
|
14
|
-
'fileUpload.audio.tooLarge': 'File âm thanh vượt quá dung lượng cho phép. Vui lòng chọn file nhỏ hơn.',
|
|
15
|
-
'fileUpload.audio.noUrl': 'Không có URL âm thanh để phát',
|
|
16
|
-
'fileUpload.audio.playError': 'Không thể phát file âm thanh',
|
|
17
|
-
};
|
|
18
|
-
export default fileUpload;
|
|
19
|
-
//# sourceMappingURL=file-upload.js.map
|
|
1
|
+
export default{"fileUpload.success":"Đã upload file thành công!","fileUpload.error":"Lỗi upload file: {message}","fileUpload.invalidFormat":"Định dạng file không hợp lệ. Vui lòng chọn file có định dạng: {accept}","fileUpload.tooLarge":"File quá lớn! Kích thước tối đa: {maxSize}MB","fileUpload.uploaded":"Đã tải lên: {name}","fileUpload.audio.success":"Đã upload file âm thanh thành công!","fileUpload.audio.missingExamId":"Thiếu examId để upload file âm thanh","fileUpload.audio.error":"Không thể tải lên file âm thanh. Vui lòng thử lại.","fileUpload.audio.timeout":"Tải lên file âm thanh bị quá thời gian. Vui lòng thử lại.","fileUpload.audio.networkError":"Lỗi kết nối mạng. Vui lòng kiểm tra kết nối và thử lại.","fileUpload.audio.tooLarge":"File âm thanh vượt quá dung lượng cho phép. Vui lòng chọn file nhỏ hơn.","fileUpload.audio.noUrl":"Không có URL âm thanh để phát","fileUpload.audio.playError":"Không thể phát file âm thanh"};
|
|
@@ -1,134 +1 @@
|
|
|
1
|
-
|
|
2
|
-
// Room & joining
|
|
3
|
-
'student.room.join.enterCode': 'Vui lòng nhập mã phòng thi',
|
|
4
|
-
'student.room.join.success': 'Tham gia phòng thi thành công!',
|
|
5
|
-
'student.room.join.invalidCode': 'Mã phòng thi không hợp lệ',
|
|
6
|
-
'student.room.join.noAccess': 'Bạn không có quyền truy cập phòng thi này',
|
|
7
|
-
'student.room.join.unavailable': 'Phòng thi không khả dụng',
|
|
8
|
-
'student.room.join.error': 'Không thể tham gia phòng thi',
|
|
9
|
-
// Exam entry
|
|
10
|
-
'student.exam.entry.loadError': 'Không thể tải thông tin phòng thi',
|
|
11
|
-
'student.exam.entry.notStarted': 'Chưa đến giờ thi',
|
|
12
|
-
'student.exam.entry.expired': 'Đã hết thời gian làm bài',
|
|
13
|
-
'student.exam.entry.startError': 'Không thể bắt đầu bài thi',
|
|
14
|
-
'student.exam.entry.otherRoom': 'Bạn đang có bài thi dở ở phòng khác. Vui lòng hoàn thành trước.',
|
|
15
|
-
'student.exam.entry.continue': 'Tiếp tục làm bài thi!',
|
|
16
|
-
'student.exam.entry.restartError': 'Không thể làm lại bài thi',
|
|
17
|
-
// Exam taking
|
|
18
|
-
'student.exam.take.noActive': 'Không có bài thi đang làm',
|
|
19
|
-
'student.exam.take.otherRoom': 'Bạn đang có bài thi khác đang làm',
|
|
20
|
-
'student.exam.take.submitted': 'Bài thi đã được nộp',
|
|
21
|
-
'student.exam.take.timeExpired': 'Hết thời gian làm bài',
|
|
22
|
-
'student.exam.take.loadError': 'Lỗi khi tải bài thi',
|
|
23
|
-
'student.exam.take.autoSubmit': 'Hết giờ! Đang nộp bài...',
|
|
24
|
-
'student.exam.take.timeWarning': 'Còn 5 phút! Vui lòng hoàn thành bài thi.',
|
|
25
|
-
'student.exam.take.saved': 'Đã lưu',
|
|
26
|
-
'student.exam.take.saveError': 'Lỗi lưu bài',
|
|
27
|
-
'student.exam.take.submitSuccess': 'Nộp bài thành công!',
|
|
28
|
-
'student.exam.take.submittedAIGradingInProgress': 'Đã nộp bài! AI đang chấm phần Speaking, vui lòng đợi trong giây lát...',
|
|
29
|
-
'student.exam.take.submitError': 'Không thể nộp bài. Vui lòng thử lại.',
|
|
30
|
-
// Schedule
|
|
31
|
-
'student.schedule.exportSuccess': 'Đã xuất lịch thi sang Google Calendar',
|
|
32
|
-
// Audio
|
|
33
|
-
'student.audio.maxPlayReached': 'Bạn chỉ được nghe tối đa {maxPlayCount} lần!',
|
|
34
|
-
// Contest pages
|
|
35
|
-
'student.contest.discover.title': 'Khám phá kỳ thi',
|
|
36
|
-
'student.contest.discover.description': 'Khám phá và tham gia các kỳ thi công khai',
|
|
37
|
-
'student.contest.discover.search': 'Tìm kiếm kỳ thi...',
|
|
38
|
-
'student.contest.discover.noContests': 'Hiện tại chưa có kỳ thi nào',
|
|
39
|
-
'student.contest.discover.upcoming': 'Sắp diễn ra',
|
|
40
|
-
'student.contest.discover.inProgress': 'Đang diễn ra',
|
|
41
|
-
'student.contest.discover.completed': 'Đã kết thúc',
|
|
42
|
-
'student.contest.discover.all': 'Tất cả',
|
|
43
|
-
'student.contest.discover.register': 'Đăng ký',
|
|
44
|
-
'student.contest.discover.registered': 'Đã đăng ký',
|
|
45
|
-
'student.contest.discover.viewDetail': 'Xem chi tiết',
|
|
46
|
-
'student.contest.discover.participants': '{count} thí sinh',
|
|
47
|
-
'student.contest.discover.timeRemaining': 'Còn {time}',
|
|
48
|
-
'student.contest.discover.myContestsTitle': 'Kỳ thi đang tham gia',
|
|
49
|
-
'student.contest.discover.myContestsDescription': 'Các kỳ thi bạn đang tham gia',
|
|
50
|
-
'student.contest.discover.viewAll': 'Xem tất cả',
|
|
51
|
-
'student.contest.discover.noMyContests': 'Bạn chưa tham gia kỳ thi nào',
|
|
52
|
-
'student.contest.discover.noDescription': 'Chưa có mô tả',
|
|
53
|
-
'student.contest.my.title': 'Kỳ thi của tôi',
|
|
54
|
-
'student.contest.my.description': 'Các kỳ thi bạn đang tham gia hoặc đã tham gia',
|
|
55
|
-
'student.contest.my.participating': 'Đang tham gia',
|
|
56
|
-
'student.contest.my.completed': 'Đã hoàn thành',
|
|
57
|
-
'student.contest.my.all': 'Tất cả',
|
|
58
|
-
'student.contest.my.noContests': 'Bạn chưa tham gia kỳ thi nào',
|
|
59
|
-
'student.contest.my.goDiscover': 'Khám phá kỳ thi',
|
|
60
|
-
'student.contest.my.enterContest': 'Vào kỳ thi',
|
|
61
|
-
'student.contest.detail.schedules': 'Lịch thi',
|
|
62
|
-
'student.contest.detail.rooms': 'Phòng thi',
|
|
63
|
-
'student.contest.detail.results': 'Kết quả',
|
|
64
|
-
'student.contest.detail.history': 'Lịch sử làm bài',
|
|
65
|
-
'student.contest.detail.overview': 'Tổng quan',
|
|
66
|
-
'student.contest.detail.notFound': 'Không tìm thấy kỳ thi',
|
|
67
|
-
'student.contest.detail.backToContests': 'Quay lại danh sách kỳ thi',
|
|
68
|
-
// Contest detail - redesign
|
|
69
|
-
'student.contest.detail.registerNow': 'Đăng ký ngay',
|
|
70
|
-
'student.contest.detail.alreadyRegistered': 'Đã đăng ký ✓',
|
|
71
|
-
'student.contest.detail.registering': 'Đang đăng ký...',
|
|
72
|
-
'student.contest.detail.startDate': 'Bắt đầu',
|
|
73
|
-
'student.contest.detail.endDate': 'Kết thúc',
|
|
74
|
-
'student.contest.detail.examRooms': 'Phòng thi',
|
|
75
|
-
'student.contest.detail.participants': 'Thí sinh',
|
|
76
|
-
'student.contest.detail.aboutContest': 'Giới thiệu kỳ thi',
|
|
77
|
-
'student.contest.detail.examFlow': 'Hành trình của bạn',
|
|
78
|
-
'student.contest.detail.flowStep1Title': 'Tìm hiểu',
|
|
79
|
-
'student.contest.detail.flowStep1Desc': 'Đọc thông tin và nội quy kỳ thi',
|
|
80
|
-
'student.contest.detail.flowStep2Title': 'Đăng ký',
|
|
81
|
-
'student.contest.detail.flowStep2Desc': 'Đăng ký tham gia kỳ thi',
|
|
82
|
-
'student.contest.detail.flowStep3Title': 'Vào phòng thi',
|
|
83
|
-
'student.contest.detail.flowStep3Desc': 'Đến giờ thi, vào phòng thi của bạn',
|
|
84
|
-
'student.contest.detail.flowStep4Title': 'Làm bài',
|
|
85
|
-
'student.contest.detail.flowStep4Desc': 'Hoàn thành bài thi trong thời gian quy định',
|
|
86
|
-
'student.contest.detail.flowStep5Title': 'Nhận kết quả',
|
|
87
|
-
'student.contest.detail.flowStep5Desc': 'Xem điểm số và xếp hạng của bạn',
|
|
88
|
-
'student.contest.detail.statsTitle': 'Thống kê kỳ thi',
|
|
89
|
-
'student.contest.detail.avgScore': 'Điểm trung bình',
|
|
90
|
-
'student.contest.detail.highestScore': 'Điểm cao nhất',
|
|
91
|
-
'student.contest.detail.completionRate': 'Tỉ lệ hoàn thành',
|
|
92
|
-
'student.contest.detail.countdown.days': 'Ngày',
|
|
93
|
-
'student.contest.detail.countdown.hours': 'Giờ',
|
|
94
|
-
'student.contest.detail.countdown.minutes': 'Phút',
|
|
95
|
-
'student.contest.detail.countdown.seconds': 'Giây',
|
|
96
|
-
'student.contest.detail.countdown.startsIn': 'Kỳ thi bắt đầu sau',
|
|
97
|
-
'student.contest.detail.countdown.endsIn': 'Kỳ thi kết thúc sau',
|
|
98
|
-
'student.contest.detail.countdown.ended': 'Kỳ thi đã kết thúc',
|
|
99
|
-
'student.contest.detail.quickActions': 'Thao tác nhanh',
|
|
100
|
-
'student.contest.detail.viewRooms': 'Xem phòng thi',
|
|
101
|
-
'student.contest.detail.viewSchedule': 'Xem lịch thi',
|
|
102
|
-
'student.contest.detail.viewResults': 'Xem kết quả',
|
|
103
|
-
// Contest visibility
|
|
104
|
-
'student.contest.visibility.internal': 'Nội bộ',
|
|
105
|
-
'student.contest.visibility.internalBadge': 'Kỳ thi nội bộ',
|
|
106
|
-
'student.contest.visibility.registerPendingApproval': 'Đăng ký chờ phê duyệt',
|
|
107
|
-
'student.contest.visibility.pendingApprovalDesc': 'Yêu cầu đăng ký của bạn đã được gửi và đang chờ admin/mod phê duyệt.',
|
|
108
|
-
'student.contest.visibility.registerRequiresApproval': 'Đăng ký (cần phê duyệt)',
|
|
109
|
-
'student.contest.visibility.approvalRequired': 'Cần phê duyệt',
|
|
110
|
-
'student.contest.visibility.approvalRequiredDesc': 'Đây là kỳ thi nội bộ. Sau khi đăng ký, bạn cần được admin hoặc mod phê duyệt mới có thể tham gia.',
|
|
111
|
-
'student.contest.visibility.privateTitle': 'Kỳ thi riêng tư',
|
|
112
|
-
'student.contest.visibility.privateDesc': 'Kỳ thi này ở chế độ riêng tư. Bạn không thể xem thông tin hoặc tự đăng ký. Vui lòng liên hệ admin/mod để được thêm vào.',
|
|
113
|
-
'student.contest.visibility.accessDenied': 'Không có quyền truy cập',
|
|
114
|
-
'student.contest.visibility.accessDeniedDesc': 'Bạn không có quyền xem kỳ thi này.',
|
|
115
|
-
'student.contest.discover.registerSuccess': 'Đăng ký kỳ thi thành công!',
|
|
116
|
-
'student.contest.discover.registerPendingSuccess': 'Đã gửi yêu cầu đăng ký! Vui lòng chờ admin/mod phê duyệt.',
|
|
117
|
-
'student.contest.discover.registerError': 'Không thể đăng ký kỳ thi. Vui lòng thử lại.',
|
|
118
|
-
'student.contest.discover.cancelRegistration': 'Hủy đăng ký',
|
|
119
|
-
'student.contest.discover.cancelRegistrationSuccess': 'Đã hủy đăng ký kỳ thi thành công!',
|
|
120
|
-
'student.contest.discover.cancelRegistrationError': 'Không thể hủy đăng ký. Vui lòng thử lại.',
|
|
121
|
-
'student.contest.discover.cancelRegistrationExamAttempted': 'Không thể hủy đăng ký vì bạn đã tham gia làm bài thi.',
|
|
122
|
-
'student.contest.discover.cancelRegistrationNotFound': 'Không tìm thấy thông tin đăng ký kỳ thi.',
|
|
123
|
-
'student.contest.discover.cancelling': 'Đang hủy...',
|
|
124
|
-
// Registration status
|
|
125
|
-
'student.contest.registration.pending': 'Chờ phê duyệt',
|
|
126
|
-
'student.contest.registration.pendingBadge': '⏳ Đang chờ',
|
|
127
|
-
'student.contest.registration.pendingDesc': 'Yêu cầu đăng ký của bạn đã được gửi và đang chờ admin phê duyệt.',
|
|
128
|
-
'student.contest.registration.rejected': 'Đăng ký bị từ chối',
|
|
129
|
-
'student.contest.registration.rejectedBadge': '✗ Bị từ chối',
|
|
130
|
-
'student.contest.registration.rejectedDesc': 'Yêu cầu đăng ký của bạn đã bị từ chối. Vui lòng liên hệ admin để biết thêm chi tiết.',
|
|
131
|
-
'student.contest.registration.approved': 'Đã duyệt',
|
|
132
|
-
};
|
|
133
|
-
export default student;
|
|
134
|
-
//# sourceMappingURL=student.js.map
|
|
1
|
+
export default{"student.room.join.enterCode":"Vui lòng nhập mã phòng thi","student.room.join.success":"Tham gia phòng thi thành công!","student.room.join.invalidCode":"Mã phòng thi không hợp lệ","student.room.join.noAccess":"Bạn không có quyền truy cập phòng thi này","student.room.join.unavailable":"Phòng thi không khả dụng","student.room.join.error":"Không thể tham gia phòng thi","student.exam.entry.loadError":"Không thể tải thông tin phòng thi","student.exam.entry.notStarted":"Chưa đến giờ thi","student.exam.entry.expired":"Đã hết thời gian làm bài","student.exam.entry.startError":"Không thể bắt đầu bài thi","student.exam.entry.otherRoom":"Bạn đang có bài thi dở ở phòng khác. Vui lòng hoàn thành trước.","student.exam.entry.continue":"Tiếp tục làm bài thi!","student.exam.entry.restartError":"Không thể làm lại bài thi","student.exam.take.noActive":"Không có bài thi đang làm","student.exam.take.otherRoom":"Bạn đang có bài thi khác đang làm","student.exam.take.submitted":"Bài thi đã được nộp","student.exam.take.timeExpired":"Hết thời gian làm bài","student.exam.take.loadError":"Lỗi khi tải bài thi","student.exam.take.autoSubmit":"Hết giờ! Đang nộp bài...","student.exam.take.timeWarning":"Còn 5 phút! Vui lòng hoàn thành bài thi.","student.exam.take.saved":"Đã lưu","student.exam.take.saveError":"Lỗi lưu bài","student.exam.take.submitSuccess":"Nộp bài thành công!","student.exam.take.submittedAIGradingInProgress":"Đã nộp bài! AI đang chấm phần Speaking, vui lòng đợi trong giây lát...","student.exam.take.submitError":"Không thể nộp bài. Vui lòng thử lại.","student.schedule.exportSuccess":"Đã xuất lịch thi sang Google Calendar","student.audio.maxPlayReached":"Bạn chỉ được nghe tối đa {maxPlayCount} lần!","student.contest.discover.title":"Khám phá kỳ thi","student.contest.discover.description":"Khám phá và tham gia các kỳ thi công khai","student.contest.discover.search":"Tìm kiếm kỳ thi...","student.contest.discover.noContests":"Hiện tại chưa có kỳ thi nào","student.contest.discover.upcoming":"Sắp diễn ra","student.contest.discover.inProgress":"Đang diễn ra","student.contest.discover.completed":"Đã kết thúc","student.contest.discover.all":"Tất cả","student.contest.discover.register":"Đăng ký","student.contest.discover.registered":"Đã đăng ký","student.contest.discover.viewDetail":"Xem chi tiết","student.contest.discover.participants":"{count} thí sinh","student.contest.discover.timeRemaining":"Còn {time}","student.contest.discover.myContestsTitle":"Kỳ thi đang tham gia","student.contest.discover.myContestsDescription":"Các kỳ thi bạn đang tham gia","student.contest.discover.viewAll":"Xem tất cả","student.contest.discover.noMyContests":"Bạn chưa tham gia kỳ thi nào","student.contest.discover.noDescription":"Chưa có mô tả","student.contest.my.title":"Kỳ thi của tôi","student.contest.my.description":"Các kỳ thi bạn đang tham gia hoặc đã tham gia","student.contest.my.participating":"Đang tham gia","student.contest.my.completed":"Đã hoàn thành","student.contest.my.all":"Tất cả","student.contest.my.noContests":"Bạn chưa tham gia kỳ thi nào","student.contest.my.goDiscover":"Khám phá kỳ thi","student.contest.my.enterContest":"Vào kỳ thi","student.contest.detail.schedules":"Lịch thi","student.contest.detail.rooms":"Phòng thi","student.contest.detail.results":"Kết quả","student.contest.detail.history":"Lịch sử làm bài","student.contest.detail.overview":"Tổng quan","student.contest.detail.notFound":"Không tìm thấy kỳ thi","student.contest.detail.backToContests":"Quay lại danh sách kỳ thi","student.contest.detail.registerNow":"Đăng ký ngay","student.contest.detail.alreadyRegistered":"Đã đăng ký ✓","student.contest.detail.registering":"Đang đăng ký...","student.contest.detail.startDate":"Bắt đầu","student.contest.detail.endDate":"Kết thúc","student.contest.detail.examRooms":"Phòng thi","student.contest.detail.participants":"Thí sinh","student.contest.detail.aboutContest":"Giới thiệu kỳ thi","student.contest.detail.examFlow":"Hành trình của bạn","student.contest.detail.flowStep1Title":"Tìm hiểu","student.contest.detail.flowStep1Desc":"Đọc thông tin và nội quy kỳ thi","student.contest.detail.flowStep2Title":"Đăng ký","student.contest.detail.flowStep2Desc":"Đăng ký tham gia kỳ thi","student.contest.detail.flowStep3Title":"Vào phòng thi","student.contest.detail.flowStep3Desc":"Đến giờ thi, vào phòng thi của bạn","student.contest.detail.flowStep4Title":"Làm bài","student.contest.detail.flowStep4Desc":"Hoàn thành bài thi trong thời gian quy định","student.contest.detail.flowStep5Title":"Nhận kết quả","student.contest.detail.flowStep5Desc":"Xem điểm số và xếp hạng của bạn","student.contest.detail.statsTitle":"Thống kê kỳ thi","student.contest.detail.avgScore":"Điểm trung bình","student.contest.detail.highestScore":"Điểm cao nhất","student.contest.detail.completionRate":"Tỉ lệ hoàn thành","student.contest.detail.countdown.days":"Ngày","student.contest.detail.countdown.hours":"Giờ","student.contest.detail.countdown.minutes":"Phút","student.contest.detail.countdown.seconds":"Giây","student.contest.detail.countdown.startsIn":"Kỳ thi bắt đầu sau","student.contest.detail.countdown.endsIn":"Kỳ thi kết thúc sau","student.contest.detail.countdown.ended":"Kỳ thi đã kết thúc","student.contest.detail.quickActions":"Thao tác nhanh","student.contest.detail.viewRooms":"Xem phòng thi","student.contest.detail.viewSchedule":"Xem lịch thi","student.contest.detail.viewResults":"Xem kết quả","student.contest.visibility.internal":"Nội bộ","student.contest.visibility.internalBadge":"Kỳ thi nội bộ","student.contest.visibility.registerPendingApproval":"Đăng ký chờ phê duyệt","student.contest.visibility.pendingApprovalDesc":"Yêu cầu đăng ký của bạn đã được gửi và đang chờ admin/mod phê duyệt.","student.contest.visibility.registerRequiresApproval":"Đăng ký (cần phê duyệt)","student.contest.visibility.approvalRequired":"Cần phê duyệt","student.contest.visibility.approvalRequiredDesc":"Đây là kỳ thi nội bộ. Sau khi đăng ký, bạn cần được admin hoặc mod phê duyệt mới có thể tham gia.","student.contest.visibility.privateTitle":"Kỳ thi riêng tư","student.contest.visibility.privateDesc":"Kỳ thi này ở chế độ riêng tư. Bạn không thể xem thông tin hoặc tự đăng ký. Vui lòng liên hệ admin/mod để được thêm vào.","student.contest.visibility.accessDenied":"Không có quyền truy cập","student.contest.visibility.accessDeniedDesc":"Bạn không có quyền xem kỳ thi này.","student.contest.discover.registerSuccess":"Đăng ký kỳ thi thành công!","student.contest.discover.registerPendingSuccess":"Đã gửi yêu cầu đăng ký! Vui lòng chờ admin/mod phê duyệt.","student.contest.discover.registerError":"Không thể đăng ký kỳ thi. Vui lòng thử lại.","student.contest.discover.cancelRegistration":"Hủy đăng ký","student.contest.discover.cancelRegistrationSuccess":"Đã hủy đăng ký kỳ thi thành công!","student.contest.discover.cancelRegistrationError":"Không thể hủy đăng ký. Vui lòng thử lại.","student.contest.discover.cancelRegistrationExamAttempted":"Không thể hủy đăng ký vì bạn đã tham gia làm bài thi.","student.contest.discover.cancelRegistrationNotFound":"Không tìm thấy thông tin đăng ký kỳ thi.","student.contest.discover.cancelling":"Đang hủy...","student.contest.registration.pending":"Chờ phê duyệt","student.contest.registration.pendingBadge":"⏳ Đang chờ","student.contest.registration.pendingDesc":"Yêu cầu đăng ký của bạn đã được gửi và đang chờ admin phê duyệt.","student.contest.registration.rejected":"Đăng ký bị từ chối","student.contest.registration.rejectedBadge":"✗ Bị từ chối","student.contest.registration.rejectedDesc":"Yêu cầu đăng ký của bạn đã bị từ chối. Vui lòng liên hệ admin để biết thêm chi tiết.","student.contest.registration.approved":"Đã duyệt"};
|
|
@@ -24,4 +24,3 @@ declare const terms: {
|
|
|
24
24
|
readonly 'terms.section10.content': "Nếu bạn có bất kỳ câu hỏi hoặc thắc mắc nào về Điều khoản sử dụng, vui lòng liên hệ:\n\n• Email: support@ocean.edu.vn\n• Hotline: 1900 0340\n• Website: https://ocean.edu.vn";
|
|
25
25
|
};
|
|
26
26
|
export default terms;
|
|
27
|
-
//# sourceMappingURL=terms.d.ts.map
|
|
@@ -1,38 +1 @@
|
|
|
1
|
-
|
|
2
|
-
// Page
|
|
3
|
-
'terms.page.title': 'Điều khoản sử dụng',
|
|
4
|
-
'terms.page.lastUpdated': 'Cập nhật lần cuối: 15/04/2026',
|
|
5
|
-
'terms.page.backToHome': 'Quay lại trang chủ',
|
|
6
|
-
// Section 1 - Introduction
|
|
7
|
-
'terms.section1.title': '1. Giới thiệu',
|
|
8
|
-
'terms.section1.content': 'Ocean Edu Exam ("Nền tảng") là hệ thống thi trắc nghiệm trực tuyến được phát triển và vận hành bởi Hệ thống Anh ngữ Quốc tế Ocean Edu. Bằng việc truy cập và sử dụng Nền tảng, bạn đồng ý tuân thủ các điều khoản và điều kiện được nêu trong tài liệu này. Nếu bạn không đồng ý với bất kỳ điều khoản nào, vui lòng ngừng sử dụng Nền tảng.',
|
|
9
|
-
// Section 2 - Terms of Use
|
|
10
|
-
'terms.section2.title': '2. Điều kiện sử dụng',
|
|
11
|
-
'terms.section2.content': 'Để sử dụng Nền tảng, bạn cần đáp ứng các điều kiện sau:\n• Từ đủ 6 tuổi trở lên. Đối với người dùng dưới 13 tuổi, cần có sự đồng ý và giám sát của phụ huynh hoặc người giám hộ hợp pháp.\n• Cung cấp thông tin đăng ký chính xác và đầy đủ.\n• Chấp nhận và tuân thủ toàn bộ Điều khoản sử dụng này.\n• Không sử dụng Nền tảng cho mục đích trái pháp luật hoặc vi phạm quyền lợi của người khác.',
|
|
12
|
-
// Section 3 - User Account
|
|
13
|
-
'terms.section3.title': '3. Tài khoản người dùng',
|
|
14
|
-
'terms.section3.content': 'Bạn có trách nhiệm:\n• Bảo mật thông tin đăng nhập (email/tên đăng nhập và mật khẩu) của tài khoản.\n• Không chia sẻ tài khoản cho người khác sử dụng.\n• Thông báo ngay cho chúng tôi nếu phát hiện truy cập trái phép vào tài khoản.\n• Cung cấp thông tin cá nhân chính xác và cập nhật khi có thay đổi.\n\nChúng tôi không chịu trách nhiệm cho mọi thiệt hại phát sinh do việc bạn không bảo mật tài khoản.',
|
|
15
|
-
// Section 4 - Exam Rules
|
|
16
|
-
'terms.section4.title': '4. Quy tắc thi trắc nghiệm',
|
|
17
|
-
'terms.section4.content': 'Khi tham gia các bài thi trên Nền tảng, bạn cam kết:\n• Tự mình thực hiện bài thi, không nhờ người khác làm thay.\n• Không sử dụng tài liệu, phần mềm hỗ trợ hoặc bất kỳ hình thức gian lận nào.\n• Không sao chép, chụp ảnh, ghi âm hoặc chia sẻ nội dung đề thi dưới bất kỳ hình thức nào.\n• Tuân thủ thời gian làm bài và các quy định cụ thể của từng kỳ thi.\n\nVi phạm quy tắc thi có thể dẫn đến hủy kết quả bài thi và khóa tài khoản.',
|
|
18
|
-
// Section 5 - Intellectual Property
|
|
19
|
-
'terms.section5.title': '5. Quyền sở hữu trí tuệ',
|
|
20
|
-
'terms.section5.content': 'Toàn bộ nội dung trên Nền tảng bao gồm nhưng không giới hạn: đề thi, câu hỏi, hình ảnh, âm thanh, video, giao diện, mã nguồn và tài liệu liên quan đều thuộc quyền sở hữu trí tuệ của Ocean Edu hoặc các đối tác được cấp phép.\n\nBạn không được:\n• Sao chép, phân phối, sửa đổi hoặc tạo tác phẩm phái sinh từ nội dung Nền tảng.\n• Sử dụng nội dung cho mục đích thương mại mà không có sự đồng ý bằng văn bản.\n• Trích xuất dữ liệu hệ thống bằng các công cụ tự động (crawler, bot, scraper).',
|
|
21
|
-
// Section 6 - Privacy & Security
|
|
22
|
-
'terms.section6.title': '6. Quyền riêng tư & Bảo mật',
|
|
23
|
-
'terms.section6.content': 'Chúng tôi cam kết bảo vệ thông tin cá nhân của bạn:\n• Thu thập dữ liệu tối thiểu cần thiết để cung cấp dịch vụ (họ tên, email, kết quả thi).\n• Không bán hoặc chia sẻ thông tin cá nhân cho bên thứ ba vì mục đích thương mại.\n• Áp dụng các biện pháp bảo mật kỹ thuật để bảo vệ dữ liệu người dùng.\n• Dữ liệu kết quả thi được lưu trữ an toàn và chỉ người dùng hoặc quản trị viên được phép truy cập.\n\nVui lòng liên hệ chúng tôi nếu bạn muốn yêu cầu xóa dữ liệu cá nhân.',
|
|
24
|
-
// Section 7 - Limitation of Liability
|
|
25
|
-
'terms.section7.title': '7. Giới hạn trách nhiệm',
|
|
26
|
-
'terms.section7.content': 'Nền tảng được cung cấp trên cơ sở "nguyên trạng" (as-is). Chúng tôi nỗ lực đảm bảo hệ thống hoạt động ổn định nhưng không cam kết:\n• Dịch vụ hoạt động liên tục 100% không gián đoạn.\n• Không có lỗi kỹ thuật hoặc sự cố hệ thống.\n• Kết quả thi phản ánh tuyệt đối chính xác năng lực thực tế.\n\nChúng tôi không chịu trách nhiệm cho thiệt hại gián tiếp phát sinh từ việc sử dụng hoặc không thể sử dụng Nền tảng.',
|
|
27
|
-
// Section 8 - Account Termination
|
|
28
|
-
'terms.section8.title': '8. Chấm dứt tài khoản',
|
|
29
|
-
'terms.section8.content': 'Chúng tôi có quyền tạm khóa hoặc xóa vĩnh viễn tài khoản của bạn nếu:\n• Vi phạm Điều khoản sử dụng này.\n• Phát hiện hành vi gian lận trong thi cử.\n• Sử dụng Nền tảng để quấy rối, phá hoại hoặc gây hại cho người dùng khác.\n• Cung cấp thông tin sai lệch khi đăng ký.\n\nBạn cũng có thể yêu cầu xóa tài khoản bất cứ lúc nào bằng cách liên hệ với chúng tôi.',
|
|
30
|
-
// Section 9 - Changes to Terms
|
|
31
|
-
'terms.section9.title': '9. Thay đổi điều khoản',
|
|
32
|
-
'terms.section9.content': 'Chúng tôi có quyền cập nhật hoặc thay đổi Điều khoản sử dụng này vào bất kỳ thời điểm nào. Khi có thay đổi quan trọng:\n• Chúng tôi sẽ thông báo trên Nền tảng hoặc qua email đã đăng ký.\n• Ngày cập nhật sẽ được ghi rõ ở đầu trang.\n• Việc bạn tiếp tục sử dụng Nền tảng sau khi thay đổi có hiệu lực đồng nghĩa với việc bạn chấp nhận các điều khoản mới.',
|
|
33
|
-
// Section 10 - Contact
|
|
34
|
-
'terms.section10.title': '10. Liên hệ',
|
|
35
|
-
'terms.section10.content': 'Nếu bạn có bất kỳ câu hỏi hoặc thắc mắc nào về Điều khoản sử dụng, vui lòng liên hệ:\n\n• Email: support@ocean.edu.vn\n• Hotline: 1900 0340\n• Website: https://ocean.edu.vn',
|
|
36
|
-
};
|
|
37
|
-
export default terms;
|
|
38
|
-
//# sourceMappingURL=terms.js.map
|
|
1
|
+
export default{"terms.page.title":"Điều khoản sử dụng","terms.page.lastUpdated":"Cập nhật lần cuối: 15/04/2026","terms.page.backToHome":"Quay lại trang chủ","terms.section1.title":"1. Giới thiệu","terms.section1.content":'Ocean Edu Exam ("Nền tảng") là hệ thống thi trắc nghiệm trực tuyến được phát triển và vận hành bởi Hệ thống Anh ngữ Quốc tế Ocean Edu. Bằng việc truy cập và sử dụng Nền tảng, bạn đồng ý tuân thủ các điều khoản và điều kiện được nêu trong tài liệu này. Nếu bạn không đồng ý với bất kỳ điều khoản nào, vui lòng ngừng sử dụng Nền tảng.',"terms.section2.title":"2. Điều kiện sử dụng","terms.section2.content":"Để sử dụng Nền tảng, bạn cần đáp ứng các điều kiện sau:\n• Từ đủ 6 tuổi trở lên. Đối với người dùng dưới 13 tuổi, cần có sự đồng ý và giám sát của phụ huynh hoặc người giám hộ hợp pháp.\n• Cung cấp thông tin đăng ký chính xác và đầy đủ.\n• Chấp nhận và tuân thủ toàn bộ Điều khoản sử dụng này.\n• Không sử dụng Nền tảng cho mục đích trái pháp luật hoặc vi phạm quyền lợi của người khác.","terms.section3.title":"3. Tài khoản người dùng","terms.section3.content":"Bạn có trách nhiệm:\n• Bảo mật thông tin đăng nhập (email/tên đăng nhập và mật khẩu) của tài khoản.\n• Không chia sẻ tài khoản cho người khác sử dụng.\n• Thông báo ngay cho chúng tôi nếu phát hiện truy cập trái phép vào tài khoản.\n• Cung cấp thông tin cá nhân chính xác và cập nhật khi có thay đổi.\n\nChúng tôi không chịu trách nhiệm cho mọi thiệt hại phát sinh do việc bạn không bảo mật tài khoản.","terms.section4.title":"4. Quy tắc thi trắc nghiệm","terms.section4.content":"Khi tham gia các bài thi trên Nền tảng, bạn cam kết:\n• Tự mình thực hiện bài thi, không nhờ người khác làm thay.\n• Không sử dụng tài liệu, phần mềm hỗ trợ hoặc bất kỳ hình thức gian lận nào.\n• Không sao chép, chụp ảnh, ghi âm hoặc chia sẻ nội dung đề thi dưới bất kỳ hình thức nào.\n• Tuân thủ thời gian làm bài và các quy định cụ thể của từng kỳ thi.\n\nVi phạm quy tắc thi có thể dẫn đến hủy kết quả bài thi và khóa tài khoản.","terms.section5.title":"5. Quyền sở hữu trí tuệ","terms.section5.content":"Toàn bộ nội dung trên Nền tảng bao gồm nhưng không giới hạn: đề thi, câu hỏi, hình ảnh, âm thanh, video, giao diện, mã nguồn và tài liệu liên quan đều thuộc quyền sở hữu trí tuệ của Ocean Edu hoặc các đối tác được cấp phép.\n\nBạn không được:\n• Sao chép, phân phối, sửa đổi hoặc tạo tác phẩm phái sinh từ nội dung Nền tảng.\n• Sử dụng nội dung cho mục đích thương mại mà không có sự đồng ý bằng văn bản.\n• Trích xuất dữ liệu hệ thống bằng các công cụ tự động (crawler, bot, scraper).","terms.section6.title":"6. Quyền riêng tư & Bảo mật","terms.section6.content":"Chúng tôi cam kết bảo vệ thông tin cá nhân của bạn:\n• Thu thập dữ liệu tối thiểu cần thiết để cung cấp dịch vụ (họ tên, email, kết quả thi).\n• Không bán hoặc chia sẻ thông tin cá nhân cho bên thứ ba vì mục đích thương mại.\n• Áp dụng các biện pháp bảo mật kỹ thuật để bảo vệ dữ liệu người dùng.\n• Dữ liệu kết quả thi được lưu trữ an toàn và chỉ người dùng hoặc quản trị viên được phép truy cập.\n\nVui lòng liên hệ chúng tôi nếu bạn muốn yêu cầu xóa dữ liệu cá nhân.","terms.section7.title":"7. Giới hạn trách nhiệm","terms.section7.content":'Nền tảng được cung cấp trên cơ sở "nguyên trạng" (as-is). Chúng tôi nỗ lực đảm bảo hệ thống hoạt động ổn định nhưng không cam kết:\n• Dịch vụ hoạt động liên tục 100% không gián đoạn.\n• Không có lỗi kỹ thuật hoặc sự cố hệ thống.\n• Kết quả thi phản ánh tuyệt đối chính xác năng lực thực tế.\n\nChúng tôi không chịu trách nhiệm cho thiệt hại gián tiếp phát sinh từ việc sử dụng hoặc không thể sử dụng Nền tảng.',"terms.section8.title":"8. Chấm dứt tài khoản","terms.section8.content":"Chúng tôi có quyền tạm khóa hoặc xóa vĩnh viễn tài khoản của bạn nếu:\n• Vi phạm Điều khoản sử dụng này.\n• Phát hiện hành vi gian lận trong thi cử.\n• Sử dụng Nền tảng để quấy rối, phá hoại hoặc gây hại cho người dùng khác.\n• Cung cấp thông tin sai lệch khi đăng ký.\n\nBạn cũng có thể yêu cầu xóa tài khoản bất cứ lúc nào bằng cách liên hệ với chúng tôi.","terms.section9.title":"9. Thay đổi điều khoản","terms.section9.content":"Chúng tôi có quyền cập nhật hoặc thay đổi Điều khoản sử dụng này vào bất kỳ thời điểm nào. Khi có thay đổi quan trọng:\n• Chúng tôi sẽ thông báo trên Nền tảng hoặc qua email đã đăng ký.\n• Ngày cập nhật sẽ được ghi rõ ở đầu trang.\n• Việc bạn tiếp tục sử dụng Nền tảng sau khi thay đổi có hiệu lực đồng nghĩa với việc bạn chấp nhận các điều khoản mới.","terms.section10.title":"10. Liên hệ","terms.section10.content":"Nếu bạn có bất kỳ câu hỏi hoặc thắc mắc nào về Điều khoản sử dụng, vui lòng liên hệ:\n\n• Email: support@ocean.edu.vn\n• Hotline: 1900 0340\n• Website: https://ocean.edu.vn"};
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
import common from
|
|
2
|
-
import auth from './vi/auth';
|
|
3
|
-
import admin from './vi/admin';
|
|
4
|
-
import student from './vi/student';
|
|
5
|
-
import fileUpload from './vi/file-upload';
|
|
6
|
-
import terms from './vi/terms';
|
|
7
|
-
const vi = {
|
|
8
|
-
...common,
|
|
9
|
-
...auth,
|
|
10
|
-
...admin,
|
|
11
|
-
...student,
|
|
12
|
-
...fileUpload,
|
|
13
|
-
...terms,
|
|
14
|
-
};
|
|
15
|
-
export default vi;
|
|
16
|
-
//# sourceMappingURL=vi.js.map
|
|
1
|
+
import o from"./vi/common";import m from"./vi/auth";import i from"./vi/admin";import r from"./vi/student";import t from"./vi/file-upload";import f from"./vi/terms";const p={...o,...m,...i,...r,...t,...f};export default p;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
//# sourceMappingURL=types.js.map
|
|
1
|
+
export{};
|