@thanh01.pmt/interactive-quiz-kit 1.0.29 → 1.0.30
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/ai/dev.d.ts +16 -0
- package/dist/ai/dev.d.ts.map +1 -0
- package/dist/ai/flows/ask-tutor-chat-types.d.ts +67 -0
- package/dist/ai/flows/ask-tutor-chat-types.d.ts.map +1 -0
- package/dist/ai/flows/ask-tutor-chat.d.ts +3 -0
- package/dist/ai/flows/ask-tutor-chat.d.ts.map +1 -0
- package/dist/ai/flows/assess-and-map-document-types.d.ts +80 -0
- package/dist/ai/flows/assess-and-map-document-types.d.ts.map +1 -0
- package/dist/ai/flows/assess-and-map-document.d.ts +3 -0
- package/dist/ai/flows/assess-and-map-document.d.ts.map +1 -0
- package/dist/ai/flows/evaluate-user-code-types.d.ts +49 -0
- package/dist/ai/flows/evaluate-user-code-types.d.ts.map +1 -0
- package/dist/ai/flows/evaluate-user-code.d.ts +3 -0
- package/dist/ai/flows/evaluate-user-code.d.ts.map +1 -0
- package/dist/ai/flows/generate-learning-analysis-types.d.ts +200 -0
- package/dist/ai/flows/generate-learning-analysis-types.d.ts.map +1 -0
- package/dist/ai/flows/generate-learning-analysis.d.ts +4 -0
- package/dist/ai/flows/generate-learning-analysis.d.ts.map +1 -0
- package/dist/ai/flows/generate-motivational-quote.d.ts +3 -0
- package/dist/ai/flows/generate-motivational-quote.d.ts.map +1 -0
- package/dist/ai/flows/generate-practice-quiz.d.ts +76 -0
- package/dist/ai/flows/generate-practice-quiz.d.ts.map +1 -0
- package/dist/ai/flows/generate-practice-suggestion.d.ts +149 -0
- package/dist/ai/flows/generate-practice-suggestion.d.ts.map +1 -0
- package/dist/ai/flows/generate-questions-from-quiz-plan-types.d.ts +122 -0
- package/dist/ai/flows/generate-questions-from-quiz-plan-types.d.ts.map +1 -0
- package/dist/ai/flows/generate-questions-from-quiz-plan.d.ts +3 -0
- package/dist/ai/flows/generate-questions-from-quiz-plan.d.ts.map +1 -0
- package/dist/ai/flows/generate-quiz-from-text-types.d.ts +358 -0
- package/dist/ai/flows/generate-quiz-from-text-types.d.ts.map +1 -0
- package/dist/ai/flows/generate-quiz-from-text.d.ts +3 -0
- package/dist/ai/flows/generate-quiz-from-text.d.ts.map +1 -0
- package/dist/ai/flows/generate-quiz-plan-types.d.ts +272 -0
- package/dist/ai/flows/generate-quiz-plan-types.d.ts.map +1 -0
- package/dist/ai/flows/generate-quiz-plan.d.ts +12 -0
- package/dist/ai/flows/generate-quiz-plan.d.ts.map +1 -0
- package/dist/ai/flows/generate-quiz-review.d.ts +3 -0
- package/dist/ai/flows/generate-quiz-review.d.ts.map +1 -0
- package/dist/ai/flows/generate-single-knowledge-card-types.d.ts +34 -0
- package/dist/ai/flows/generate-single-knowledge-card-types.d.ts.map +1 -0
- package/dist/ai/flows/generate-single-knowledge-card.d.ts +3 -0
- package/dist/ai/flows/generate-single-knowledge-card.d.ts.map +1 -0
- package/dist/ai/flows/motivational-quote-types.d.ts +30 -0
- package/dist/ai/flows/motivational-quote-types.d.ts.map +1 -0
- package/dist/ai/flows/plan-knowledge-cards-types.d.ts +24 -0
- package/dist/ai/flows/plan-knowledge-cards-types.d.ts.map +1 -0
- package/dist/ai/flows/plan-knowledge-cards.d.ts +3 -0
- package/dist/ai/flows/plan-knowledge-cards.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/generate-coding-question-types.d.ts +133 -0
- package/dist/ai/flows/question-gen/generate-coding-question-types.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/generate-coding-question.d.ts +3 -0
- package/dist/ai/flows/question-gen/generate-coding-question.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/generate-fitb-question-types.d.ts +142 -0
- package/dist/ai/flows/question-gen/generate-fitb-question-types.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/generate-fitb-question.d.ts +3 -0
- package/dist/ai/flows/question-gen/generate-fitb-question.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/generate-matching-question-types.d.ts +137 -0
- package/dist/ai/flows/question-gen/generate-matching-question-types.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/generate-matching-question.d.ts +3 -0
- package/dist/ai/flows/question-gen/generate-matching-question.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/generate-mcq-question-types.d.ts +137 -0
- package/dist/ai/flows/question-gen/generate-mcq-question-types.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/generate-mcq-question.d.ts +3 -0
- package/dist/ai/flows/question-gen/generate-mcq-question.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/generate-mrq-question-types.d.ts +143 -0
- package/dist/ai/flows/question-gen/generate-mrq-question-types.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/generate-mrq-question.d.ts +3 -0
- package/dist/ai/flows/question-gen/generate-mrq-question.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/generate-numeric-question-types.d.ts +131 -0
- package/dist/ai/flows/question-gen/generate-numeric-question-types.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/generate-numeric-question.d.ts +3 -0
- package/dist/ai/flows/question-gen/generate-numeric-question.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/generate-sequence-question-types.d.ts +119 -0
- package/dist/ai/flows/question-gen/generate-sequence-question-types.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/generate-sequence-question.d.ts +3 -0
- package/dist/ai/flows/question-gen/generate-sequence-question.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/generate-short-answer-question-types.d.ts +119 -0
- package/dist/ai/flows/question-gen/generate-short-answer-question-types.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/generate-short-answer-question.d.ts +3 -0
- package/dist/ai/flows/question-gen/generate-short-answer-question.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/generate-true-false-question-types.d.ts +115 -0
- package/dist/ai/flows/question-gen/generate-true-false-question-types.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/generate-true-false-question.d.ts +3 -0
- package/dist/ai/flows/question-gen/generate-true-false-question.d.ts.map +1 -0
- package/dist/ai/flows/question-gen/question-generation-schemas.d.ts +1027 -0
- package/dist/ai/flows/question-gen/question-generation-schemas.d.ts.map +1 -0
- package/dist/ai/flows/review-types.d.ts +79 -0
- package/dist/ai/flows/review-types.d.ts.map +1 -0
- package/dist/ai/flows/shared-schemas.d.ts +133 -0
- package/dist/ai/flows/shared-schemas.d.ts.map +1 -0
- package/dist/ai/genkit.d.ts +2 -0
- package/dist/ai/genkit.d.ts.map +1 -0
- package/dist/ai.d.ts +40 -0
- package/dist/ai.d.ts.map +1 -0
- package/dist/authoring.d.ts +6 -0
- package/dist/authoring.d.ts.map +1 -0
- package/dist/i18n.d.ts +3 -0
- package/dist/i18n.d.ts.map +1 -0
- package/dist/index.d.ts +31 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/player.d.ts +12 -0
- package/dist/player.d.ts.map +1 -0
- package/dist/react-ui/components/app/APIKeyManagerModal.d.ts +8 -0
- package/dist/react-ui/components/app/APIKeyManagerModal.d.ts.map +1 -0
- package/dist/react-ui/components/app/AppController.d.ts +3 -0
- package/dist/react-ui/components/app/AppController.d.ts.map +1 -0
- package/dist/react-ui/components/app/ManageImageContexts.d.ts +3 -0
- package/dist/react-ui/components/app/ManageImageContexts.d.ts.map +1 -0
- package/dist/react-ui/components/app/ManageTopics.d.ts +3 -0
- package/dist/react-ui/components/app/ManageTopics.d.ts.map +1 -0
- package/dist/react-ui/components/app/PersonalPracticeDashboard.d.ts +3 -0
- package/dist/react-ui/components/app/PersonalPracticeDashboard.d.ts.map +1 -0
- package/dist/react-ui/components/app/SettingsModal.d.ts +10 -0
- package/dist/react-ui/components/app/SettingsModal.d.ts.map +1 -0
- package/dist/react-ui/components/app/UploadResourceModal.d.ts +8 -0
- package/dist/react-ui/components/app/UploadResourceModal.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/AIFullQuizGeneratorModal.d.ts +11 -0
- package/dist/react-ui/components/authoring/AIFullQuizGeneratorModal.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/AIQuestionGeneratorModal.d.ts +19 -0
- package/dist/react-ui/components/authoring/AIQuestionGeneratorModal.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/BlocklyProgrammingQuestionForm.d.ts +9 -0
- package/dist/react-ui/components/authoring/BlocklyProgrammingQuestionForm.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/CodingQuestionForm.d.ts +9 -0
- package/dist/react-ui/components/authoring/CodingQuestionForm.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/DragAndDropQuestionForm.d.ts +9 -0
- package/dist/react-ui/components/authoring/DragAndDropQuestionForm.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/EditQuestionModal.d.ts +11 -0
- package/dist/react-ui/components/authoring/EditQuestionModal.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/FillInTheBlanksQuestionForm.d.ts +9 -0
- package/dist/react-ui/components/authoring/FillInTheBlanksQuestionForm.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/HotspotQuestionForm.d.ts +9 -0
- package/dist/react-ui/components/authoring/HotspotQuestionForm.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/ImportQuestionsModal.d.ts +10 -0
- package/dist/react-ui/components/authoring/ImportQuestionsModal.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/MatchingQuestionForm.d.ts +9 -0
- package/dist/react-ui/components/authoring/MatchingQuestionForm.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/MultipleChoiceQuestionForm.d.ts +9 -0
- package/dist/react-ui/components/authoring/MultipleChoiceQuestionForm.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/MultipleResponseQuestionForm.d.ts +9 -0
- package/dist/react-ui/components/authoring/MultipleResponseQuestionForm.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/NumericQuestionForm.d.ts +9 -0
- package/dist/react-ui/components/authoring/NumericQuestionForm.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/QuestionFilters.d.ts +9 -0
- package/dist/react-ui/components/authoring/QuestionFilters.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/QuestionFormDialog.d.ts +11 -0
- package/dist/react-ui/components/authoring/QuestionFormDialog.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/QuestionList.d.ts +11 -0
- package/dist/react-ui/components/authoring/QuestionList.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/QuestionPreviewModal.d.ts +10 -0
- package/dist/react-ui/components/authoring/QuestionPreviewModal.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/QuizAuthoringTool.d.ts +10 -0
- package/dist/react-ui/components/authoring/QuizAuthoringTool.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/SCORMExportModal.d.ts +13 -0
- package/dist/react-ui/components/authoring/SCORMExportModal.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/ScratchProgrammingQuestionForm.d.ts +9 -0
- package/dist/react-ui/components/authoring/ScratchProgrammingQuestionForm.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/SequenceQuestionForm.d.ts +9 -0
- package/dist/react-ui/components/authoring/SequenceQuestionForm.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/ShortAnswerQuestionForm.d.ts +9 -0
- package/dist/react-ui/components/authoring/ShortAnswerQuestionForm.d.ts.map +1 -0
- package/dist/react-ui/components/authoring/TrueFalseQuestionForm.d.ts +9 -0
- package/dist/react-ui/components/authoring/TrueFalseQuestionForm.d.ts.map +1 -0
- package/dist/react-ui/components/common/ClientTranslation.d.ts +18 -0
- package/dist/react-ui/components/common/ClientTranslation.d.ts.map +1 -0
- package/dist/react-ui/components/common/EditorToolbar.d.ts +8 -0
- package/dist/react-ui/components/common/EditorToolbar.d.ts.map +1 -0
- package/dist/react-ui/components/common/MarkdownEditor.d.ts +11 -0
- package/dist/react-ui/components/common/MarkdownEditor.d.ts.map +1 -0
- package/dist/react-ui/components/common/MarkdownRenderer.d.ts +15 -0
- package/dist/react-ui/components/common/MarkdownRenderer.d.ts.map +1 -0
- package/dist/react-ui/components/common/RichTextEditor.d.ts +11 -0
- package/dist/react-ui/components/common/RichTextEditor.d.ts.map +1 -0
- package/dist/react-ui/components/common/RichTextRenderer.d.ts +16 -0
- package/dist/react-ui/components/common/RichTextRenderer.d.ts.map +1 -0
- package/dist/react-ui/components/common/SimpleMarkdownEditor.d.ts +17 -0
- package/dist/react-ui/components/common/SimpleMarkdownEditor.d.ts.map +1 -0
- package/dist/react-ui/components/dashboard/AchievementCertificate.d.ts +11 -0
- package/dist/react-ui/components/dashboard/AchievementCertificate.d.ts.map +1 -0
- package/dist/react-ui/components/dashboard/Achievements.d.ts +8 -0
- package/dist/react-ui/components/dashboard/Achievements.d.ts.map +1 -0
- package/dist/react-ui/components/dashboard/ActivityCalendar.d.ts +8 -0
- package/dist/react-ui/components/dashboard/ActivityCalendar.d.ts.map +1 -0
- package/dist/react-ui/components/dashboard/AnalysisDialog.d.ts +8 -0
- package/dist/react-ui/components/dashboard/AnalysisDialog.d.ts.map +1 -0
- package/dist/react-ui/components/dashboard/ChatbotDialog.d.ts +8 -0
- package/dist/react-ui/components/dashboard/ChatbotDialog.d.ts.map +1 -0
- package/dist/react-ui/components/dashboard/Cheatsheet.d.ts +3 -0
- package/dist/react-ui/components/dashboard/Cheatsheet.d.ts.map +1 -0
- package/dist/react-ui/components/dashboard/DraggableDashboardCard.d.ts +11 -0
- package/dist/react-ui/components/dashboard/DraggableDashboardCard.d.ts.map +1 -0
- package/dist/react-ui/components/dashboard/FreestyleQuizzesCard.d.ts +3 -0
- package/dist/react-ui/components/dashboard/FreestyleQuizzesCard.d.ts.map +1 -0
- package/dist/react-ui/components/dashboard/GeneratedQuizzesCard.d.ts +3 -0
- package/dist/react-ui/components/dashboard/GeneratedQuizzesCard.d.ts.map +1 -0
- package/dist/react-ui/components/dashboard/GoalsProgress.d.ts +3 -0
- package/dist/react-ui/components/dashboard/GoalsProgress.d.ts.map +1 -0
- package/dist/react-ui/components/dashboard/PerformanceCharts.d.ts +8 -0
- package/dist/react-ui/components/dashboard/PerformanceCharts.d.ts.map +1 -0
- package/dist/react-ui/components/dashboard/PerformanceSnapshot.d.ts +9 -0
- package/dist/react-ui/components/dashboard/PerformanceSnapshot.d.ts.map +1 -0
- package/dist/react-ui/components/dashboard/PracticeHistoryTable.d.ts +9 -0
- package/dist/react-ui/components/dashboard/PracticeHistoryTable.d.ts.map +1 -0
- package/dist/react-ui/components/dashboard/RoadmapChecklist.d.ts +3 -0
- package/dist/react-ui/components/dashboard/RoadmapChecklist.d.ts.map +1 -0
- package/dist/react-ui/components/dashboard/SessionActionsDialog.d.ts +13 -0
- package/dist/react-ui/components/dashboard/SessionActionsDialog.d.ts.map +1 -0
- package/dist/react-ui/components/dashboard/ShareAchievementDialog.d.ts +10 -0
- package/dist/react-ui/components/dashboard/ShareAchievementDialog.d.ts.map +1 -0
- package/dist/react-ui/components/dashboard/StatCard.d.ts +12 -0
- package/dist/react-ui/components/dashboard/StatCard.d.ts.map +1 -0
- package/dist/react-ui/components/dashboard/SuggestionDialog.d.ts +12 -0
- package/dist/react-ui/components/dashboard/SuggestionDialog.d.ts.map +1 -0
- package/dist/react-ui/components/elements/accordion.d.ts +8 -0
- package/dist/react-ui/components/elements/accordion.d.ts.map +1 -0
- package/dist/react-ui/components/elements/alert-dialog.d.ts +21 -0
- package/dist/react-ui/components/elements/alert-dialog.d.ts.map +1 -0
- package/dist/react-ui/components/elements/alert.d.ts +9 -0
- package/dist/react-ui/components/elements/alert.d.ts.map +1 -0
- package/dist/react-ui/components/elements/avatar.d.ts +7 -0
- package/dist/react-ui/components/elements/avatar.d.ts.map +1 -0
- package/dist/react-ui/components/elements/badge.d.ts +10 -0
- package/dist/react-ui/components/elements/badge.d.ts.map +1 -0
- package/dist/react-ui/components/elements/button.d.ts +12 -0
- package/dist/react-ui/components/elements/button.d.ts.map +1 -0
- package/dist/react-ui/components/elements/calendar.d.ts +9 -0
- package/dist/react-ui/components/elements/calendar.d.ts.map +1 -0
- package/dist/react-ui/components/elements/card.d.ts +9 -0
- package/dist/react-ui/components/elements/card.d.ts.map +1 -0
- package/dist/react-ui/components/elements/chart.d.ts +63 -0
- package/dist/react-ui/components/elements/chart.d.ts.map +1 -0
- package/dist/react-ui/components/elements/checkbox.d.ts +5 -0
- package/dist/react-ui/components/elements/checkbox.d.ts.map +1 -0
- package/dist/react-ui/components/elements/dialog.d.ts +20 -0
- package/dist/react-ui/components/elements/dialog.d.ts.map +1 -0
- package/dist/react-ui/components/elements/dropdown-menu.d.ts +28 -0
- package/dist/react-ui/components/elements/dropdown-menu.d.ts.map +1 -0
- package/dist/react-ui/components/elements/form.d.ts +24 -0
- package/dist/react-ui/components/elements/form.d.ts.map +1 -0
- package/dist/react-ui/components/elements/input.d.ts +4 -0
- package/dist/react-ui/components/elements/input.d.ts.map +1 -0
- package/dist/react-ui/components/elements/label.d.ts +6 -0
- package/dist/react-ui/components/elements/label.d.ts.map +1 -0
- package/dist/react-ui/components/elements/menubar.d.ts +29 -0
- package/dist/react-ui/components/elements/menubar.d.ts.map +1 -0
- package/dist/react-ui/components/elements/popover.d.ts +7 -0
- package/dist/react-ui/components/elements/popover.d.ts.map +1 -0
- package/dist/react-ui/components/elements/progress.d.ts +5 -0
- package/dist/react-ui/components/elements/progress.d.ts.map +1 -0
- package/dist/react-ui/components/elements/radio-group.d.ts +6 -0
- package/dist/react-ui/components/elements/radio-group.d.ts.map +1 -0
- package/dist/react-ui/components/elements/scroll-area.d.ts +6 -0
- package/dist/react-ui/components/elements/scroll-area.d.ts.map +1 -0
- package/dist/react-ui/components/elements/select.d.ts +14 -0
- package/dist/react-ui/components/elements/select.d.ts.map +1 -0
- package/dist/react-ui/components/elements/separator.d.ts +5 -0
- package/dist/react-ui/components/elements/separator.d.ts.map +1 -0
- package/dist/react-ui/components/elements/sheet.d.ts +26 -0
- package/dist/react-ui/components/elements/sheet.d.ts.map +1 -0
- package/dist/react-ui/components/elements/sidebar.d.ts +67 -0
- package/dist/react-ui/components/elements/sidebar.d.ts.map +1 -0
- package/dist/react-ui/components/elements/skeleton.d.ts +3 -0
- package/dist/react-ui/components/elements/skeleton.d.ts.map +1 -0
- package/dist/react-ui/components/elements/slider.d.ts +5 -0
- package/dist/react-ui/components/elements/slider.d.ts.map +1 -0
- package/dist/react-ui/components/elements/switch.d.ts +5 -0
- package/dist/react-ui/components/elements/switch.d.ts.map +1 -0
- package/dist/react-ui/components/elements/table.d.ts +11 -0
- package/dist/react-ui/components/elements/table.d.ts.map +1 -0
- package/dist/react-ui/components/elements/tabs.d.ts +8 -0
- package/dist/react-ui/components/elements/tabs.d.ts.map +1 -0
- package/dist/react-ui/components/elements/textarea.d.ts +4 -0
- package/dist/react-ui/components/elements/textarea.d.ts.map +1 -0
- package/dist/react-ui/components/elements/toast.d.ts +16 -0
- package/dist/react-ui/components/elements/toast.d.ts.map +1 -0
- package/dist/react-ui/components/elements/toaster.d.ts +2 -0
- package/dist/react-ui/components/elements/toaster.d.ts.map +1 -0
- package/dist/react-ui/components/elements/tooltip.d.ts +8 -0
- package/dist/react-ui/components/elements/tooltip.d.ts.map +1 -0
- package/dist/react-ui/components/metadata/ApproachManager.d.ts +3 -0
- package/dist/react-ui/components/metadata/ApproachManager.d.ts.map +1 -0
- package/dist/react-ui/components/metadata/BloomLevelManager.d.ts +3 -0
- package/dist/react-ui/components/metadata/BloomLevelManager.d.ts.map +1 -0
- package/dist/react-ui/components/metadata/CategoryManager.d.ts +3 -0
- package/dist/react-ui/components/metadata/CategoryManager.d.ts.map +1 -0
- package/dist/react-ui/components/metadata/ContextManager.d.ts +3 -0
- package/dist/react-ui/components/metadata/ContextManager.d.ts.map +1 -0
- package/dist/react-ui/components/metadata/GradeLevelManager.d.ts +3 -0
- package/dist/react-ui/components/metadata/GradeLevelManager.d.ts.map +1 -0
- package/dist/react-ui/components/metadata/LearningObjectiveManager.d.ts +3 -0
- package/dist/react-ui/components/metadata/LearningObjectiveManager.d.ts.map +1 -0
- package/dist/react-ui/components/metadata/MetadataTabs.d.ts +3 -0
- package/dist/react-ui/components/metadata/MetadataTabs.d.ts.map +1 -0
- package/dist/react-ui/components/metadata/QuestionTypeManager.d.ts +3 -0
- package/dist/react-ui/components/metadata/QuestionTypeManager.d.ts.map +1 -0
- package/dist/react-ui/components/metadata/SubjectManager.d.ts +3 -0
- package/dist/react-ui/components/metadata/SubjectManager.d.ts.map +1 -0
- package/dist/react-ui/components/metadata/TopicManager.d.ts +3 -0
- package/dist/react-ui/components/metadata/TopicManager.d.ts.map +1 -0
- package/dist/react-ui/components/practice/PracticeModeController.d.ts +3 -0
- package/dist/react-ui/components/practice/PracticeModeController.d.ts.map +1 -0
- package/dist/react-ui/components/practice/PracticeSetup.d.ts +12 -0
- package/dist/react-ui/components/practice/PracticeSetup.d.ts.map +1 -0
- package/dist/react-ui/components/practice/QuizReview.d.ts +12 -0
- package/dist/react-ui/components/practice/QuizReview.d.ts.map +1 -0
- package/dist/react-ui/components/ui/BlocklyProgrammingQuestionUI.d.ts +14 -0
- package/dist/react-ui/components/ui/BlocklyProgrammingQuestionUI.d.ts.map +1 -0
- package/dist/react-ui/components/ui/CodingQuestionUI.d.ts +11 -0
- package/dist/react-ui/components/ui/CodingQuestionUI.d.ts.map +1 -0
- package/dist/react-ui/components/ui/DragAndDropQuestionUI.d.ts +11 -0
- package/dist/react-ui/components/ui/DragAndDropQuestionUI.d.ts.map +1 -0
- package/dist/react-ui/components/ui/FillInTheBlanksQuestionUI.d.ts +11 -0
- package/dist/react-ui/components/ui/FillInTheBlanksQuestionUI.d.ts.map +1 -0
- package/dist/react-ui/components/ui/HotspotQuestionUI.d.ts +11 -0
- package/dist/react-ui/components/ui/HotspotQuestionUI.d.ts.map +1 -0
- package/dist/react-ui/components/ui/MatchingQuestionUI.d.ts +11 -0
- package/dist/react-ui/components/ui/MatchingQuestionUI.d.ts.map +1 -0
- package/dist/react-ui/components/ui/MultipleChoiceQuestionUI.d.ts +11 -0
- package/dist/react-ui/components/ui/MultipleChoiceQuestionUI.d.ts.map +1 -0
- package/dist/react-ui/components/ui/MultipleResponseQuestionUI.d.ts +11 -0
- package/dist/react-ui/components/ui/MultipleResponseQuestionUI.d.ts.map +1 -0
- package/dist/react-ui/components/ui/NumericQuestionUI.d.ts +11 -0
- package/dist/react-ui/components/ui/NumericQuestionUI.d.ts.map +1 -0
- package/dist/react-ui/components/ui/QuestionRenderer.d.ts +14 -0
- package/dist/react-ui/components/ui/QuestionRenderer.d.ts.map +1 -0
- package/dist/react-ui/components/ui/QuizDataManagement.d.ts +9 -0
- package/dist/react-ui/components/ui/QuizDataManagement.d.ts.map +1 -0
- package/dist/react-ui/components/ui/QuizPlayer.d.ts +10 -0
- package/dist/react-ui/components/ui/QuizPlayer.d.ts.map +1 -0
- package/dist/react-ui/components/ui/QuizResult.d.ts +13 -0
- package/dist/react-ui/components/ui/QuizResult.d.ts.map +1 -0
- package/dist/react-ui/components/ui/ScratchProgrammingQuestionUI.d.ts +13 -0
- package/dist/react-ui/components/ui/ScratchProgrammingQuestionUI.d.ts.map +1 -0
- package/dist/react-ui/components/ui/SequenceQuestionUI.d.ts +11 -0
- package/dist/react-ui/components/ui/SequenceQuestionUI.d.ts.map +1 -0
- package/dist/react-ui/components/ui/ShortAnswerQuestionUI.d.ts +11 -0
- package/dist/react-ui/components/ui/ShortAnswerQuestionUI.d.ts.map +1 -0
- package/dist/react-ui/components/ui/TrueFalseQuestionUI.d.ts +11 -0
- package/dist/react-ui/components/ui/TrueFalseQuestionUI.d.ts.map +1 -0
- package/dist/react-ui/context/LanguageContext.d.ts +21 -0
- package/dist/react-ui/context/LanguageContext.d.ts.map +1 -0
- package/dist/react-ui/hooks/use-mobile.d.ts +9 -0
- package/dist/react-ui/hooks/use-mobile.d.ts.map +1 -0
- package/dist/react-ui/hooks/use-toast.d.ts +45 -0
- package/dist/react-ui/hooks/use-toast.d.ts.map +1 -0
- package/dist/react-ui/index.d.ts +39 -0
- package/dist/react-ui/index.d.ts.map +1 -0
- package/dist/react-ui.d.ts +58 -0
- package/dist/react-ui.d.ts.map +1 -0
- package/dist/schemas/zod/blocklyProgrammingQuestionSchema.d.ts +61 -0
- package/dist/schemas/zod/blocklyProgrammingQuestionSchema.d.ts.map +1 -0
- package/dist/schemas/zod/codingQuestionSchema.d.ts +111 -0
- package/dist/schemas/zod/codingQuestionSchema.d.ts.map +1 -0
- package/dist/schemas/zod/dragAndDropQuestionSchema.d.ts +109 -0
- package/dist/schemas/zod/dragAndDropQuestionSchema.d.ts.map +1 -0
- package/dist/schemas/zod/fillInTheBlanksQuestionSchema.d.ts +103 -0
- package/dist/schemas/zod/fillInTheBlanksQuestionSchema.d.ts.map +1 -0
- package/dist/schemas/zod/hotspotQuestionSchema.d.ts +111 -0
- package/dist/schemas/zod/hotspotQuestionSchema.d.ts.map +1 -0
- package/dist/schemas/zod/matchingQuestionSchema.d.ts +106 -0
- package/dist/schemas/zod/matchingQuestionSchema.d.ts.map +1 -0
- package/dist/schemas/zod/multipleChoiceQuestionSchema.d.ts +70 -0
- package/dist/schemas/zod/multipleChoiceQuestionSchema.d.ts.map +1 -0
- package/dist/schemas/zod/multipleResponseQuestionSchema.d.ts +70 -0
- package/dist/schemas/zod/multipleResponseQuestionSchema.d.ts.map +1 -0
- package/dist/schemas/zod/numericQuestionSchema.d.ts +55 -0
- package/dist/schemas/zod/numericQuestionSchema.d.ts.map +1 -0
- package/dist/schemas/zod/quizConfigSchema.d.ts +634 -0
- package/dist/schemas/zod/quizConfigSchema.d.ts.map +1 -0
- package/dist/schemas/zod/scratchProgrammingQuestionSchema.d.ts +61 -0
- package/dist/schemas/zod/scratchProgrammingQuestionSchema.d.ts.map +1 -0
- package/dist/schemas/zod/sequenceQuestionSchema.d.ts +70 -0
- package/dist/schemas/zod/sequenceQuestionSchema.d.ts.map +1 -0
- package/dist/schemas/zod/shortAnswerQuestionSchema.d.ts +55 -0
- package/dist/schemas/zod/shortAnswerQuestionSchema.d.ts.map +1 -0
- package/dist/schemas/zod/trueFalseQuestionSchema.d.ts +52 -0
- package/dist/schemas/zod/trueFalseQuestionSchema.d.ts.map +1 -0
- package/dist/services/APIKeyService.d.ts +28 -0
- package/dist/services/APIKeyService.d.ts.map +1 -0
- package/dist/services/AchievementService.d.ts +10 -0
- package/dist/services/AchievementService.d.ts.map +1 -0
- package/dist/services/AnalysisReportService.d.ts +11 -0
- package/dist/services/AnalysisReportService.d.ts.map +1 -0
- package/dist/services/CardGenerationProcessor.d.ts +7 -0
- package/dist/services/CardGenerationProcessor.d.ts.map +1 -0
- package/dist/services/CodeEvaluationService.d.ts +15 -0
- package/dist/services/CodeEvaluationService.d.ts.map +1 -0
- package/dist/services/DashboardLayoutService.d.ts +28 -0
- package/dist/services/DashboardLayoutService.d.ts.map +1 -0
- package/dist/services/FreestyleQuizService.d.ts +51 -0
- package/dist/services/FreestyleQuizService.d.ts.map +1 -0
- package/dist/services/HTMLLauncherGenerator.d.ts +3 -0
- package/dist/services/HTMLLauncherGenerator.d.ts.map +1 -0
- package/dist/services/ImageContextService.d.ts +55 -0
- package/dist/services/ImageContextService.d.ts.map +1 -0
- package/dist/services/KnowledgeCardService.d.ts +57 -0
- package/dist/services/KnowledgeCardService.d.ts.map +1 -0
- package/dist/services/MotivationalQuotes.d.ts +16 -0
- package/dist/services/MotivationalQuotes.d.ts.map +1 -0
- package/dist/services/PracticeHistoryService.d.ts +15 -0
- package/dist/services/PracticeHistoryService.d.ts.map +1 -0
- package/dist/services/QuestionImportService.d.ts +19 -0
- package/dist/services/QuestionImportService.d.ts.map +1 -0
- package/dist/services/QuizEditorService.d.ts +16 -0
- package/dist/services/QuizEditorService.d.ts.map +1 -0
- package/dist/services/QuizEngine.d.ts +40 -0
- package/dist/services/QuizEngine.d.ts.map +1 -0
- package/dist/services/RoadmapService.d.ts +9 -0
- package/dist/services/RoadmapService.d.ts.map +1 -0
- package/dist/services/SCORMManifestGenerator.d.ts +4 -0
- package/dist/services/SCORMManifestGenerator.d.ts.map +1 -0
- package/dist/services/SCORMService.d.ts +41 -0
- package/dist/services/SCORMService.d.ts.map +1 -0
- package/dist/services/TopicDataService.d.ts +62 -0
- package/dist/services/TopicDataService.d.ts.map +1 -0
- package/dist/services/UserConfigService.d.ts +27 -0
- package/dist/services/UserConfigService.d.ts.map +1 -0
- package/dist/services/evaluators/base-evaluator.d.ts +11 -0
- package/dist/services/evaluators/base-evaluator.d.ts.map +1 -0
- package/dist/services/evaluators/coding-evaluator.d.ts +6 -0
- package/dist/services/evaluators/coding-evaluator.d.ts.map +1 -0
- package/dist/services/evaluators/drag-and-drop-evaluator.d.ts +6 -0
- package/dist/services/evaluators/drag-and-drop-evaluator.d.ts.map +1 -0
- package/dist/services/evaluators/fill-in-the-blanks-evaluator.d.ts +6 -0
- package/dist/services/evaluators/fill-in-the-blanks-evaluator.d.ts.map +1 -0
- package/dist/services/evaluators/hotspot-evaluator.d.ts +6 -0
- package/dist/services/evaluators/hotspot-evaluator.d.ts.map +1 -0
- package/dist/services/evaluators/matching-evaluator.d.ts +6 -0
- package/dist/services/evaluators/matching-evaluator.d.ts.map +1 -0
- package/dist/services/evaluators/multiple-choice-evaluator.d.ts +6 -0
- package/dist/services/evaluators/multiple-choice-evaluator.d.ts.map +1 -0
- package/dist/services/evaluators/multiple-response-evaluator.d.ts +6 -0
- package/dist/services/evaluators/multiple-response-evaluator.d.ts.map +1 -0
- package/dist/services/evaluators/numeric-evaluator.d.ts +6 -0
- package/dist/services/evaluators/numeric-evaluator.d.ts.map +1 -0
- package/dist/services/evaluators/programming-evaluator.d.ts +6 -0
- package/dist/services/evaluators/programming-evaluator.d.ts.map +1 -0
- package/dist/services/evaluators/sequence-evaluator.d.ts +6 -0
- package/dist/services/evaluators/sequence-evaluator.d.ts.map +1 -0
- package/dist/services/evaluators/short-answer-evaluator.d.ts +6 -0
- package/dist/services/evaluators/short-answer-evaluator.d.ts.map +1 -0
- package/dist/services/evaluators/true-false-evaluator.d.ts +6 -0
- package/dist/services/evaluators/true-false-evaluator.d.ts.map +1 -0
- package/dist/services/metadataService.d.ts +40 -0
- package/dist/services/metadataService.d.ts.map +1 -0
- package/dist/services/questionBankService.d.ts +19 -0
- package/dist/services/questionBankService.d.ts.map +1 -0
- package/dist/services/sampleQuiz.d.ts +4 -0
- package/dist/services/sampleQuiz.d.ts.map +1 -0
- package/dist/services/scormPackaging.d.ts +11 -0
- package/dist/services/scormPackaging.d.ts.map +1 -0
- package/dist/types/ai-ecosystem.d.ts +57 -0
- package/dist/types/ai-ecosystem.d.ts.map +1 -0
- package/dist/types/common.d.ts +3 -0
- package/dist/types/common.d.ts.map +1 -0
- package/dist/types/learning-objectives.d.ts +12 -0
- package/dist/types/learning-objectives.d.ts.map +1 -0
- package/dist/types/metadata.d.ts +45 -0
- package/dist/types/metadata.d.ts.map +1 -0
- package/dist/types/misc.d.ts +102 -0
- package/dist/types/misc.d.ts.map +1 -0
- package/dist/types/question-bank.d.ts +28 -0
- package/dist/types/question-bank.d.ts.map +1 -0
- package/dist/types/questions.d.ts +151 -0
- package/dist/types/questions.d.ts.map +1 -0
- package/dist/types/quiz-config.d.ts +12 -0
- package/dist/types/quiz-config.d.ts.map +1 -0
- package/dist/types/quiz-engine.d.ts +23 -0
- package/dist/types/quiz-engine.d.ts.map +1 -0
- package/dist/types/quiz-settings.d.ts +35 -0
- package/dist/types/quiz-settings.d.ts.map +1 -0
- package/dist/types/results.d.ts +72 -0
- package/dist/types/results.d.ts.map +1 -0
- package/dist/types.d.ts +12 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/utils/aiUtils.d.ts +11 -0
- package/dist/utils/aiUtils.d.ts.map +1 -0
- package/dist/utils/asyncUtils.d.ts +22 -0
- package/dist/utils/asyncUtils.d.ts.map +1 -0
- package/dist/utils/debug-logger.d.ts +24 -0
- package/dist/utils/debug-logger.d.ts.map +1 -0
- package/dist/utils/formattedDate.d.ts +2 -0
- package/dist/utils/formattedDate.d.ts.map +1 -0
- package/dist/utils/idGenerators.d.ts +7 -0
- package/dist/utils/idGenerators.d.ts.map +1 -0
- package/dist/utils/jsonUtils.d.ts +18 -0
- package/dist/utils/jsonUtils.d.ts.map +1 -0
- package/dist/utils/use-mobile.d.ts +2 -0
- package/dist/utils/use-mobile.d.ts.map +1 -0
- package/dist/utils/utils.d.ts +3 -0
- package/dist/utils/utils.d.ts.map +1 -0
- package/package.json +2 -4
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { ToastActionElement, ToastProps } from "../components/elements/toast";
|
|
3
|
+
type ToasterToast = ToastProps & {
|
|
4
|
+
id: string;
|
|
5
|
+
title?: React.ReactNode;
|
|
6
|
+
description?: React.ReactNode;
|
|
7
|
+
action?: ToastActionElement;
|
|
8
|
+
};
|
|
9
|
+
declare const actionTypes: {
|
|
10
|
+
readonly ADD_TOAST: "ADD_TOAST";
|
|
11
|
+
readonly UPDATE_TOAST: "UPDATE_TOAST";
|
|
12
|
+
readonly DISMISS_TOAST: "DISMISS_TOAST";
|
|
13
|
+
readonly REMOVE_TOAST: "REMOVE_TOAST";
|
|
14
|
+
};
|
|
15
|
+
type ActionType = typeof actionTypes;
|
|
16
|
+
type Action = {
|
|
17
|
+
type: ActionType["ADD_TOAST"];
|
|
18
|
+
toast: ToasterToast;
|
|
19
|
+
} | {
|
|
20
|
+
type: ActionType["UPDATE_TOAST"];
|
|
21
|
+
toast: Partial<ToasterToast>;
|
|
22
|
+
} | {
|
|
23
|
+
type: ActionType["DISMISS_TOAST"];
|
|
24
|
+
toastId?: ToasterToast["id"];
|
|
25
|
+
} | {
|
|
26
|
+
type: ActionType["REMOVE_TOAST"];
|
|
27
|
+
toastId?: ToasterToast["id"];
|
|
28
|
+
};
|
|
29
|
+
interface State {
|
|
30
|
+
toasts: ToasterToast[];
|
|
31
|
+
}
|
|
32
|
+
export declare const reducer: (state: State, action: Action) => State;
|
|
33
|
+
type Toast = Omit<ToasterToast, "id">;
|
|
34
|
+
declare function toast({ ...props }: Toast): {
|
|
35
|
+
id: string;
|
|
36
|
+
dismiss: () => void;
|
|
37
|
+
update: (props: ToasterToast) => void;
|
|
38
|
+
};
|
|
39
|
+
declare function useToast(): {
|
|
40
|
+
toast: typeof toast;
|
|
41
|
+
dismiss: (toastId?: string) => void;
|
|
42
|
+
toasts: ToasterToast[];
|
|
43
|
+
};
|
|
44
|
+
export { useToast, toast };
|
|
45
|
+
//# sourceMappingURL=use-toast.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-toast.d.ts","sourceRoot":"","sources":["../../../src/react-ui/hooks/use-toast.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,OAAO,KAAK,EACV,kBAAkB,EAClB,UAAU,EACX,MAAM,8BAA8B,CAAA;AAKrC,KAAK,YAAY,GAAG,UAAU,GAAG;IAC/B,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACvB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC7B,MAAM,CAAC,EAAE,kBAAkB,CAAA;CAC5B,CAAA;AAED,QAAA,MAAM,WAAW;;;;;CAKP,CAAA;AASV,KAAK,UAAU,GAAG,OAAO,WAAW,CAAA;AAEpC,KAAK,MAAM,GACP;IACE,IAAI,EAAE,UAAU,CAAC,WAAW,CAAC,CAAA;IAC7B,KAAK,EAAE,YAAY,CAAA;CACpB,GACD;IACE,IAAI,EAAE,UAAU,CAAC,cAAc,CAAC,CAAA;IAChC,KAAK,EAAE,OAAO,CAAC,YAAY,CAAC,CAAA;CAC7B,GACD;IACE,IAAI,EAAE,UAAU,CAAC,eAAe,CAAC,CAAA;IACjC,OAAO,CAAC,EAAE,YAAY,CAAC,IAAI,CAAC,CAAA;CAC7B,GACD;IACE,IAAI,EAAE,UAAU,CAAC,cAAc,CAAC,CAAA;IAChC,OAAO,CAAC,EAAE,YAAY,CAAC,IAAI,CAAC,CAAA;CAC7B,CAAA;AAEL,UAAU,KAAK;IACb,MAAM,EAAE,YAAY,EAAE,CAAA;CACvB;AAoBD,eAAO,MAAM,OAAO,GAAI,OAAO,KAAK,EAAE,QAAQ,MAAM,KAAG,KAqDtD,CAAA;AAaD,KAAK,KAAK,GAAG,IAAI,CAAC,YAAY,EAAE,IAAI,CAAC,CAAA;AAErC,iBAAS,KAAK,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK;;;oBAGT,YAAY;EAwBpC;AAED,iBAAS,QAAQ;;wBAgBO,MAAM;YAtIpB,YAAY,EAAE;EAwIvB;AAED,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAA"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export { QuizPlayer } from './components/ui/QuizPlayer';
|
|
2
|
+
export { QuizResult } from './components/ui/QuizResult';
|
|
3
|
+
export { QuizDataManagement } from './components/ui/QuizDataManagement';
|
|
4
|
+
export { QuestionRenderer } from './components/ui/QuestionRenderer';
|
|
5
|
+
export { MultipleChoiceQuestionUI } from './components/ui/MultipleChoiceQuestionUI';
|
|
6
|
+
export { TrueFalseQuestionUI } from './components/ui/TrueFalseQuestionUI';
|
|
7
|
+
export { MultipleResponseQuestionUI } from './components/ui/MultipleResponseQuestionUI';
|
|
8
|
+
export { ShortAnswerQuestionUI } from './components/ui/ShortAnswerQuestionUI';
|
|
9
|
+
export { NumericQuestionUI } from './components/ui/NumericQuestionUI';
|
|
10
|
+
export { FillInTheBlanksQuestionUI } from './components/ui/FillInTheBlanksQuestionUI';
|
|
11
|
+
export { SequenceQuestionUI } from './components/ui/SequenceQuestionUI';
|
|
12
|
+
export { MatchingQuestionUI } from './components/ui/MatchingQuestionUI';
|
|
13
|
+
export { DragAndDropQuestionUI } from './components/ui/DragAndDropQuestionUI';
|
|
14
|
+
export { HotspotQuestionUI } from './components/ui/HotspotQuestionUI';
|
|
15
|
+
export { BlocklyProgrammingQuestionUI } from './components/ui/BlocklyProgrammingQuestionUI';
|
|
16
|
+
export { ScratchProgrammingQuestionUI } from './components/ui/ScratchProgrammingQuestionUI';
|
|
17
|
+
export { QuizAuthoringTool } from './components/authoring/QuizAuthoringTool';
|
|
18
|
+
export { AIQuestionGeneratorModal } from './components/authoring/AIQuestionGeneratorModal';
|
|
19
|
+
export { EditQuestionModal } from './components/authoring/EditQuestionModal';
|
|
20
|
+
export { SCORMExportModal } from './components/authoring/SCORMExportModal';
|
|
21
|
+
export { TrueFalseQuestionForm } from './components/authoring/TrueFalseQuestionForm';
|
|
22
|
+
export { MultipleChoiceQuestionForm } from './components/authoring/MultipleChoiceQuestionForm';
|
|
23
|
+
export { MultipleResponseQuestionForm } from './components/authoring/MultipleResponseQuestionForm';
|
|
24
|
+
export { ShortAnswerQuestionForm } from './components/authoring/ShortAnswerQuestionForm';
|
|
25
|
+
export { NumericQuestionForm } from './components/authoring/NumericQuestionForm';
|
|
26
|
+
export { FillInTheBlanksQuestionForm } from './components/authoring/FillInTheBlanksQuestionForm';
|
|
27
|
+
export { SequenceQuestionForm } from './components/authoring/SequenceQuestionForm';
|
|
28
|
+
export { MatchingQuestionForm } from './components/authoring/MatchingQuestionForm';
|
|
29
|
+
export { DragAndDropQuestionForm } from './components/authoring/DragAndDropQuestionForm';
|
|
30
|
+
export { HotspotQuestionForm } from './components/authoring/HotspotQuestionForm';
|
|
31
|
+
export { BlocklyProgrammingQuestionForm } from './components/authoring/BlocklyProgrammingQuestionForm';
|
|
32
|
+
export { ScratchProgrammingQuestionForm } from './components/authoring/ScratchProgrammingQuestionForm';
|
|
33
|
+
export { AIFullQuizGeneratorModal } from './components/authoring/AIFullQuizGeneratorModal';
|
|
34
|
+
export { ImportQuestionsModal } from './components/authoring/ImportQuestionsModal';
|
|
35
|
+
export { APIKeyManagerModal } from './components/app/APIKeyManagerModal';
|
|
36
|
+
export { useToast } from './hooks/use-toast';
|
|
37
|
+
export { toast } from './hooks/use-toast';
|
|
38
|
+
export { Toaster } from './components/elements/toaster';
|
|
39
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/react-ui/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AAGpE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,EAAE,yBAAyB,EAAE,MAAM,2CAA2C,CAAC;AACtF,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,EAAE,4BAA4B,EAAE,MAAM,8CAA8C,CAAC;AAC5F,OAAO,EAAE,4BAA4B,EAAE,MAAM,8CAA8C,CAAC;AAG5F,OAAO,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAC7E,OAAO,EAAE,wBAAwB,EAAE,MAAM,iDAAiD,CAAC;AAC3F,OAAO,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAC7E,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,EAAE,qBAAqB,EAAE,MAAM,8CAA8C,CAAC;AACrF,OAAO,EAAE,0BAA0B,EAAE,MAAM,mDAAmD,CAAC;AAC/F,OAAO,EAAE,4BAA4B,EAAE,MAAM,qDAAqD,CAAC;AACnG,OAAO,EAAE,uBAAuB,EAAE,MAAM,gDAAgD,CAAC;AACzF,OAAO,EAAE,mBAAmB,EAAE,MAAM,4CAA4C,CAAC;AACjF,OAAO,EAAE,2BAA2B,EAAE,MAAM,oDAAoD,CAAC;AACjG,OAAO,EAAE,oBAAoB,EAAE,MAAM,6CAA6C,CAAC;AACnF,OAAO,EAAE,oBAAoB,EAAE,MAAM,6CAA6C,CAAC;AACnF,OAAO,EAAE,uBAAuB,EAAE,MAAM,gDAAgD,CAAC;AACzF,OAAO,EAAE,mBAAmB,EAAE,MAAM,4CAA4C,CAAC;AACjF,OAAO,EAAE,8BAA8B,EAAE,MAAM,uDAAuD,CAAC;AACvG,OAAO,EAAE,8BAA8B,EAAE,MAAM,uDAAuD,CAAC;AACvG,OAAO,EAAE,wBAAwB,EAAE,MAAM,iDAAiD,CAAC;AAC3F,OAAO,EAAE,oBAAoB,EAAE,MAAM,6CAA6C,CAAC;AACnF,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AAOzE,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
export type * from '.';
|
|
2
|
+
export { QuizPlayer } from './react-ui/components/ui/QuizPlayer';
|
|
3
|
+
export { QuizResult } from './react-ui/components/ui/QuizResult';
|
|
4
|
+
export { QuizDataManagement } from './react-ui/components/ui/QuizDataManagement';
|
|
5
|
+
export { QuestionRenderer } from './react-ui/components/ui/QuestionRenderer';
|
|
6
|
+
export { QuizAuthoringTool } from './react-ui/components/authoring/QuizAuthoringTool';
|
|
7
|
+
export { AIQuestionGeneratorModal } from './react-ui/components/authoring/AIQuestionGeneratorModal';
|
|
8
|
+
export { AIFullQuizGeneratorModal } from './react-ui/components/authoring/AIFullQuizGeneratorModal';
|
|
9
|
+
export { EditQuestionModal } from './react-ui/components/authoring/EditQuestionModal';
|
|
10
|
+
export { SCORMExportModal } from './react-ui/components/authoring/SCORMExportModal';
|
|
11
|
+
export { ImportQuestionsModal } from './react-ui/components/authoring/ImportQuestionsModal';
|
|
12
|
+
export { QuestionList } from './react-ui/components/authoring/QuestionList';
|
|
13
|
+
export { QuestionFilters } from './react-ui/components/authoring/QuestionFilters';
|
|
14
|
+
export { QuestionFormDialog } from './react-ui/components/authoring/QuestionFormDialog';
|
|
15
|
+
export { PersonalPracticeDashboard } from './react-ui/components/app/PersonalPracticeDashboard';
|
|
16
|
+
export { SettingsModal } from './react-ui/components/app/SettingsModal';
|
|
17
|
+
export { ManageTopics } from './react-ui/components/app/ManageTopics';
|
|
18
|
+
export { UploadResourceModal } from './react-ui/components/app/UploadResourceModal';
|
|
19
|
+
export { PracticeModeController } from './react-ui/components/practice/PracticeModeController';
|
|
20
|
+
export { SuggestionDialog } from './react-ui/components/dashboard/SuggestionDialog';
|
|
21
|
+
export { Cheatsheet } from './react-ui/components/dashboard/Cheatsheet';
|
|
22
|
+
export { Achievements } from './react-ui/components/dashboard/Achievements';
|
|
23
|
+
export { ActivityCalendar } from './react-ui/components/dashboard/ActivityCalendar';
|
|
24
|
+
export { PerformanceCharts } from './react-ui/components/dashboard/PerformanceCharts';
|
|
25
|
+
export { PracticeHistoryTable } from './react-ui/components/dashboard/PracticeHistoryTable';
|
|
26
|
+
export { QuizReview } from './react-ui/components/practice/QuizReview';
|
|
27
|
+
export { GeneratedQuizzesCard } from './react-ui/components/dashboard/GeneratedQuizzesCard';
|
|
28
|
+
export { FreestyleQuizzesCard } from './react-ui/components/dashboard/FreestyleQuizzesCard';
|
|
29
|
+
export { APIKeyManagerModal } from './react-ui/components/app/APIKeyManagerModal';
|
|
30
|
+
export { MetadataTabs } from './react-ui/components/metadata/MetadataTabs';
|
|
31
|
+
export { SubjectManager } from './react-ui/components/metadata/SubjectManager';
|
|
32
|
+
export { TopicManager } from './react-ui/components/metadata/TopicManager';
|
|
33
|
+
export { CategoryManager } from './react-ui/components/metadata/CategoryManager';
|
|
34
|
+
export { GradeLevelManager } from './react-ui/components/metadata/GradeLevelManager';
|
|
35
|
+
export { BloomLevelManager } from './react-ui/components/metadata/BloomLevelManager';
|
|
36
|
+
export { QuestionTypeManager } from './react-ui/components/metadata/QuestionTypeManager';
|
|
37
|
+
export { LearningObjectiveManager } from './react-ui/components/metadata/LearningObjectiveManager';
|
|
38
|
+
export { ContextManager } from './react-ui/components/metadata/ContextManager';
|
|
39
|
+
export { ApproachManager } from './react-ui/components/metadata/ApproachManager';
|
|
40
|
+
export { useToast, toast } from './react-ui/hooks/use-toast';
|
|
41
|
+
export { Button } from './react-ui/components/elements/button';
|
|
42
|
+
export { Card, CardHeader, CardContent, CardFooter, CardTitle, CardDescription } from './react-ui/components/elements/card';
|
|
43
|
+
export { Input } from './react-ui/components/elements/input';
|
|
44
|
+
export { Label } from './react-ui/components/elements/label';
|
|
45
|
+
export { Dialog, DialogContent, DialogHeader, DialogFooter, DialogTitle, DialogDescription } from './react-ui/components/elements/dialog';
|
|
46
|
+
export { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from './react-ui/components/elements/select';
|
|
47
|
+
export { Checkbox } from './react-ui/components/elements/checkbox';
|
|
48
|
+
export { RadioGroup, RadioGroupItem } from './react-ui/components/elements/radio-group';
|
|
49
|
+
export { Progress } from './react-ui/components/elements/progress';
|
|
50
|
+
export { Alert, AlertTitle, AlertDescription } from './react-ui/components/elements/alert';
|
|
51
|
+
export { ScrollArea } from './react-ui/components/elements/scroll-area';
|
|
52
|
+
export { Toaster } from './react-ui/components/elements/toaster';
|
|
53
|
+
export { Badge } from './react-ui/components/elements/badge';
|
|
54
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from './react-ui/components/elements/accordion';
|
|
55
|
+
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './react-ui/components/elements/tooltip';
|
|
56
|
+
export { Skeleton } from './react-ui/components/elements/skeleton';
|
|
57
|
+
export { Tabs, TabsContent, TabsList, TabsTrigger } from './react-ui/components/elements/tabs';
|
|
58
|
+
//# sourceMappingURL=react-ui.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"react-ui.d.ts","sourceRoot":"","sources":["../src/react-ui.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const BlocklyProgrammingQuestionSchema: z.ZodObject<{
|
|
3
|
+
id: z.ZodString;
|
|
4
|
+
questionType: z.ZodLiteral<"blockly_programming">;
|
|
5
|
+
prompt: z.ZodString;
|
|
6
|
+
toolboxDefinition: z.ZodString;
|
|
7
|
+
initialWorkspace: z.ZodOptional<z.ZodString>;
|
|
8
|
+
solutionWorkspaceXML: z.ZodOptional<z.ZodString>;
|
|
9
|
+
solutionGeneratedCode: z.ZodOptional<z.ZodString>;
|
|
10
|
+
points: z.ZodOptional<z.ZodNumber>;
|
|
11
|
+
explanation: z.ZodOptional<z.ZodString>;
|
|
12
|
+
learningObjective: z.ZodOptional<z.ZodString>;
|
|
13
|
+
glossary: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14
|
+
bloomLevel: z.ZodOptional<z.ZodString>;
|
|
15
|
+
difficulty: z.ZodOptional<z.ZodEnum<["easy", "medium", "hard"]>>;
|
|
16
|
+
contextCode: z.ZodOptional<z.ZodString>;
|
|
17
|
+
gradeBand: z.ZodOptional<z.ZodString>;
|
|
18
|
+
course: z.ZodOptional<z.ZodString>;
|
|
19
|
+
category: z.ZodOptional<z.ZodString>;
|
|
20
|
+
topic: z.ZodOptional<z.ZodString>;
|
|
21
|
+
}, "strip", z.ZodTypeAny, {
|
|
22
|
+
id: string;
|
|
23
|
+
questionType: "blockly_programming";
|
|
24
|
+
prompt: string;
|
|
25
|
+
toolboxDefinition: string;
|
|
26
|
+
learningObjective?: string | undefined;
|
|
27
|
+
category?: string | undefined;
|
|
28
|
+
topic?: string | undefined;
|
|
29
|
+
difficulty?: "easy" | "medium" | "hard" | undefined;
|
|
30
|
+
bloomLevel?: string | undefined;
|
|
31
|
+
points?: number | undefined;
|
|
32
|
+
explanation?: string | undefined;
|
|
33
|
+
contextCode?: string | undefined;
|
|
34
|
+
gradeBand?: string | undefined;
|
|
35
|
+
course?: string | undefined;
|
|
36
|
+
glossary?: string[] | undefined;
|
|
37
|
+
initialWorkspace?: string | undefined;
|
|
38
|
+
solutionWorkspaceXML?: string | undefined;
|
|
39
|
+
solutionGeneratedCode?: string | undefined;
|
|
40
|
+
}, {
|
|
41
|
+
id: string;
|
|
42
|
+
questionType: "blockly_programming";
|
|
43
|
+
prompt: string;
|
|
44
|
+
toolboxDefinition: string;
|
|
45
|
+
learningObjective?: string | undefined;
|
|
46
|
+
category?: string | undefined;
|
|
47
|
+
topic?: string | undefined;
|
|
48
|
+
difficulty?: "easy" | "medium" | "hard" | undefined;
|
|
49
|
+
bloomLevel?: string | undefined;
|
|
50
|
+
points?: number | undefined;
|
|
51
|
+
explanation?: string | undefined;
|
|
52
|
+
contextCode?: string | undefined;
|
|
53
|
+
gradeBand?: string | undefined;
|
|
54
|
+
course?: string | undefined;
|
|
55
|
+
glossary?: string[] | undefined;
|
|
56
|
+
initialWorkspace?: string | undefined;
|
|
57
|
+
solutionWorkspaceXML?: string | undefined;
|
|
58
|
+
solutionGeneratedCode?: string | undefined;
|
|
59
|
+
}>;
|
|
60
|
+
export type BlocklyProgrammingQuestion = z.infer<typeof BlocklyProgrammingQuestionSchema>;
|
|
61
|
+
//# sourceMappingURL=blocklyProgrammingQuestionSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blocklyProgrammingQuestionSchema.d.ts","sourceRoot":"","sources":["../../../src/schemas/zod/blocklyProgrammingQuestionSchema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsB3C,CAAC;AAGH,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC"}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const TestCaseSchema: z.ZodObject<{
|
|
3
|
+
id: z.ZodString;
|
|
4
|
+
input: z.ZodArray<z.ZodAny, "many">;
|
|
5
|
+
expectedOutput: z.ZodAny;
|
|
6
|
+
isPublic: z.ZodBoolean;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
id: string;
|
|
9
|
+
input: any[];
|
|
10
|
+
isPublic: boolean;
|
|
11
|
+
expectedOutput?: any;
|
|
12
|
+
}, {
|
|
13
|
+
id: string;
|
|
14
|
+
input: any[];
|
|
15
|
+
isPublic: boolean;
|
|
16
|
+
expectedOutput?: any;
|
|
17
|
+
}>;
|
|
18
|
+
export declare const CodingQuestionSchema: z.ZodObject<{
|
|
19
|
+
id: z.ZodString;
|
|
20
|
+
questionType: z.ZodLiteral<"coding">;
|
|
21
|
+
prompt: z.ZodString;
|
|
22
|
+
codingLanguage: z.ZodEnum<["cpp", "javascript", "python", "swift", "csharp"]>;
|
|
23
|
+
solutionCode: z.ZodString;
|
|
24
|
+
testCases: z.ZodArray<z.ZodObject<{
|
|
25
|
+
id: z.ZodString;
|
|
26
|
+
input: z.ZodArray<z.ZodAny, "many">;
|
|
27
|
+
expectedOutput: z.ZodAny;
|
|
28
|
+
isPublic: z.ZodBoolean;
|
|
29
|
+
}, "strip", z.ZodTypeAny, {
|
|
30
|
+
id: string;
|
|
31
|
+
input: any[];
|
|
32
|
+
isPublic: boolean;
|
|
33
|
+
expectedOutput?: any;
|
|
34
|
+
}, {
|
|
35
|
+
id: string;
|
|
36
|
+
input: any[];
|
|
37
|
+
isPublic: boolean;
|
|
38
|
+
expectedOutput?: any;
|
|
39
|
+
}>, "many">;
|
|
40
|
+
functionSignature: z.ZodOptional<z.ZodString>;
|
|
41
|
+
points: z.ZodOptional<z.ZodNumber>;
|
|
42
|
+
explanation: z.ZodOptional<z.ZodString>;
|
|
43
|
+
learningObjective: z.ZodOptional<z.ZodString>;
|
|
44
|
+
glossary: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
45
|
+
bloomLevel: z.ZodOptional<z.ZodString>;
|
|
46
|
+
difficulty: z.ZodOptional<z.ZodEnum<["easy", "medium", "hard"]>>;
|
|
47
|
+
contextCode: z.ZodOptional<z.ZodString>;
|
|
48
|
+
gradeBand: z.ZodOptional<z.ZodString>;
|
|
49
|
+
course: z.ZodOptional<z.ZodString>;
|
|
50
|
+
subject: z.ZodOptional<z.ZodString>;
|
|
51
|
+
category: z.ZodOptional<z.ZodString>;
|
|
52
|
+
topic: z.ZodOptional<z.ZodString>;
|
|
53
|
+
imageUrl: z.ZodOptional<z.ZodString>;
|
|
54
|
+
imageAltText: z.ZodOptional<z.ZodString>;
|
|
55
|
+
}, "strip", z.ZodTypeAny, {
|
|
56
|
+
id: string;
|
|
57
|
+
questionType: "coding";
|
|
58
|
+
prompt: string;
|
|
59
|
+
codingLanguage: "cpp" | "javascript" | "python" | "swift" | "csharp";
|
|
60
|
+
solutionCode: string;
|
|
61
|
+
testCases: {
|
|
62
|
+
id: string;
|
|
63
|
+
input: any[];
|
|
64
|
+
isPublic: boolean;
|
|
65
|
+
expectedOutput?: any;
|
|
66
|
+
}[];
|
|
67
|
+
subject?: string | undefined;
|
|
68
|
+
learningObjective?: string | undefined;
|
|
69
|
+
category?: string | undefined;
|
|
70
|
+
topic?: string | undefined;
|
|
71
|
+
difficulty?: "easy" | "medium" | "hard" | undefined;
|
|
72
|
+
bloomLevel?: string | undefined;
|
|
73
|
+
points?: number | undefined;
|
|
74
|
+
explanation?: string | undefined;
|
|
75
|
+
contextCode?: string | undefined;
|
|
76
|
+
gradeBand?: string | undefined;
|
|
77
|
+
course?: string | undefined;
|
|
78
|
+
imageUrl?: string | undefined;
|
|
79
|
+
glossary?: string[] | undefined;
|
|
80
|
+
functionSignature?: string | undefined;
|
|
81
|
+
imageAltText?: string | undefined;
|
|
82
|
+
}, {
|
|
83
|
+
id: string;
|
|
84
|
+
questionType: "coding";
|
|
85
|
+
prompt: string;
|
|
86
|
+
codingLanguage: "cpp" | "javascript" | "python" | "swift" | "csharp";
|
|
87
|
+
solutionCode: string;
|
|
88
|
+
testCases: {
|
|
89
|
+
id: string;
|
|
90
|
+
input: any[];
|
|
91
|
+
isPublic: boolean;
|
|
92
|
+
expectedOutput?: any;
|
|
93
|
+
}[];
|
|
94
|
+
subject?: string | undefined;
|
|
95
|
+
learningObjective?: string | undefined;
|
|
96
|
+
category?: string | undefined;
|
|
97
|
+
topic?: string | undefined;
|
|
98
|
+
difficulty?: "easy" | "medium" | "hard" | undefined;
|
|
99
|
+
bloomLevel?: string | undefined;
|
|
100
|
+
points?: number | undefined;
|
|
101
|
+
explanation?: string | undefined;
|
|
102
|
+
contextCode?: string | undefined;
|
|
103
|
+
gradeBand?: string | undefined;
|
|
104
|
+
course?: string | undefined;
|
|
105
|
+
imageUrl?: string | undefined;
|
|
106
|
+
glossary?: string[] | undefined;
|
|
107
|
+
functionSignature?: string | undefined;
|
|
108
|
+
imageAltText?: string | undefined;
|
|
109
|
+
}>;
|
|
110
|
+
export type CodingQuestion = z.infer<typeof CodingQuestionSchema>;
|
|
111
|
+
//# sourceMappingURL=codingQuestionSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"codingQuestionSchema.d.ts","sourceRoot":"","sources":["../../../src/schemas/zod/codingQuestionSchema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;EAKzB,CAAC;AAGH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2B/B,CAAC;AAGH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const DragAndDropQuestionSchema: z.ZodObject<{
|
|
3
|
+
id: z.ZodString;
|
|
4
|
+
questionType: z.ZodLiteral<"drag_and_drop">;
|
|
5
|
+
prompt: z.ZodString;
|
|
6
|
+
draggableItems: z.ZodArray<z.ZodObject<{
|
|
7
|
+
id: z.ZodString;
|
|
8
|
+
content: z.ZodString;
|
|
9
|
+
}, "strip", z.ZodTypeAny, {
|
|
10
|
+
id: string;
|
|
11
|
+
content: string;
|
|
12
|
+
}, {
|
|
13
|
+
id: string;
|
|
14
|
+
content: string;
|
|
15
|
+
}>, "many">;
|
|
16
|
+
dropZones: z.ZodArray<z.ZodObject<{
|
|
17
|
+
id: z.ZodString;
|
|
18
|
+
label: z.ZodString;
|
|
19
|
+
}, "strip", z.ZodTypeAny, {
|
|
20
|
+
id: string;
|
|
21
|
+
label: string;
|
|
22
|
+
}, {
|
|
23
|
+
id: string;
|
|
24
|
+
label: string;
|
|
25
|
+
}>, "many">;
|
|
26
|
+
answerMap: z.ZodArray<z.ZodObject<{
|
|
27
|
+
draggableId: z.ZodString;
|
|
28
|
+
dropZoneId: z.ZodString;
|
|
29
|
+
}, "strip", z.ZodTypeAny, {
|
|
30
|
+
draggableId: string;
|
|
31
|
+
dropZoneId: string;
|
|
32
|
+
}, {
|
|
33
|
+
draggableId: string;
|
|
34
|
+
dropZoneId: string;
|
|
35
|
+
}>, "many">;
|
|
36
|
+
backgroundImageUrl: z.ZodOptional<z.ZodString>;
|
|
37
|
+
imageAltText: z.ZodOptional<z.ZodString>;
|
|
38
|
+
points: z.ZodOptional<z.ZodNumber>;
|
|
39
|
+
explanation: z.ZodOptional<z.ZodString>;
|
|
40
|
+
learningObjective: z.ZodOptional<z.ZodString>;
|
|
41
|
+
glossary: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
42
|
+
bloomLevel: z.ZodOptional<z.ZodString>;
|
|
43
|
+
difficulty: z.ZodOptional<z.ZodEnum<["easy", "medium", "hard"]>>;
|
|
44
|
+
contextCode: z.ZodOptional<z.ZodString>;
|
|
45
|
+
gradeBand: z.ZodOptional<z.ZodString>;
|
|
46
|
+
course: z.ZodOptional<z.ZodString>;
|
|
47
|
+
category: z.ZodOptional<z.ZodString>;
|
|
48
|
+
topic: z.ZodOptional<z.ZodString>;
|
|
49
|
+
}, "strip", z.ZodTypeAny, {
|
|
50
|
+
id: string;
|
|
51
|
+
questionType: "drag_and_drop";
|
|
52
|
+
prompt: string;
|
|
53
|
+
draggableItems: {
|
|
54
|
+
id: string;
|
|
55
|
+
content: string;
|
|
56
|
+
}[];
|
|
57
|
+
dropZones: {
|
|
58
|
+
id: string;
|
|
59
|
+
label: string;
|
|
60
|
+
}[];
|
|
61
|
+
answerMap: {
|
|
62
|
+
draggableId: string;
|
|
63
|
+
dropZoneId: string;
|
|
64
|
+
}[];
|
|
65
|
+
learningObjective?: string | undefined;
|
|
66
|
+
category?: string | undefined;
|
|
67
|
+
topic?: string | undefined;
|
|
68
|
+
difficulty?: "easy" | "medium" | "hard" | undefined;
|
|
69
|
+
bloomLevel?: string | undefined;
|
|
70
|
+
points?: number | undefined;
|
|
71
|
+
explanation?: string | undefined;
|
|
72
|
+
contextCode?: string | undefined;
|
|
73
|
+
gradeBand?: string | undefined;
|
|
74
|
+
course?: string | undefined;
|
|
75
|
+
glossary?: string[] | undefined;
|
|
76
|
+
backgroundImageUrl?: string | undefined;
|
|
77
|
+
imageAltText?: string | undefined;
|
|
78
|
+
}, {
|
|
79
|
+
id: string;
|
|
80
|
+
questionType: "drag_and_drop";
|
|
81
|
+
prompt: string;
|
|
82
|
+
draggableItems: {
|
|
83
|
+
id: string;
|
|
84
|
+
content: string;
|
|
85
|
+
}[];
|
|
86
|
+
dropZones: {
|
|
87
|
+
id: string;
|
|
88
|
+
label: string;
|
|
89
|
+
}[];
|
|
90
|
+
answerMap: {
|
|
91
|
+
draggableId: string;
|
|
92
|
+
dropZoneId: string;
|
|
93
|
+
}[];
|
|
94
|
+
learningObjective?: string | undefined;
|
|
95
|
+
category?: string | undefined;
|
|
96
|
+
topic?: string | undefined;
|
|
97
|
+
difficulty?: "easy" | "medium" | "hard" | undefined;
|
|
98
|
+
bloomLevel?: string | undefined;
|
|
99
|
+
points?: number | undefined;
|
|
100
|
+
explanation?: string | undefined;
|
|
101
|
+
contextCode?: string | undefined;
|
|
102
|
+
gradeBand?: string | undefined;
|
|
103
|
+
course?: string | undefined;
|
|
104
|
+
glossary?: string[] | undefined;
|
|
105
|
+
backgroundImageUrl?: string | undefined;
|
|
106
|
+
imageAltText?: string | undefined;
|
|
107
|
+
}>;
|
|
108
|
+
export type DragAndDropQuestion = z.infer<typeof DragAndDropQuestionSchema>;
|
|
109
|
+
//# sourceMappingURL=dragAndDropQuestionSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dragAndDropQuestionSchema.d.ts","sourceRoot":"","sources":["../../../src/schemas/zod/dragAndDropQuestionSchema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAmBxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuBpC,CAAC;AAGH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const FillInTheBlanksQuestionSchema: z.ZodObject<{
|
|
3
|
+
id: z.ZodString;
|
|
4
|
+
questionType: z.ZodLiteral<"fill_in_the_blanks">;
|
|
5
|
+
prompt: z.ZodString;
|
|
6
|
+
segments: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
7
|
+
type: z.ZodLiteral<"text">;
|
|
8
|
+
content: z.ZodString;
|
|
9
|
+
}, "strip", z.ZodTypeAny, {
|
|
10
|
+
type: "text";
|
|
11
|
+
content: string;
|
|
12
|
+
}, {
|
|
13
|
+
type: "text";
|
|
14
|
+
content: string;
|
|
15
|
+
}>, z.ZodObject<{
|
|
16
|
+
type: z.ZodLiteral<"blank">;
|
|
17
|
+
id: z.ZodString;
|
|
18
|
+
}, "strip", z.ZodTypeAny, {
|
|
19
|
+
id: string;
|
|
20
|
+
type: "blank";
|
|
21
|
+
}, {
|
|
22
|
+
id: string;
|
|
23
|
+
type: "blank";
|
|
24
|
+
}>]>, "many">;
|
|
25
|
+
answers: z.ZodArray<z.ZodObject<{
|
|
26
|
+
blankId: z.ZodString;
|
|
27
|
+
acceptedValues: z.ZodArray<z.ZodString, "many">;
|
|
28
|
+
}, "strip", z.ZodTypeAny, {
|
|
29
|
+
blankId: string;
|
|
30
|
+
acceptedValues: string[];
|
|
31
|
+
}, {
|
|
32
|
+
blankId: string;
|
|
33
|
+
acceptedValues: string[];
|
|
34
|
+
}>, "many">;
|
|
35
|
+
isCaseSensitive: z.ZodOptional<z.ZodBoolean>;
|
|
36
|
+
points: z.ZodOptional<z.ZodNumber>;
|
|
37
|
+
explanation: z.ZodOptional<z.ZodString>;
|
|
38
|
+
learningObjective: z.ZodOptional<z.ZodString>;
|
|
39
|
+
glossary: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
40
|
+
bloomLevel: z.ZodOptional<z.ZodString>;
|
|
41
|
+
difficulty: z.ZodOptional<z.ZodEnum<["easy", "medium", "hard"]>>;
|
|
42
|
+
contextCode: z.ZodOptional<z.ZodString>;
|
|
43
|
+
gradeBand: z.ZodOptional<z.ZodString>;
|
|
44
|
+
course: z.ZodOptional<z.ZodString>;
|
|
45
|
+
category: z.ZodOptional<z.ZodString>;
|
|
46
|
+
topic: z.ZodOptional<z.ZodString>;
|
|
47
|
+
}, "strip", z.ZodTypeAny, {
|
|
48
|
+
id: string;
|
|
49
|
+
answers: {
|
|
50
|
+
blankId: string;
|
|
51
|
+
acceptedValues: string[];
|
|
52
|
+
}[];
|
|
53
|
+
questionType: "fill_in_the_blanks";
|
|
54
|
+
prompt: string;
|
|
55
|
+
segments: ({
|
|
56
|
+
type: "text";
|
|
57
|
+
content: string;
|
|
58
|
+
} | {
|
|
59
|
+
id: string;
|
|
60
|
+
type: "blank";
|
|
61
|
+
})[];
|
|
62
|
+
learningObjective?: string | undefined;
|
|
63
|
+
category?: string | undefined;
|
|
64
|
+
topic?: string | undefined;
|
|
65
|
+
difficulty?: "easy" | "medium" | "hard" | undefined;
|
|
66
|
+
bloomLevel?: string | undefined;
|
|
67
|
+
points?: number | undefined;
|
|
68
|
+
explanation?: string | undefined;
|
|
69
|
+
contextCode?: string | undefined;
|
|
70
|
+
gradeBand?: string | undefined;
|
|
71
|
+
course?: string | undefined;
|
|
72
|
+
glossary?: string[] | undefined;
|
|
73
|
+
isCaseSensitive?: boolean | undefined;
|
|
74
|
+
}, {
|
|
75
|
+
id: string;
|
|
76
|
+
answers: {
|
|
77
|
+
blankId: string;
|
|
78
|
+
acceptedValues: string[];
|
|
79
|
+
}[];
|
|
80
|
+
questionType: "fill_in_the_blanks";
|
|
81
|
+
prompt: string;
|
|
82
|
+
segments: ({
|
|
83
|
+
type: "text";
|
|
84
|
+
content: string;
|
|
85
|
+
} | {
|
|
86
|
+
id: string;
|
|
87
|
+
type: "blank";
|
|
88
|
+
})[];
|
|
89
|
+
learningObjective?: string | undefined;
|
|
90
|
+
category?: string | undefined;
|
|
91
|
+
topic?: string | undefined;
|
|
92
|
+
difficulty?: "easy" | "medium" | "hard" | undefined;
|
|
93
|
+
bloomLevel?: string | undefined;
|
|
94
|
+
points?: number | undefined;
|
|
95
|
+
explanation?: string | undefined;
|
|
96
|
+
contextCode?: string | undefined;
|
|
97
|
+
gradeBand?: string | undefined;
|
|
98
|
+
course?: string | undefined;
|
|
99
|
+
glossary?: string[] | undefined;
|
|
100
|
+
isCaseSensitive?: boolean | undefined;
|
|
101
|
+
}>;
|
|
102
|
+
export type FillInTheBlanksQuestion = z.infer<typeof FillInTheBlanksQuestionSchema>;
|
|
103
|
+
//# sourceMappingURL=fillInTheBlanksQuestionSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fillInTheBlanksQuestionSchema.d.ts","sourceRoot":"","sources":["../../../src/schemas/zod/fillInTheBlanksQuestionSchema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAyBxB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBxC,CAAC;AAGH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC"}
|