@thanh01.pmt/interactive-quiz-kit 1.0.28 → 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.cjs +14 -11
- package/dist/react-ui.d.ts +58 -0
- package/dist/react-ui.d.ts.map +1 -0
- package/dist/react-ui.mjs +14 -11
- 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 @@
|
|
|
1
|
+
{"version":3,"file":"question-generation-schemas.d.ts","sourceRoot":"","sources":["../../../../src/ai/flows/question-gen/question-generation-schemas.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAa5B,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAM5D,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKlD,CAAC;AACH,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uCAAuC,CAAC,CAAC;AA0BxG,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGrC,CAAC;AAEH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAO1C,CAAC;AAEH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAM5C,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIvC,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAInC,CAAC;AAEH,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBuD,CAAC;AAErG,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMpC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQpC,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWlC,CAAC"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import type { QuizReviewContent } from '../../types/misc';
|
|
3
|
+
import type { TestCaseResult } from '../../types/results';
|
|
4
|
+
export declare const GenerateQuizReviewClientInputSchema: z.ZodObject<{
|
|
5
|
+
language: z.ZodString;
|
|
6
|
+
questionResults: z.ZodArray<z.ZodObject<{
|
|
7
|
+
questionId: z.ZodString;
|
|
8
|
+
prompt: z.ZodString;
|
|
9
|
+
isCorrect: z.ZodBoolean;
|
|
10
|
+
userAnswer: z.ZodOptional<z.ZodAny>;
|
|
11
|
+
correctAnswer: z.ZodOptional<z.ZodAny>;
|
|
12
|
+
evaluationDetails: z.ZodOptional<z.ZodArray<z.ZodType<TestCaseResult, z.ZodTypeDef, TestCaseResult>, "many">>;
|
|
13
|
+
}, "strip", z.ZodTypeAny, {
|
|
14
|
+
isCorrect: boolean;
|
|
15
|
+
prompt: string;
|
|
16
|
+
questionId: string;
|
|
17
|
+
correctAnswer?: any;
|
|
18
|
+
evaluationDetails?: TestCaseResult[] | undefined;
|
|
19
|
+
userAnswer?: any;
|
|
20
|
+
}, {
|
|
21
|
+
isCorrect: boolean;
|
|
22
|
+
prompt: string;
|
|
23
|
+
questionId: string;
|
|
24
|
+
correctAnswer?: any;
|
|
25
|
+
evaluationDetails?: TestCaseResult[] | undefined;
|
|
26
|
+
userAnswer?: any;
|
|
27
|
+
}>, "many">;
|
|
28
|
+
}, "strip", z.ZodTypeAny, {
|
|
29
|
+
language: string;
|
|
30
|
+
questionResults: {
|
|
31
|
+
isCorrect: boolean;
|
|
32
|
+
prompt: string;
|
|
33
|
+
questionId: string;
|
|
34
|
+
correctAnswer?: any;
|
|
35
|
+
evaluationDetails?: TestCaseResult[] | undefined;
|
|
36
|
+
userAnswer?: any;
|
|
37
|
+
}[];
|
|
38
|
+
}, {
|
|
39
|
+
language: string;
|
|
40
|
+
questionResults: {
|
|
41
|
+
isCorrect: boolean;
|
|
42
|
+
prompt: string;
|
|
43
|
+
questionId: string;
|
|
44
|
+
correctAnswer?: any;
|
|
45
|
+
evaluationDetails?: TestCaseResult[] | undefined;
|
|
46
|
+
userAnswer?: any;
|
|
47
|
+
}[];
|
|
48
|
+
}>;
|
|
49
|
+
export type GenerateQuizReviewClientInput = z.infer<typeof GenerateQuizReviewClientInputSchema>;
|
|
50
|
+
export declare const AIQuizReviewOutputSchema: z.ZodObject<{
|
|
51
|
+
questionReviews: z.ZodArray<z.ZodObject<{
|
|
52
|
+
questionId: z.ZodString;
|
|
53
|
+
explanation: z.ZodString;
|
|
54
|
+
}, "strip", z.ZodTypeAny, {
|
|
55
|
+
explanation: string;
|
|
56
|
+
questionId: string;
|
|
57
|
+
}, {
|
|
58
|
+
explanation: string;
|
|
59
|
+
questionId: string;
|
|
60
|
+
}>, "many">;
|
|
61
|
+
overallSummary: z.ZodString;
|
|
62
|
+
relatedTopics: z.ZodArray<z.ZodString, "many">;
|
|
63
|
+
}, "strip", z.ZodTypeAny, {
|
|
64
|
+
questionReviews: {
|
|
65
|
+
explanation: string;
|
|
66
|
+
questionId: string;
|
|
67
|
+
}[];
|
|
68
|
+
overallSummary: string;
|
|
69
|
+
relatedTopics: string[];
|
|
70
|
+
}, {
|
|
71
|
+
questionReviews: {
|
|
72
|
+
explanation: string;
|
|
73
|
+
questionId: string;
|
|
74
|
+
}[];
|
|
75
|
+
overallSummary: string;
|
|
76
|
+
relatedTopics: string[];
|
|
77
|
+
}>;
|
|
78
|
+
export type GenerateQuizReviewOutput = QuizReviewContent;
|
|
79
|
+
//# sourceMappingURL=review-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"review-types.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/review-types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAC1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAY1D,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG9C,CAAC;AACH,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAC;AAGhG,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;EASnC,CAAC;AAGH,MAAM,MAAM,wBAAwB,GAAG,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const MultipleChoiceQuestionZodSchema: z.ZodEffects<z.ZodObject<{
|
|
3
|
+
id: z.ZodString;
|
|
4
|
+
questionType: z.ZodLiteral<"multiple_choice">;
|
|
5
|
+
prompt: z.ZodString;
|
|
6
|
+
options: z.ZodArray<z.ZodObject<{
|
|
7
|
+
id: z.ZodString;
|
|
8
|
+
text: z.ZodString;
|
|
9
|
+
}, "strip", z.ZodTypeAny, {
|
|
10
|
+
text: string;
|
|
11
|
+
id: string;
|
|
12
|
+
}, {
|
|
13
|
+
text: string;
|
|
14
|
+
id: string;
|
|
15
|
+
}>, "many">;
|
|
16
|
+
correctAnswerId: z.ZodString;
|
|
17
|
+
points: z.ZodOptional<z.ZodNumber>;
|
|
18
|
+
explanation: z.ZodOptional<z.ZodString>;
|
|
19
|
+
topic: z.ZodOptional<z.ZodString>;
|
|
20
|
+
difficulty: z.ZodOptional<z.ZodEnum<["easy", "medium", "hard"]>>;
|
|
21
|
+
}, "strip", z.ZodTypeAny, {
|
|
22
|
+
id: string;
|
|
23
|
+
options: {
|
|
24
|
+
text: string;
|
|
25
|
+
id: string;
|
|
26
|
+
}[];
|
|
27
|
+
correctAnswerId: string;
|
|
28
|
+
questionType: "multiple_choice";
|
|
29
|
+
prompt: string;
|
|
30
|
+
topic?: string | undefined;
|
|
31
|
+
difficulty?: "easy" | "medium" | "hard" | undefined;
|
|
32
|
+
points?: number | undefined;
|
|
33
|
+
explanation?: string | undefined;
|
|
34
|
+
}, {
|
|
35
|
+
id: string;
|
|
36
|
+
options: {
|
|
37
|
+
text: string;
|
|
38
|
+
id: string;
|
|
39
|
+
}[];
|
|
40
|
+
correctAnswerId: string;
|
|
41
|
+
questionType: "multiple_choice";
|
|
42
|
+
prompt: string;
|
|
43
|
+
topic?: string | undefined;
|
|
44
|
+
difficulty?: "easy" | "medium" | "hard" | undefined;
|
|
45
|
+
points?: number | undefined;
|
|
46
|
+
explanation?: string | undefined;
|
|
47
|
+
}>, {
|
|
48
|
+
id: string;
|
|
49
|
+
options: {
|
|
50
|
+
text: string;
|
|
51
|
+
id: string;
|
|
52
|
+
}[];
|
|
53
|
+
correctAnswerId: string;
|
|
54
|
+
questionType: "multiple_choice";
|
|
55
|
+
prompt: string;
|
|
56
|
+
topic?: string | undefined;
|
|
57
|
+
difficulty?: "easy" | "medium" | "hard" | undefined;
|
|
58
|
+
points?: number | undefined;
|
|
59
|
+
explanation?: string | undefined;
|
|
60
|
+
}, {
|
|
61
|
+
id: string;
|
|
62
|
+
options: {
|
|
63
|
+
text: string;
|
|
64
|
+
id: string;
|
|
65
|
+
}[];
|
|
66
|
+
correctAnswerId: string;
|
|
67
|
+
questionType: "multiple_choice";
|
|
68
|
+
prompt: string;
|
|
69
|
+
topic?: string | undefined;
|
|
70
|
+
difficulty?: "easy" | "medium" | "hard" | undefined;
|
|
71
|
+
points?: number | undefined;
|
|
72
|
+
explanation?: string | undefined;
|
|
73
|
+
}>;
|
|
74
|
+
export declare const TrueFalseQuestionZodSchema: z.ZodObject<{
|
|
75
|
+
id: z.ZodString;
|
|
76
|
+
questionType: z.ZodLiteral<"true_false">;
|
|
77
|
+
prompt: z.ZodString;
|
|
78
|
+
correctAnswer: z.ZodBoolean;
|
|
79
|
+
points: z.ZodOptional<z.ZodNumber>;
|
|
80
|
+
explanation: z.ZodOptional<z.ZodString>;
|
|
81
|
+
topic: z.ZodOptional<z.ZodString>;
|
|
82
|
+
difficulty: z.ZodOptional<z.ZodEnum<["easy", "medium", "hard"]>>;
|
|
83
|
+
}, "strip", z.ZodTypeAny, {
|
|
84
|
+
id: string;
|
|
85
|
+
correctAnswer: boolean;
|
|
86
|
+
questionType: "true_false";
|
|
87
|
+
prompt: string;
|
|
88
|
+
topic?: string | undefined;
|
|
89
|
+
difficulty?: "easy" | "medium" | "hard" | undefined;
|
|
90
|
+
points?: number | undefined;
|
|
91
|
+
explanation?: string | undefined;
|
|
92
|
+
}, {
|
|
93
|
+
id: string;
|
|
94
|
+
correctAnswer: boolean;
|
|
95
|
+
questionType: "true_false";
|
|
96
|
+
prompt: string;
|
|
97
|
+
topic?: string | undefined;
|
|
98
|
+
difficulty?: "easy" | "medium" | "hard" | undefined;
|
|
99
|
+
points?: number | undefined;
|
|
100
|
+
explanation?: string | undefined;
|
|
101
|
+
}>;
|
|
102
|
+
export declare const ShortAnswerQuestionZodSchema: z.ZodObject<{
|
|
103
|
+
id: z.ZodString;
|
|
104
|
+
questionType: z.ZodLiteral<"short_answer">;
|
|
105
|
+
prompt: z.ZodString;
|
|
106
|
+
acceptedAnswers: z.ZodArray<z.ZodString, "many">;
|
|
107
|
+
isCaseSensitive: z.ZodOptional<z.ZodBoolean>;
|
|
108
|
+
points: z.ZodOptional<z.ZodNumber>;
|
|
109
|
+
explanation: z.ZodOptional<z.ZodString>;
|
|
110
|
+
topic: z.ZodOptional<z.ZodString>;
|
|
111
|
+
difficulty: z.ZodOptional<z.ZodEnum<["easy", "medium", "hard"]>>;
|
|
112
|
+
}, "strip", z.ZodTypeAny, {
|
|
113
|
+
id: string;
|
|
114
|
+
questionType: "short_answer";
|
|
115
|
+
prompt: string;
|
|
116
|
+
acceptedAnswers: string[];
|
|
117
|
+
topic?: string | undefined;
|
|
118
|
+
difficulty?: "easy" | "medium" | "hard" | undefined;
|
|
119
|
+
points?: number | undefined;
|
|
120
|
+
explanation?: string | undefined;
|
|
121
|
+
isCaseSensitive?: boolean | undefined;
|
|
122
|
+
}, {
|
|
123
|
+
id: string;
|
|
124
|
+
questionType: "short_answer";
|
|
125
|
+
prompt: string;
|
|
126
|
+
acceptedAnswers: string[];
|
|
127
|
+
topic?: string | undefined;
|
|
128
|
+
difficulty?: "easy" | "medium" | "hard" | undefined;
|
|
129
|
+
points?: number | undefined;
|
|
130
|
+
explanation?: string | undefined;
|
|
131
|
+
isCaseSensitive?: boolean | undefined;
|
|
132
|
+
}>;
|
|
133
|
+
//# sourceMappingURL=shared-schemas.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shared-schemas.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/shared-schemas.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAc1C,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;EASrC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUvC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"genkit.d.ts","sourceRoot":"","sources":["../../src/ai/genkit.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,EAAE,yBAKb,CAAC"}
|
package/dist/ai.d.ts
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export type { QuizQuestion, QuestionTypeStrings, FillInTheBlanksQuestion, MatchingQuestion, MultipleChoiceQuestion, MultipleResponseQuestion, NumericQuestion, SequenceQuestion, ShortAnswerQuestion, TrueFalseQuestion, CodingQuestion, QuizReviewContent, QuestionReview, PracticeSuggestion, PracticeSuggestionTopic, KnowledgeCard, LearningAnalysis, AnalysisReport, WeeklyRoadmap, RoadmapItem, } from './index';
|
|
2
|
+
export { generateTrueFalseQuestion } from './ai/flows/question-gen/generate-true-false-question';
|
|
3
|
+
export type { GenerateTrueFalseQuestionClientInput, GenerateTrueFalseQuestionOutput } from './ai/flows/question-gen/generate-true-false-question-types';
|
|
4
|
+
export { generateMCQQuestion } from './ai/flows/question-gen/generate-mcq-question';
|
|
5
|
+
export type { GenerateMCQQuestionClientInput, GenerateMCQQuestionOutput } from './ai/flows/question-gen/generate-mcq-question-types';
|
|
6
|
+
export { generateMRQQuestion } from './ai/flows/question-gen/generate-mrq-question';
|
|
7
|
+
export type { GenerateMRQQuestionClientInput, GenerateMRQQuestionOutput } from './ai/flows/question-gen/generate-mrq-question-types';
|
|
8
|
+
export { generateShortAnswerQuestion } from './ai/flows/question-gen/generate-short-answer-question';
|
|
9
|
+
export type { GenerateShortAnswerQuestionClientInput, GenerateShortAnswerQuestionOutput } from './ai/flows/question-gen/generate-short-answer-question-types';
|
|
10
|
+
export { generateNumericQuestion } from './ai/flows/question-gen/generate-numeric-question';
|
|
11
|
+
export type { GenerateNumericQuestionClientInput, GenerateNumericQuestionOutput } from './ai/flows/question-gen/generate-numeric-question-types';
|
|
12
|
+
export { generateFillInTheBlanksQuestion } from './ai/flows/question-gen/generate-fitb-question';
|
|
13
|
+
export type { GenerateFillInTheBlanksQuestionClientInput, GenerateFillInTheBlanksQuestionOutput } from './ai/flows/question-gen/generate-fitb-question-types';
|
|
14
|
+
export { generateSequenceQuestion } from './ai/flows/question-gen/generate-sequence-question';
|
|
15
|
+
export type { GenerateSequenceQuestionClientInput, GenerateSequenceQuestionOutput } from './ai/flows/question-gen/generate-sequence-question-types';
|
|
16
|
+
export { generateMatchingQuestion } from './ai/flows/question-gen/generate-matching-question';
|
|
17
|
+
export type { GenerateMatchingQuestionClientInput, GenerateMatchingQuestionOutput } from './ai/flows/question-gen/generate-matching-question-types';
|
|
18
|
+
export { generateCodingQuestion } from './ai/flows/question-gen/generate-coding-question';
|
|
19
|
+
export type { GenerateCodingQuestionClientInput, GenerateCodingQuestionOutput } from './ai/flows/question-gen/generate-coding-question-types';
|
|
20
|
+
export { generateQuizPlan } from './ai/flows/generate-quiz-plan';
|
|
21
|
+
export type { GenerateQuizPlanClientInput, GenerateQuizPlanOutput, PlannedQuestion, BloomLevelStringsForAI } from './ai/flows/generate-quiz-plan-types';
|
|
22
|
+
export { generateQuestionsFromQuizPlan } from './ai/flows/generate-questions-from-quiz-plan';
|
|
23
|
+
export type { GenerateQuestionsFromQuizPlanClientInput, GenerateQuestionsFromQuizPlanOutput } from './ai/flows/generate-questions-from-quiz-plan-types';
|
|
24
|
+
export { generateQuizReview } from './ai/flows/generate-quiz-review';
|
|
25
|
+
export type { GenerateQuizReviewClientInput, GenerateQuizReviewOutput } from './ai/flows/review-types';
|
|
26
|
+
export { generatePracticeSuggestion } from './ai/flows/generate-practice-suggestion';
|
|
27
|
+
export type { GeneratePracticeSuggestionClientInput, GeneratePracticeSuggestionOutput } from './ai/flows/generate-practice-suggestion';
|
|
28
|
+
export { generateLearningAnalysis } from './ai/flows/generate-learning-analysis';
|
|
29
|
+
export type { GenerateLearningAnalysisClientInput, GenerateLearningAnalysisOutput } from './ai/flows/generate-learning-analysis-types';
|
|
30
|
+
export { generateMotivationalQuote } from './ai/flows/generate-motivational-quote';
|
|
31
|
+
export type { GenerateMotivationalQuoteClientInput, GenerateMotivationalQuoteOutput } from './ai/flows/motivational-quote-types';
|
|
32
|
+
export { planKnowledgeCards } from './ai/flows/plan-knowledge-cards';
|
|
33
|
+
export type { PlanKnowledgeCardsClientInput, PlanKnowledgeCardsOutput } from './ai/flows/plan-knowledge-cards-types';
|
|
34
|
+
export { generateSingleKnowledgeCard } from './ai/flows/generate-single-knowledge-card';
|
|
35
|
+
export type { GenerateSingleKnowledgeCardClientInput, GenerateSingleKnowledgeCardOutput } from './ai/flows/generate-single-knowledge-card-types';
|
|
36
|
+
export { assessAndMapDocument } from './ai/flows/assess-and-map-document';
|
|
37
|
+
export type { AssessAndMapDocumentClientInput, AssessAndMapDocumentOutput } from './ai/flows/assess-and-map-document-types';
|
|
38
|
+
export { generateQuizFromText } from './ai/flows/generate-quiz-from-text';
|
|
39
|
+
export type { GenerateQuizFromTextClientInput, GenerateQuizFromTextOutput } from './ai/flows/generate-quiz-from-text-types';
|
|
40
|
+
//# sourceMappingURL=ai.d.ts.map
|
package/dist/ai.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai.d.ts","sourceRoot":"","sources":["../src/ai.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from './index';
|
|
2
|
+
export type * from './index';
|
|
3
|
+
export * from './ai';
|
|
4
|
+
export type * from './ai';
|
|
5
|
+
export { QuizAuthoringTool, EditQuestionModal, AIQuestionGeneratorModal, AIFullQuizGeneratorModal, SCORMExportModal, ImportQuestionsModal, APIKeyManagerModal, QuestionList, QuestionFilters, QuestionFormDialog, MetadataTabs, SubjectManager, TopicManager, CategoryManager, GradeLevelManager, BloomLevelManager, QuestionTypeManager, LearningObjectiveManager, ContextManager, ApproachManager, useToast, toast, Toaster, } from './react-ui';
|
|
6
|
+
//# sourceMappingURL=authoring.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"authoring.d.ts","sourceRoot":"","sources":["../src/authoring.ts"],"names":[],"mappings":"AAGA,cAAc,SAAS,CAAC;AACxB,mBAAmB,SAAS,CAAC;AAG7B,cAAc,MAAM,CAAC;AACrB,mBAAmB,MAAM,CAAC;AAG1B,OAAO,EAEL,iBAAiB,EACjB,iBAAiB,EAEjB,wBAAwB,EACxB,wBAAwB,EAExB,gBAAgB,EAChB,oBAAoB,EAEpB,kBAAkB,EAGlB,YAAY,EACZ,eAAe,EACf,kBAAkB,EAGlB,YAAY,EACZ,cAAc,EACd,YAAY,EACZ,eAAe,EACf,iBAAiB,EACjB,iBAAiB,EACjB,mBAAmB,EACnB,wBAAwB,EACxB,cAAc,EACd,eAAe,EAGf,QAAQ,EACR,KAAK,EACL,OAAO,GACR,MAAM,YAAY,CAAC"}
|
package/dist/i18n.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../src/i18n.ts"],"names":[],"mappings":"AAIA,OAAO,IAAI,MAAM,SAAS,CAAC;AA0E3B,eAAe,IAAI,CAAC"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export type { RichContentString, MarkdownString } from "./types/common";
|
|
2
|
+
export type { CodeNamedEntity, Subject, GradeLevel, BloomLevelType, QuestionTypeType, Category, Context, Topic, BloomLevelName, StandardDifficulty, KnowledgeDimension, ApproachTableRawDifficulty, Approach, LearningObjectiveMetadata } from "./types/metadata";
|
|
3
|
+
export type { QuestionInBank } from "./types/question-bank";
|
|
4
|
+
export type { LearningObjective } from "./types/learning-objectives";
|
|
5
|
+
export type { QuestionTypeStrings, BaseQuestion, MultipleChoiceQuestion, MultipleResponseQuestion, FillInTheBlanksQuestion, DragAndDropQuestion, TrueFalseQuestion, ShortAnswerQuestion, NumericQuestion, SequenceQuestion, MatchingQuestion, HotspotQuestion, BlocklyProgrammingQuestion, ScratchProgrammingQuestion, CodingQuestion, QuizQuestion, QuestionOption, SequenceItem, MatchPromptItem, MatchOptionItem, DraggableItem, DropZone, HotspotArea, TestCase, SupportedCodingLanguage } from "./types/questions";
|
|
6
|
+
export type { SCORMSettings, QuizSettings } from "./types/quiz-settings";
|
|
7
|
+
export type { QuizConfig } from "./types/quiz-config";
|
|
8
|
+
export type { UserAnswerType, UserAnswers, PerformanceByLearningObjective, PerformanceByCategory, PerformanceByTopic, PerformanceByDifficulty, PerformanceByBloomLevel, PerformanceMetric, AnswerDetail, QuizResultType, TestCaseResult } from "./types/results";
|
|
9
|
+
export type { QuizEngineCallbacks, QuizEngineConstructorOptions } from "./types/quiz-engine";
|
|
10
|
+
export type { ImportError, QuestionReview, QuizReviewContent, Achievement, AchievementDefinition, PracticeDifficulty, PracticeSuggestionTopic, PracticeSuggestion, KnowledgeCard, PracticeSession, PracticeStats, PracticeSessionSummary, PracticeTopicSummary, ActivityCalendarData, PerformanceSummary, ImageContextItem } from "./types/misc";
|
|
11
|
+
export type { RoadmapItem, WeeklyRoadmap, AnalysisReport, LearningAnalysis, DashboardCardId, DashboardCardConfig, DashboardLayout, ChatMessage, ChatContext, GoalType, Goal } from "./types/ai-ecosystem";
|
|
12
|
+
export { QuizEngine } from './services/QuizEngine';
|
|
13
|
+
export { QuizEditorService } from './services/QuizEditorService';
|
|
14
|
+
export { QuestionImportService } from './services/QuestionImportService';
|
|
15
|
+
export { APIKeyService, GEMINI_API_KEY_SERVICE_NAME } from './services/APIKeyService';
|
|
16
|
+
export { UserConfigService } from './services/UserConfigService';
|
|
17
|
+
export { PracticeHistoryService } from './services/PracticeHistoryService';
|
|
18
|
+
export { AchievementService } from './services/AchievementService';
|
|
19
|
+
export { QuoteService } from './services/MotivationalQuotes';
|
|
20
|
+
export { KnowledgeCardService } from './services/KnowledgeCardService';
|
|
21
|
+
export { MetadataService } from './services/metadataService';
|
|
22
|
+
export { QuestionBankService } from './services/questionBankService';
|
|
23
|
+
export type { QuestionFilters } from './services/questionBankService';
|
|
24
|
+
export { generateLauncherHTML } from './services/HTMLLauncherGenerator';
|
|
25
|
+
export { generateSCORMManifest } from './services/SCORMManifestGenerator';
|
|
26
|
+
export { exportQuizAsSCORMZip } from './services/scormPackaging';
|
|
27
|
+
export { SCORMService } from './services/SCORMService';
|
|
28
|
+
export { sampleQuiz, emptyQuiz } from './services/sampleQuiz';
|
|
29
|
+
export { generateUniqueId } from './utils/idGenerators';
|
|
30
|
+
export { cn } from './utils/utils';
|
|
31
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/player.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { QuizConfig } from '.';
|
|
2
|
+
/**
|
|
3
|
+
* Hàm này là entry point duy nhất cho gói SCORM hoặc môi trường độc lập.
|
|
4
|
+
* Nó sẽ được gọi từ file index.html để khởi tạo và render toàn bộ ứng dụng quiz
|
|
5
|
+
* vào một phần tử DOM được chỉ định.
|
|
6
|
+
*
|
|
7
|
+
* @param targetElementId ID của thẻ div trong HTML nơi quiz sẽ được render (ví dụ: 'root').
|
|
8
|
+
* @param quizConfig Đối tượng cấu hình quiz đầy đủ.
|
|
9
|
+
*/
|
|
10
|
+
declare function mountQuizPlayer(targetElementId: string, quizConfig: QuizConfig): void;
|
|
11
|
+
export { mountQuizPlayer };
|
|
12
|
+
//# sourceMappingURL=player.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"player.d.ts","sourceRoot":"","sources":["../src/player.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,UAAU,EAAkB,MAAM,GAAG,CAAC;AAEpD;;;;;;;GAOG;AACH,iBAAS,eAAe,CACtB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,UAAU,QAsEvB;AAGD,OAAO,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"APIKeyManagerModal.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/app/APIKeyManagerModal.tsx"],"names":[],"mappings":"AAKA,OAAO,KAA8B,MAAM,OAAO,CAAC;AASnD,UAAU,uBAAuB;IAC/B,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAgFhE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppController.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/app/AppController.tsx"],"names":[],"mappings":"AAOA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAmBnD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EA4LjC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ManageImageContexts.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/app/ManageImageContexts.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAkBxE,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAyNvC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ManageTopics.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/app/ManageTopics.tsx"],"names":[],"mappings":"AAMA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAoBjF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAsPhC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PersonalPracticeDashboard.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/app/PersonalPracticeDashboard.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAoD,MAAM,OAAO,CAAC;AA4DzE,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,EA8S7C,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type SettingsTab = 'personal' | 'topics' | 'imageContexts' | 'layout' | 'apiKeys';
|
|
3
|
+
interface SettingsModalProps {
|
|
4
|
+
isOpen: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
defaultTab?: SettingsTab;
|
|
7
|
+
}
|
|
8
|
+
export declare const SettingsModal: React.FC<SettingsModalProps>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=SettingsModal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SettingsModal.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/app/SettingsModal.tsx"],"names":[],"mappings":"AAMA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAqBnD,KAAK,WAAW,GAAG,UAAU,GAAG,QAAQ,GAAG,eAAe,GAAG,QAAQ,GAAG,SAAS,CAAC;AAElF,UAAU,kBAAkB;IAC1B,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,UAAU,CAAC,EAAE,WAAW,CAAC;CAC1B;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA+LtD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UploadResourceModal.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/app/UploadResourceModal.tsx"],"names":[],"mappings":"AAMA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAqBhE,UAAU,wBAAwB;IAChC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAID,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAyPlE,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { QuizQuestion } from '../../..';
|
|
3
|
+
interface AIFullQuizGeneratorModalProps {
|
|
4
|
+
isOpen: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
onQuizGenerated: (questions: QuizQuestion[]) => void;
|
|
7
|
+
language: string;
|
|
8
|
+
}
|
|
9
|
+
export declare const AIFullQuizGeneratorModal: React.FC<AIFullQuizGeneratorModalProps>;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=AIFullQuizGeneratorModal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AIFullQuizGeneratorModal.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/authoring/AIFullQuizGeneratorModal.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAmBnD,OAAO,KAAK,EAAE,YAAY,EAAuB,MAAM,UAAU,CAAC;AAwBlE,UAAU,6BAA6B;IACrC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,eAAe,EAAE,CAAC,SAAS,EAAE,YAAY,EAAE,KAAK,IAAI,CAAC;IACrD,QAAQ,EAAE,MAAM,CAAC;CAClB;AAiBD,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAshB5E,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { QuizQuestion } from '../../..';
|
|
3
|
+
interface AIQuestionGeneratorModalProps {
|
|
4
|
+
isOpen: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
onQuestionGenerated: (question: QuizQuestion) => void;
|
|
7
|
+
language: string;
|
|
8
|
+
}
|
|
9
|
+
export declare const contextOptions: {
|
|
10
|
+
shortContextId: string;
|
|
11
|
+
contextId: string;
|
|
12
|
+
contextDescription: string;
|
|
13
|
+
contextExample: string;
|
|
14
|
+
keywords: string;
|
|
15
|
+
}[];
|
|
16
|
+
export type BloomLevelStrings = 'remembering' | 'understanding' | 'applying';
|
|
17
|
+
export declare const AIQuestionGeneratorModal: React.FC<AIQuestionGeneratorModalProps>;
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=AIQuestionGeneratorModal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AIQuestionGeneratorModal.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/authoring/AIQuestionGeneratorModal.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAQnD,OAAO,KAAK,EAAE,YAAY,EAAuB,MAAM,UAAU,CAAC;AAuBlE,UAAU,6BAA6B;IACrC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,mBAAmB,EAAE,CAAC,QAAQ,EAAE,YAAY,KAAK,IAAI,CAAC;IACtD,QAAQ,EAAE,MAAM,CAAC;CAClB;AAaD,eAAO,MAAM,cAAc,EAAE;IAAE,cAAc,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,kBAAkB,EAAE,MAAM,CAAC;IAAC,cAAc,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAC,EAY9I,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,aAAa,GAAG,eAAe,GAAG,UAAU,CAAC;AAyD7E,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CA2W5E,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { BlocklyProgrammingQuestion } from '../../..';
|
|
3
|
+
interface BlocklyProgrammingQuestionFormProps {
|
|
4
|
+
question: BlocklyProgrammingQuestion;
|
|
5
|
+
onFormChange: (updates: Partial<BlocklyProgrammingQuestion>) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const BlocklyProgrammingQuestionForm: React.FC<BlocklyProgrammingQuestionFormProps>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=BlocklyProgrammingQuestionForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BlocklyProgrammingQuestionForm.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/authoring/BlocklyProgrammingQuestionForm.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,UAAU,CAAC;AAI3D,UAAU,mCAAmC;IAC3C,QAAQ,EAAE,0BAA0B,CAAC;IACrC,YAAY,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,0BAA0B,CAAC,KAAK,IAAI,CAAC;CACtE;AAED,eAAO,MAAM,8BAA8B,EAAE,KAAK,CAAC,EAAE,CAAC,mCAAmC,CAqExF,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { CodingQuestion } from '../../..';
|
|
3
|
+
interface CodingQuestionFormProps {
|
|
4
|
+
question: CodingQuestion;
|
|
5
|
+
onFormChange: (updates: Partial<CodingQuestion>) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const CodingQuestionForm: React.FC<CodingQuestionFormProps>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=CodingQuestionForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodingQuestionForm.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/authoring/CodingQuestionForm.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,cAAc,EAAqC,MAAM,UAAU,CAAC;AAUlF,UAAU,uBAAuB;IAC/B,QAAQ,EAAE,cAAc,CAAC;IACzB,YAAY,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;CAC1D;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAsIhE,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { DragAndDropQuestion } from '../../..';
|
|
3
|
+
interface DragAndDropQuestionFormProps {
|
|
4
|
+
question: DragAndDropQuestion;
|
|
5
|
+
onFormChange: (updates: Partial<DragAndDropQuestion>) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const DragAndDropQuestionForm: React.FC<DragAndDropQuestionFormProps>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=DragAndDropQuestionForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DragAndDropQuestionForm.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/authoring/DragAndDropQuestionForm.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,mBAAmB,EAA2B,MAAM,UAAU,CAAC;AAS7E,UAAU,4BAA4B;IACpC,QAAQ,EAAE,mBAAmB,CAAC;IAC9B,YAAY,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,mBAAmB,CAAC,KAAK,IAAI,CAAC;CAC/D;AAED,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CA6K1E,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { QuizQuestion } from '../../..';
|
|
3
|
+
interface EditQuestionModalProps {
|
|
4
|
+
isOpen: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
questionData: QuizQuestion | null;
|
|
7
|
+
onSave: (question: QuizQuestion) => void;
|
|
8
|
+
}
|
|
9
|
+
export declare const EditQuestionModal: React.FC<EditQuestionModalProps>;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=EditQuestionModal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EditQuestionModal.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/authoring/EditQuestionModal.tsx"],"names":[],"mappings":"AAKA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,KAAK,EAAE,YAAY,EAA6S,MAAM,UAAU,CAAC;AAkCxV,UAAU,sBAAsB;IAC9B,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,EAAE,YAAY,GAAG,IAAI,CAAC;IAClC,MAAM,EAAE,CAAC,QAAQ,EAAE,YAAY,KAAK,IAAI,CAAC;CAC1C;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CA6M9D,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FillInTheBlanksQuestion } from '../../..';
|
|
3
|
+
interface FillInTheBlanksQuestionFormProps {
|
|
4
|
+
question: FillInTheBlanksQuestion;
|
|
5
|
+
onFormChange: (updates: Partial<FillInTheBlanksQuestion>) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const FillInTheBlanksQuestionForm: React.FC<FillInTheBlanksQuestionFormProps>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=FillInTheBlanksQuestionForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FillInTheBlanksQuestionForm.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/authoring/FillInTheBlanksQuestionForm.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAC;AASxD,UAAU,gCAAgC;IACxC,QAAQ,EAAE,uBAAuB,CAAC;IAClC,YAAY,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,uBAAuB,CAAC,KAAK,IAAI,CAAC;CACnE;AAED,eAAO,MAAM,2BAA2B,EAAE,KAAK,CAAC,EAAE,CAAC,gCAAgC,CAkLlF,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { HotspotQuestion } from '../../..';
|
|
3
|
+
interface HotspotQuestionFormProps {
|
|
4
|
+
question: HotspotQuestion;
|
|
5
|
+
onFormChange: (updates: Partial<HotspotQuestion>) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const HotspotQuestionForm: React.FC<HotspotQuestionFormProps>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=HotspotQuestionForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HotspotQuestionForm.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/authoring/HotspotQuestionForm.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,eAAe,EAAe,MAAM,UAAU,CAAC;AAU7D,UAAU,wBAAwB;IAChC,QAAQ,EAAE,eAAe,CAAC;IAC1B,YAAY,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,eAAe,CAAC,KAAK,IAAI,CAAC;CAC3D;AAED,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAyIlE,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { QuizQuestion } from '../../..';
|
|
3
|
+
interface ImportQuestionsModalProps {
|
|
4
|
+
isOpen: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
onImportConfirm: (questions: QuizQuestion[]) => void;
|
|
7
|
+
}
|
|
8
|
+
export declare const ImportQuestionsModal: React.FC<ImportQuestionsModalProps>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=ImportQuestionsModal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImportQuestionsModal.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/authoring/ImportQuestionsModal.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAmBxE,OAAO,KAAK,EAAE,YAAY,EAAe,MAAM,UAAU,CAAC;AAE1D,UAAU,yBAAyB;IACjC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,eAAe,EAAE,CAAC,SAAS,EAAE,YAAY,EAAE,KAAK,IAAI,CAAC;CACtD;AAID,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CA6MpE,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { MatchingQuestion } from '../../..';
|
|
3
|
+
interface MatchingQuestionFormProps {
|
|
4
|
+
question: MatchingQuestion;
|
|
5
|
+
onFormChange: (updates: Partial<MatchingQuestion>) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const MatchingQuestionForm: React.FC<MatchingQuestionFormProps>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=MatchingQuestionForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MatchingQuestionForm.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/authoring/MatchingQuestionForm.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,gBAAgB,EAAoC,MAAM,UAAU,CAAC;AASnF,UAAU,yBAAyB;IACjC,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,YAAY,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;CAC5D;AAED,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAmKpE,CAAC"}
|