@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,272 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import type { ImageContextItem } from '../../types/misc';
|
|
3
|
+
import type { QuestionTypeStrings } from '../../types/questions';
|
|
4
|
+
export declare const TopicWithMetadataSchema: z.ZodObject<{
|
|
5
|
+
topic: z.ZodString;
|
|
6
|
+
ratio: z.ZodNumber;
|
|
7
|
+
originalLoId: z.ZodOptional<z.ZodString>;
|
|
8
|
+
originalSubject: z.ZodOptional<z.ZodString>;
|
|
9
|
+
originalCategory: z.ZodOptional<z.ZodString>;
|
|
10
|
+
originalTopic: z.ZodOptional<z.ZodString>;
|
|
11
|
+
commonMisconceptions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12
|
+
}, "strip", z.ZodTypeAny, {
|
|
13
|
+
topic: string;
|
|
14
|
+
ratio: number;
|
|
15
|
+
originalLoId?: string | undefined;
|
|
16
|
+
originalSubject?: string | undefined;
|
|
17
|
+
originalCategory?: string | undefined;
|
|
18
|
+
originalTopic?: string | undefined;
|
|
19
|
+
commonMisconceptions?: string[] | undefined;
|
|
20
|
+
}, {
|
|
21
|
+
topic: string;
|
|
22
|
+
ratio: number;
|
|
23
|
+
originalLoId?: string | undefined;
|
|
24
|
+
originalSubject?: string | undefined;
|
|
25
|
+
originalCategory?: string | undefined;
|
|
26
|
+
originalTopic?: string | undefined;
|
|
27
|
+
commonMisconceptions?: string[] | undefined;
|
|
28
|
+
}>;
|
|
29
|
+
export type TopicWithMetadata = z.infer<typeof TopicWithMetadataSchema>;
|
|
30
|
+
declare const BloomLevelStringsEnum: z.ZodEnum<["remembering", "understanding", "applying", "analyzing", "evaluating", "creating"]>;
|
|
31
|
+
export type BloomLevelStringsForAI = z.infer<typeof BloomLevelStringsEnum>;
|
|
32
|
+
export declare const GenerateQuizPlanClientInputSchema: z.ZodObject<{
|
|
33
|
+
language: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
34
|
+
totalQuestions: z.ZodNumber;
|
|
35
|
+
numCodingQuestions: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
36
|
+
topics: z.ZodArray<z.ZodObject<{
|
|
37
|
+
topic: z.ZodString;
|
|
38
|
+
ratio: z.ZodNumber;
|
|
39
|
+
originalLoId: z.ZodOptional<z.ZodString>;
|
|
40
|
+
originalSubject: z.ZodOptional<z.ZodString>;
|
|
41
|
+
originalCategory: z.ZodOptional<z.ZodString>;
|
|
42
|
+
originalTopic: z.ZodOptional<z.ZodString>;
|
|
43
|
+
commonMisconceptions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
44
|
+
}, "strip", z.ZodTypeAny, {
|
|
45
|
+
topic: string;
|
|
46
|
+
ratio: number;
|
|
47
|
+
originalLoId?: string | undefined;
|
|
48
|
+
originalSubject?: string | undefined;
|
|
49
|
+
originalCategory?: string | undefined;
|
|
50
|
+
originalTopic?: string | undefined;
|
|
51
|
+
commonMisconceptions?: string[] | undefined;
|
|
52
|
+
}, {
|
|
53
|
+
topic: string;
|
|
54
|
+
ratio: number;
|
|
55
|
+
originalLoId?: string | undefined;
|
|
56
|
+
originalSubject?: string | undefined;
|
|
57
|
+
originalCategory?: string | undefined;
|
|
58
|
+
originalTopic?: string | undefined;
|
|
59
|
+
commonMisconceptions?: string[] | undefined;
|
|
60
|
+
}>, "many">;
|
|
61
|
+
bloomLevels: z.ZodArray<z.ZodObject<{
|
|
62
|
+
level: z.ZodEnum<["remembering", "understanding", "applying", "analyzing", "evaluating", "creating"]>;
|
|
63
|
+
ratio: z.ZodNumber;
|
|
64
|
+
}, "strip", z.ZodTypeAny, {
|
|
65
|
+
ratio: number;
|
|
66
|
+
level: "remembering" | "understanding" | "applying" | "analyzing" | "evaluating" | "creating";
|
|
67
|
+
}, {
|
|
68
|
+
ratio: number;
|
|
69
|
+
level: "remembering" | "understanding" | "applying" | "analyzing" | "evaluating" | "creating";
|
|
70
|
+
}>, "many">;
|
|
71
|
+
selectedContextIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
72
|
+
selectedQuestionTypes: z.ZodArray<z.ZodEnum<[QuestionTypeStrings, ...QuestionTypeStrings[]]>, "many">;
|
|
73
|
+
imageContexts: z.ZodOptional<z.ZodArray<z.ZodType<ImageContextItem, z.ZodTypeDef, ImageContextItem>, "many">>;
|
|
74
|
+
}, "strip", z.ZodTypeAny, {
|
|
75
|
+
language: string;
|
|
76
|
+
totalQuestions: number;
|
|
77
|
+
topics: {
|
|
78
|
+
topic: string;
|
|
79
|
+
ratio: number;
|
|
80
|
+
originalLoId?: string | undefined;
|
|
81
|
+
originalSubject?: string | undefined;
|
|
82
|
+
originalCategory?: string | undefined;
|
|
83
|
+
originalTopic?: string | undefined;
|
|
84
|
+
commonMisconceptions?: string[] | undefined;
|
|
85
|
+
}[];
|
|
86
|
+
numCodingQuestions: number;
|
|
87
|
+
bloomLevels: {
|
|
88
|
+
ratio: number;
|
|
89
|
+
level: "remembering" | "understanding" | "applying" | "analyzing" | "evaluating" | "creating";
|
|
90
|
+
}[];
|
|
91
|
+
selectedQuestionTypes: QuestionTypeStrings[];
|
|
92
|
+
selectedContextIds?: string[] | undefined;
|
|
93
|
+
imageContexts?: ImageContextItem[] | undefined;
|
|
94
|
+
}, {
|
|
95
|
+
totalQuestions: number;
|
|
96
|
+
topics: {
|
|
97
|
+
topic: string;
|
|
98
|
+
ratio: number;
|
|
99
|
+
originalLoId?: string | undefined;
|
|
100
|
+
originalSubject?: string | undefined;
|
|
101
|
+
originalCategory?: string | undefined;
|
|
102
|
+
originalTopic?: string | undefined;
|
|
103
|
+
commonMisconceptions?: string[] | undefined;
|
|
104
|
+
}[];
|
|
105
|
+
bloomLevels: {
|
|
106
|
+
ratio: number;
|
|
107
|
+
level: "remembering" | "understanding" | "applying" | "analyzing" | "evaluating" | "creating";
|
|
108
|
+
}[];
|
|
109
|
+
selectedQuestionTypes: QuestionTypeStrings[];
|
|
110
|
+
language?: string | undefined;
|
|
111
|
+
numCodingQuestions?: number | undefined;
|
|
112
|
+
selectedContextIds?: string[] | undefined;
|
|
113
|
+
imageContexts?: ImageContextItem[] | undefined;
|
|
114
|
+
}>;
|
|
115
|
+
export type GenerateQuizPlanClientInput = z.infer<typeof GenerateQuizPlanClientInputSchema>;
|
|
116
|
+
export declare const PlannedQuestionSchema: z.ZodObject<{
|
|
117
|
+
plannedTopic: z.ZodString;
|
|
118
|
+
plannedQuestionType: z.ZodEnum<[QuestionTypeStrings, ...QuestionTypeStrings[]]>;
|
|
119
|
+
plannedBloomLevel: z.ZodEnum<["remembering", "understanding", "applying", "analyzing", "evaluating", "creating"]>;
|
|
120
|
+
plannedContextId: z.ZodOptional<z.ZodString>;
|
|
121
|
+
imageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
122
|
+
targetMisconception: z.ZodOptional<z.ZodString>;
|
|
123
|
+
difficultyReason: z.ZodOptional<z.ZodString>;
|
|
124
|
+
topicSpecificity: z.ZodOptional<z.ZodEnum<["broad", "focused", "specific"]>>;
|
|
125
|
+
originalLoId: z.ZodOptional<z.ZodString>;
|
|
126
|
+
originalSubject: z.ZodOptional<z.ZodString>;
|
|
127
|
+
originalCategory: z.ZodOptional<z.ZodString>;
|
|
128
|
+
originalTopic: z.ZodOptional<z.ZodString>;
|
|
129
|
+
}, "strip", z.ZodTypeAny, {
|
|
130
|
+
plannedTopic: string;
|
|
131
|
+
plannedQuestionType: QuestionTypeStrings;
|
|
132
|
+
plannedBloomLevel: "remembering" | "understanding" | "applying" | "analyzing" | "evaluating" | "creating";
|
|
133
|
+
plannedContextId?: string | undefined;
|
|
134
|
+
targetMisconception?: string | undefined;
|
|
135
|
+
difficultyReason?: string | undefined;
|
|
136
|
+
topicSpecificity?: "broad" | "focused" | "specific" | undefined;
|
|
137
|
+
originalLoId?: string | undefined;
|
|
138
|
+
originalSubject?: string | undefined;
|
|
139
|
+
originalCategory?: string | undefined;
|
|
140
|
+
originalTopic?: string | undefined;
|
|
141
|
+
imageId?: string | null | undefined;
|
|
142
|
+
}, {
|
|
143
|
+
plannedTopic: string;
|
|
144
|
+
plannedQuestionType: QuestionTypeStrings;
|
|
145
|
+
plannedBloomLevel: "remembering" | "understanding" | "applying" | "analyzing" | "evaluating" | "creating";
|
|
146
|
+
plannedContextId?: string | undefined;
|
|
147
|
+
targetMisconception?: string | undefined;
|
|
148
|
+
difficultyReason?: string | undefined;
|
|
149
|
+
topicSpecificity?: "broad" | "focused" | "specific" | undefined;
|
|
150
|
+
originalLoId?: string | undefined;
|
|
151
|
+
originalSubject?: string | undefined;
|
|
152
|
+
originalCategory?: string | undefined;
|
|
153
|
+
originalTopic?: string | undefined;
|
|
154
|
+
imageId?: string | null | undefined;
|
|
155
|
+
}>;
|
|
156
|
+
export type PlannedQuestion = z.infer<typeof PlannedQuestionSchema>;
|
|
157
|
+
export declare const GenerateQuizPlanOutputSchema: z.ZodObject<{
|
|
158
|
+
quizPlan: z.ZodArray<z.ZodObject<{
|
|
159
|
+
plannedTopic: z.ZodString;
|
|
160
|
+
plannedQuestionType: z.ZodEnum<[QuestionTypeStrings, ...QuestionTypeStrings[]]>;
|
|
161
|
+
plannedBloomLevel: z.ZodEnum<["remembering", "understanding", "applying", "analyzing", "evaluating", "creating"]>;
|
|
162
|
+
plannedContextId: z.ZodOptional<z.ZodString>;
|
|
163
|
+
imageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
164
|
+
targetMisconception: z.ZodOptional<z.ZodString>;
|
|
165
|
+
difficultyReason: z.ZodOptional<z.ZodString>;
|
|
166
|
+
topicSpecificity: z.ZodOptional<z.ZodEnum<["broad", "focused", "specific"]>>;
|
|
167
|
+
originalLoId: z.ZodOptional<z.ZodString>;
|
|
168
|
+
originalSubject: z.ZodOptional<z.ZodString>;
|
|
169
|
+
originalCategory: z.ZodOptional<z.ZodString>;
|
|
170
|
+
originalTopic: z.ZodOptional<z.ZodString>;
|
|
171
|
+
}, "strip", z.ZodTypeAny, {
|
|
172
|
+
plannedTopic: string;
|
|
173
|
+
plannedQuestionType: QuestionTypeStrings;
|
|
174
|
+
plannedBloomLevel: "remembering" | "understanding" | "applying" | "analyzing" | "evaluating" | "creating";
|
|
175
|
+
plannedContextId?: string | undefined;
|
|
176
|
+
targetMisconception?: string | undefined;
|
|
177
|
+
difficultyReason?: string | undefined;
|
|
178
|
+
topicSpecificity?: "broad" | "focused" | "specific" | undefined;
|
|
179
|
+
originalLoId?: string | undefined;
|
|
180
|
+
originalSubject?: string | undefined;
|
|
181
|
+
originalCategory?: string | undefined;
|
|
182
|
+
originalTopic?: string | undefined;
|
|
183
|
+
imageId?: string | null | undefined;
|
|
184
|
+
}, {
|
|
185
|
+
plannedTopic: string;
|
|
186
|
+
plannedQuestionType: QuestionTypeStrings;
|
|
187
|
+
plannedBloomLevel: "remembering" | "understanding" | "applying" | "analyzing" | "evaluating" | "creating";
|
|
188
|
+
plannedContextId?: string | undefined;
|
|
189
|
+
targetMisconception?: string | undefined;
|
|
190
|
+
difficultyReason?: string | undefined;
|
|
191
|
+
topicSpecificity?: "broad" | "focused" | "specific" | undefined;
|
|
192
|
+
originalLoId?: string | undefined;
|
|
193
|
+
originalSubject?: string | undefined;
|
|
194
|
+
originalCategory?: string | undefined;
|
|
195
|
+
originalTopic?: string | undefined;
|
|
196
|
+
imageId?: string | null | undefined;
|
|
197
|
+
}>, "many">;
|
|
198
|
+
diversityMetrics: z.ZodOptional<z.ZodObject<{
|
|
199
|
+
questionTypeDistribution: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
200
|
+
bloomLevelDistribution: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
201
|
+
maxConsecutiveSameType: z.ZodOptional<z.ZodNumber>;
|
|
202
|
+
}, "strip", z.ZodTypeAny, {
|
|
203
|
+
questionTypeDistribution?: Record<string, number> | undefined;
|
|
204
|
+
bloomLevelDistribution?: Record<string, number> | undefined;
|
|
205
|
+
maxConsecutiveSameType?: number | undefined;
|
|
206
|
+
}, {
|
|
207
|
+
questionTypeDistribution?: Record<string, number> | undefined;
|
|
208
|
+
bloomLevelDistribution?: Record<string, number> | undefined;
|
|
209
|
+
maxConsecutiveSameType?: number | undefined;
|
|
210
|
+
}>>;
|
|
211
|
+
planningStrategy: z.ZodOptional<z.ZodObject<{
|
|
212
|
+
overallApproach: z.ZodOptional<z.ZodString>;
|
|
213
|
+
keyDecisions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
214
|
+
}, "strip", z.ZodTypeAny, {
|
|
215
|
+
overallApproach?: string | undefined;
|
|
216
|
+
keyDecisions?: string[] | undefined;
|
|
217
|
+
}, {
|
|
218
|
+
overallApproach?: string | undefined;
|
|
219
|
+
keyDecisions?: string[] | undefined;
|
|
220
|
+
}>>;
|
|
221
|
+
}, "strip", z.ZodTypeAny, {
|
|
222
|
+
quizPlan: {
|
|
223
|
+
plannedTopic: string;
|
|
224
|
+
plannedQuestionType: QuestionTypeStrings;
|
|
225
|
+
plannedBloomLevel: "remembering" | "understanding" | "applying" | "analyzing" | "evaluating" | "creating";
|
|
226
|
+
plannedContextId?: string | undefined;
|
|
227
|
+
targetMisconception?: string | undefined;
|
|
228
|
+
difficultyReason?: string | undefined;
|
|
229
|
+
topicSpecificity?: "broad" | "focused" | "specific" | undefined;
|
|
230
|
+
originalLoId?: string | undefined;
|
|
231
|
+
originalSubject?: string | undefined;
|
|
232
|
+
originalCategory?: string | undefined;
|
|
233
|
+
originalTopic?: string | undefined;
|
|
234
|
+
imageId?: string | null | undefined;
|
|
235
|
+
}[];
|
|
236
|
+
diversityMetrics?: {
|
|
237
|
+
questionTypeDistribution?: Record<string, number> | undefined;
|
|
238
|
+
bloomLevelDistribution?: Record<string, number> | undefined;
|
|
239
|
+
maxConsecutiveSameType?: number | undefined;
|
|
240
|
+
} | undefined;
|
|
241
|
+
planningStrategy?: {
|
|
242
|
+
overallApproach?: string | undefined;
|
|
243
|
+
keyDecisions?: string[] | undefined;
|
|
244
|
+
} | undefined;
|
|
245
|
+
}, {
|
|
246
|
+
quizPlan: {
|
|
247
|
+
plannedTopic: string;
|
|
248
|
+
plannedQuestionType: QuestionTypeStrings;
|
|
249
|
+
plannedBloomLevel: "remembering" | "understanding" | "applying" | "analyzing" | "evaluating" | "creating";
|
|
250
|
+
plannedContextId?: string | undefined;
|
|
251
|
+
targetMisconception?: string | undefined;
|
|
252
|
+
difficultyReason?: string | undefined;
|
|
253
|
+
topicSpecificity?: "broad" | "focused" | "specific" | undefined;
|
|
254
|
+
originalLoId?: string | undefined;
|
|
255
|
+
originalSubject?: string | undefined;
|
|
256
|
+
originalCategory?: string | undefined;
|
|
257
|
+
originalTopic?: string | undefined;
|
|
258
|
+
imageId?: string | null | undefined;
|
|
259
|
+
}[];
|
|
260
|
+
diversityMetrics?: {
|
|
261
|
+
questionTypeDistribution?: Record<string, number> | undefined;
|
|
262
|
+
bloomLevelDistribution?: Record<string, number> | undefined;
|
|
263
|
+
maxConsecutiveSameType?: number | undefined;
|
|
264
|
+
} | undefined;
|
|
265
|
+
planningStrategy?: {
|
|
266
|
+
overallApproach?: string | undefined;
|
|
267
|
+
keyDecisions?: string[] | undefined;
|
|
268
|
+
} | undefined;
|
|
269
|
+
}>;
|
|
270
|
+
export type GenerateQuizPlanOutput = z.infer<typeof GenerateQuizPlanOutputSchema>;
|
|
271
|
+
export {};
|
|
272
|
+
//# sourceMappingURL=generate-quiz-plan-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-quiz-plan-types.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/generate-quiz-plan-types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAGjE,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;EAQlC,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAGxE,QAAA,MAAM,qBAAqB,gGAA8F,CAAC;AAC1H,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAW3E,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAY5C,CAAC;AACH,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAG5F,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAahC,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAGpE,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWvC,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { type GenerateQuizPlanClientInput, type GenerateQuizPlanOutput } from './generate-quiz-plan-types';
|
|
2
|
+
interface PlanGenerationLog {
|
|
3
|
+
timestamp: string;
|
|
4
|
+
phase: string;
|
|
5
|
+
data: any;
|
|
6
|
+
duration?: number;
|
|
7
|
+
}
|
|
8
|
+
export declare function generateQuizPlan(clientInput: GenerateQuizPlanClientInput, apiKey: string, imageContexts?: any[]): Promise<GenerateQuizPlanOutput & {
|
|
9
|
+
logs: PlanGenerationLog[];
|
|
10
|
+
}>;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=generate-quiz-plan.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-quiz-plan.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/generate-quiz-plan.ts"],"names":[],"mappings":"AAWA,OAAO,EACL,KAAK,2BAA2B,EAChC,KAAK,sBAAsB,EAE5B,MAAM,4BAA4B,CAAC;AAMpC,UAAU,iBAAiB;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,GAAG,CAAC;IACV,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAiMD,wBAAsB,gBAAgB,CACpC,WAAW,EAAE,2BAA2B,EACxC,MAAM,EAAE,MAAM,EACd,aAAa,GAAE,GAAG,EAAO,GACxB,OAAO,CAAC,sBAAsB,GAAG;IAAE,IAAI,EAAE,iBAAiB,EAAE,CAAA;CAAE,CAAC,CA6RjE"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { type GenerateQuizReviewClientInput, type GenerateQuizReviewOutput } from './review-types';
|
|
2
|
+
export declare function generateQuizReview(clientInput: GenerateQuizReviewClientInput, apiKey: string): Promise<GenerateQuizReviewOutput>;
|
|
3
|
+
//# sourceMappingURL=generate-quiz-review.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-quiz-review.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/generate-quiz-review.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,KAAK,6BAA6B,EAClC,KAAK,wBAAwB,EAE9B,MAAM,gBAAgB,CAAC;AAOxB,wBAAsB,kBAAkB,CACtC,WAAW,EAAE,6BAA6B,EAC1C,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,wBAAwB,CAAC,CA8DnC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import type { KnowledgeCard } from '../../types/misc';
|
|
3
|
+
export declare const GenerateSingleKnowledgeCardInputSchema: z.ZodObject<{
|
|
4
|
+
language: z.ZodString;
|
|
5
|
+
concept: z.ZodString;
|
|
6
|
+
overallSubject: z.ZodString;
|
|
7
|
+
fullContext: z.ZodOptional<z.ZodString>;
|
|
8
|
+
}, "strip", z.ZodTypeAny, {
|
|
9
|
+
concept: string;
|
|
10
|
+
language: string;
|
|
11
|
+
overallSubject: string;
|
|
12
|
+
fullContext?: string | undefined;
|
|
13
|
+
}, {
|
|
14
|
+
concept: string;
|
|
15
|
+
language: string;
|
|
16
|
+
overallSubject: string;
|
|
17
|
+
fullContext?: string | undefined;
|
|
18
|
+
}>;
|
|
19
|
+
export type GenerateSingleKnowledgeCardClientInput = z.infer<typeof GenerateSingleKnowledgeCardInputSchema>;
|
|
20
|
+
export declare const GenerateSingleKnowledgeCardOutputSchema: z.ZodObject<{
|
|
21
|
+
concept: z.ZodString;
|
|
22
|
+
definition: z.ZodString;
|
|
23
|
+
example: z.ZodString;
|
|
24
|
+
}, "strip", z.ZodTypeAny, {
|
|
25
|
+
concept: string;
|
|
26
|
+
definition: string;
|
|
27
|
+
example: string;
|
|
28
|
+
}, {
|
|
29
|
+
concept: string;
|
|
30
|
+
definition: string;
|
|
31
|
+
example: string;
|
|
32
|
+
}>;
|
|
33
|
+
export type GenerateSingleKnowledgeCardOutput = Omit<KnowledgeCard, 'id'>;
|
|
34
|
+
//# sourceMappingURL=generate-single-knowledge-card-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-single-knowledge-card-types.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/generate-single-knowledge-card-types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;EAKjD,CAAC;AACH,MAAM,MAAM,sCAAsC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC;AAE5G,eAAO,MAAM,uCAAuC;;;;;;;;;;;;EAIlD,CAAC;AACH,MAAM,MAAM,iCAAiC,GAAG,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { type GenerateSingleKnowledgeCardClientInput, type GenerateSingleKnowledgeCardOutput } from './generate-single-knowledge-card-types';
|
|
2
|
+
export declare function generateSingleKnowledgeCard(clientInput: GenerateSingleKnowledgeCardClientInput, apiKey: string): Promise<GenerateSingleKnowledgeCardOutput>;
|
|
3
|
+
//# sourceMappingURL=generate-single-knowledge-card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-single-knowledge-card.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/generate-single-knowledge-card.ts"],"names":[],"mappings":"AASA,OAAO,EACL,KAAK,sCAAsC,EAC3C,KAAK,iCAAiC,EAEvC,MAAM,wCAAwC,CAAC;AAwChD,wBAAsB,2BAA2B,CAC/C,WAAW,EAAE,sCAAsC,EACnD,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,iCAAiC,CAAC,CA0C5C"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const GenerateMotivationalQuoteInputSchema: z.ZodObject<{
|
|
3
|
+
language: z.ZodString;
|
|
4
|
+
userName: z.ZodOptional<z.ZodString>;
|
|
5
|
+
currentStreak: z.ZodOptional<z.ZodNumber>;
|
|
6
|
+
weakestTopic: z.ZodOptional<z.ZodString>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
language: string;
|
|
9
|
+
userName?: string | undefined;
|
|
10
|
+
currentStreak?: number | undefined;
|
|
11
|
+
weakestTopic?: string | undefined;
|
|
12
|
+
}, {
|
|
13
|
+
language: string;
|
|
14
|
+
userName?: string | undefined;
|
|
15
|
+
currentStreak?: number | undefined;
|
|
16
|
+
weakestTopic?: string | undefined;
|
|
17
|
+
}>;
|
|
18
|
+
export type GenerateMotivationalQuoteClientInput = z.infer<typeof GenerateMotivationalQuoteInputSchema>;
|
|
19
|
+
export declare const GenerateMotivationalQuoteOutputSchema: z.ZodObject<{
|
|
20
|
+
text: z.ZodString;
|
|
21
|
+
author: z.ZodString;
|
|
22
|
+
}, "strip", z.ZodTypeAny, {
|
|
23
|
+
text: string;
|
|
24
|
+
author: string;
|
|
25
|
+
}, {
|
|
26
|
+
text: string;
|
|
27
|
+
author: string;
|
|
28
|
+
}>;
|
|
29
|
+
export type GenerateMotivationalQuoteOutput = z.infer<typeof GenerateMotivationalQuoteOutputSchema>;
|
|
30
|
+
//# sourceMappingURL=motivational-quote-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"motivational-quote-types.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/motivational-quote-types.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;EAK/C,CAAC;AACH,MAAM,MAAM,oCAAoC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;AAExG,eAAO,MAAM,qCAAqC;;;;;;;;;EAGhD,CAAC;AACH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const PlanKnowledgeCardsInputSchema: z.ZodObject<{
|
|
3
|
+
language: z.ZodString;
|
|
4
|
+
learningObjectivesContent: z.ZodString;
|
|
5
|
+
overallSubject: z.ZodString;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
language: string;
|
|
8
|
+
learningObjectivesContent: string;
|
|
9
|
+
overallSubject: string;
|
|
10
|
+
}, {
|
|
11
|
+
language: string;
|
|
12
|
+
learningObjectivesContent: string;
|
|
13
|
+
overallSubject: string;
|
|
14
|
+
}>;
|
|
15
|
+
export type PlanKnowledgeCardsClientInput = z.infer<typeof PlanKnowledgeCardsInputSchema>;
|
|
16
|
+
export declare const PlanKnowledgeCardsOutputSchema: z.ZodObject<{
|
|
17
|
+
concepts: z.ZodArray<z.ZodString, "many">;
|
|
18
|
+
}, "strip", z.ZodTypeAny, {
|
|
19
|
+
concepts: string[];
|
|
20
|
+
}, {
|
|
21
|
+
concepts: string[];
|
|
22
|
+
}>;
|
|
23
|
+
export type PlanKnowledgeCardsOutput = z.infer<typeof PlanKnowledgeCardsOutputSchema>;
|
|
24
|
+
//# sourceMappingURL=plan-knowledge-cards-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plan-knowledge-cards-types.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/plan-knowledge-cards-types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;EAIxC,CAAC;AACH,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAE1F,eAAO,MAAM,8BAA8B;;;;;;EAEzC,CAAC;AACH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { type PlanKnowledgeCardsClientInput, type PlanKnowledgeCardsOutput } from './plan-knowledge-cards-types';
|
|
2
|
+
export declare function planKnowledgeCards(clientInput: PlanKnowledgeCardsClientInput, apiKey: string): Promise<PlanKnowledgeCardsOutput>;
|
|
3
|
+
//# sourceMappingURL=plan-knowledge-cards.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plan-knowledge-cards.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/plan-knowledge-cards.ts"],"names":[],"mappings":"AASA,OAAO,EACL,KAAK,6BAA6B,EAClC,KAAK,wBAAwB,EAE9B,MAAM,8BAA8B,CAAC;AAGtC,wBAAsB,kBAAkB,CACtC,WAAW,EAAE,6BAA6B,EAC1C,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,wBAAwB,CAAC,CAsDnC"}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import type { CodingQuestion } from '../../..';
|
|
3
|
+
export declare const GenerateCodingQuestionClientInputSchema: z.ZodObject<{
|
|
4
|
+
language: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
5
|
+
difficulty: z.ZodEnum<["easy", "medium", "hard"]>;
|
|
6
|
+
quizContext: z.ZodOptional<z.ZodObject<{
|
|
7
|
+
plannedTopic: z.ZodOptional<z.ZodString>;
|
|
8
|
+
plannedQuestionType: z.ZodOptional<z.ZodString>;
|
|
9
|
+
plannedBloomLevel: z.ZodOptional<z.ZodString>;
|
|
10
|
+
plannedContextId: z.ZodOptional<z.ZodString>;
|
|
11
|
+
targetMisconception: z.ZodOptional<z.ZodString>;
|
|
12
|
+
difficultyReason: z.ZodOptional<z.ZodString>;
|
|
13
|
+
topicSpecificity: z.ZodOptional<z.ZodEnum<["broad", "focused", "specific"]>>;
|
|
14
|
+
originalLoId: z.ZodOptional<z.ZodString>;
|
|
15
|
+
originalSubject: z.ZodOptional<z.ZodString>;
|
|
16
|
+
originalCategory: z.ZodOptional<z.ZodString>;
|
|
17
|
+
originalTopic: z.ZodOptional<z.ZodString>;
|
|
18
|
+
loDescription: z.ZodOptional<z.ZodString>;
|
|
19
|
+
}, "strip", z.ZodTypeAny, {
|
|
20
|
+
plannedTopic?: string | undefined;
|
|
21
|
+
plannedQuestionType?: string | undefined;
|
|
22
|
+
plannedBloomLevel?: string | undefined;
|
|
23
|
+
plannedContextId?: string | undefined;
|
|
24
|
+
targetMisconception?: string | undefined;
|
|
25
|
+
difficultyReason?: string | undefined;
|
|
26
|
+
topicSpecificity?: "broad" | "focused" | "specific" | undefined;
|
|
27
|
+
originalLoId?: string | undefined;
|
|
28
|
+
originalSubject?: string | undefined;
|
|
29
|
+
originalCategory?: string | undefined;
|
|
30
|
+
originalTopic?: string | undefined;
|
|
31
|
+
loDescription?: string | undefined;
|
|
32
|
+
}, {
|
|
33
|
+
plannedTopic?: string | undefined;
|
|
34
|
+
plannedQuestionType?: string | undefined;
|
|
35
|
+
plannedBloomLevel?: string | undefined;
|
|
36
|
+
plannedContextId?: string | undefined;
|
|
37
|
+
targetMisconception?: string | undefined;
|
|
38
|
+
difficultyReason?: string | undefined;
|
|
39
|
+
topicSpecificity?: "broad" | "focused" | "specific" | undefined;
|
|
40
|
+
originalLoId?: string | undefined;
|
|
41
|
+
originalSubject?: string | undefined;
|
|
42
|
+
originalCategory?: string | undefined;
|
|
43
|
+
originalTopic?: string | undefined;
|
|
44
|
+
loDescription?: string | undefined;
|
|
45
|
+
}>>;
|
|
46
|
+
imageUrl: z.ZodOptional<z.ZodString>;
|
|
47
|
+
} & {
|
|
48
|
+
codingLanguage: z.ZodEnum<["cpp", "javascript", "python", "swift", "csharp"]>;
|
|
49
|
+
}, "strip", z.ZodTypeAny, {
|
|
50
|
+
language: string;
|
|
51
|
+
difficulty: "easy" | "medium" | "hard";
|
|
52
|
+
codingLanguage: "cpp" | "javascript" | "python" | "swift" | "csharp";
|
|
53
|
+
quizContext?: {
|
|
54
|
+
plannedTopic?: string | undefined;
|
|
55
|
+
plannedQuestionType?: string | undefined;
|
|
56
|
+
plannedBloomLevel?: string | undefined;
|
|
57
|
+
plannedContextId?: string | undefined;
|
|
58
|
+
targetMisconception?: string | undefined;
|
|
59
|
+
difficultyReason?: string | undefined;
|
|
60
|
+
topicSpecificity?: "broad" | "focused" | "specific" | undefined;
|
|
61
|
+
originalLoId?: string | undefined;
|
|
62
|
+
originalSubject?: string | undefined;
|
|
63
|
+
originalCategory?: string | undefined;
|
|
64
|
+
originalTopic?: string | undefined;
|
|
65
|
+
loDescription?: string | undefined;
|
|
66
|
+
} | undefined;
|
|
67
|
+
imageUrl?: string | undefined;
|
|
68
|
+
}, {
|
|
69
|
+
difficulty: "easy" | "medium" | "hard";
|
|
70
|
+
codingLanguage: "cpp" | "javascript" | "python" | "swift" | "csharp";
|
|
71
|
+
language?: string | undefined;
|
|
72
|
+
quizContext?: {
|
|
73
|
+
plannedTopic?: string | undefined;
|
|
74
|
+
plannedQuestionType?: string | undefined;
|
|
75
|
+
plannedBloomLevel?: string | undefined;
|
|
76
|
+
plannedContextId?: string | undefined;
|
|
77
|
+
targetMisconception?: string | undefined;
|
|
78
|
+
difficultyReason?: string | undefined;
|
|
79
|
+
topicSpecificity?: "broad" | "focused" | "specific" | undefined;
|
|
80
|
+
originalLoId?: string | undefined;
|
|
81
|
+
originalSubject?: string | undefined;
|
|
82
|
+
originalCategory?: string | undefined;
|
|
83
|
+
originalTopic?: string | undefined;
|
|
84
|
+
loDescription?: string | undefined;
|
|
85
|
+
} | undefined;
|
|
86
|
+
imageUrl?: string | undefined;
|
|
87
|
+
}>;
|
|
88
|
+
export type GenerateCodingQuestionClientInput = z.infer<typeof GenerateCodingQuestionClientInputSchema>;
|
|
89
|
+
export declare const AICodingQuestionOutputSchema: z.ZodObject<{
|
|
90
|
+
prompt: z.ZodString;
|
|
91
|
+
functionSignature: z.ZodOptional<z.ZodString>;
|
|
92
|
+
solutionCode: z.ZodString;
|
|
93
|
+
testCases: z.ZodArray<z.ZodObject<{
|
|
94
|
+
input: z.ZodArray<z.ZodAny, "many">;
|
|
95
|
+
expectedOutput: z.ZodEffects<z.ZodAny, any, any>;
|
|
96
|
+
isPublic: z.ZodBoolean;
|
|
97
|
+
}, "strip", z.ZodTypeAny, {
|
|
98
|
+
input: any[];
|
|
99
|
+
isPublic: boolean;
|
|
100
|
+
expectedOutput?: any;
|
|
101
|
+
}, {
|
|
102
|
+
input: any[];
|
|
103
|
+
isPublic: boolean;
|
|
104
|
+
expectedOutput?: any;
|
|
105
|
+
}>, "many">;
|
|
106
|
+
verifiedCodingLanguage: z.ZodOptional<z.ZodEnum<["cpp", "javascript", "python", "swift", "csharp"]>>;
|
|
107
|
+
}, "strip", z.ZodTypeAny, {
|
|
108
|
+
prompt: string;
|
|
109
|
+
solutionCode: string;
|
|
110
|
+
testCases: {
|
|
111
|
+
input: any[];
|
|
112
|
+
isPublic: boolean;
|
|
113
|
+
expectedOutput?: any;
|
|
114
|
+
}[];
|
|
115
|
+
functionSignature?: string | undefined;
|
|
116
|
+
verifiedCodingLanguage?: "cpp" | "javascript" | "python" | "swift" | "csharp" | undefined;
|
|
117
|
+
}, {
|
|
118
|
+
prompt: string;
|
|
119
|
+
solutionCode: string;
|
|
120
|
+
testCases: {
|
|
121
|
+
input: any[];
|
|
122
|
+
isPublic: boolean;
|
|
123
|
+
expectedOutput?: any;
|
|
124
|
+
}[];
|
|
125
|
+
functionSignature?: string | undefined;
|
|
126
|
+
verifiedCodingLanguage?: "cpp" | "javascript" | "python" | "swift" | "csharp" | undefined;
|
|
127
|
+
}>;
|
|
128
|
+
export type AICodingQuestionOutput = z.infer<typeof AICodingQuestionOutputSchema>;
|
|
129
|
+
export type GenerateCodingQuestionOutput = {
|
|
130
|
+
question?: CodingQuestion;
|
|
131
|
+
error?: string;
|
|
132
|
+
};
|
|
133
|
+
//# sourceMappingURL=generate-coding-question-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-coding-question-types.d.ts","sourceRoot":"","sources":["../../../../src/ai/flows/question-gen/generate-coding-question-types.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,cAAc,EAA2B,MAAM,UAAU,CAAC;AAGxE,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAElD,CAAC;AACH,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uCAAuC,CAAC,CAAC;AAExG,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAavC,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAElF,MAAM,MAAM,4BAA4B,GAAG;IACvC,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { type GenerateCodingQuestionClientInput, type GenerateCodingQuestionOutput } from './generate-coding-question-types';
|
|
2
|
+
export declare function generateCodingQuestion(clientInput: GenerateCodingQuestionClientInput, apiKey: string): Promise<GenerateCodingQuestionOutput>;
|
|
3
|
+
//# sourceMappingURL=generate-coding-question.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-coding-question.d.ts","sourceRoot":"","sources":["../../../../src/ai/flows/question-gen/generate-coding-question.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,KAAK,iCAAiC,EACtC,KAAK,4BAA4B,EAElC,MAAM,kCAAkC,CAAC;AAgE1C,wBAAsB,sBAAsB,CAC1C,WAAW,EAAE,iCAAiC,EAC9C,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,4BAA4B,CAAC,CA6GvC"}
|