@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
package/dist/ai/dev.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import './flows/question-gen/generate-true-false-question';
|
|
2
|
+
import './flows/question-gen/generate-mcq-question';
|
|
3
|
+
import './flows/question-gen/generate-mrq-question';
|
|
4
|
+
import './flows/question-gen/generate-short-answer-question';
|
|
5
|
+
import './flows/question-gen/generate-numeric-question';
|
|
6
|
+
import './flows/question-gen/generate-fitb-question';
|
|
7
|
+
import './flows/question-gen/generate-sequence-question';
|
|
8
|
+
import './flows/question-gen/generate-matching-question';
|
|
9
|
+
import './flows/generate-quiz-plan';
|
|
10
|
+
import './flows/generate-questions-from-quiz-plan';
|
|
11
|
+
import './flows/generate-quiz-review';
|
|
12
|
+
import './flows/generate-practice-suggestion';
|
|
13
|
+
import './flows/generate-motivational-quote';
|
|
14
|
+
import './flows/plan-knowledge-cards';
|
|
15
|
+
import './flows/generate-single-knowledge-card';
|
|
16
|
+
//# sourceMappingURL=dev.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dev.d.ts","sourceRoot":"","sources":["../../src/ai/dev.ts"],"names":[],"mappings":"AAMA,OAAO,mDAAmD,CAAC;AAC3D,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,qDAAqD,CAAC;AAC7D,OAAO,gDAAgD,CAAC;AACxD,OAAO,6CAA6C,CAAC;AACrD,OAAO,iDAAiD,CAAC;AACzD,OAAO,iDAAiD,CAAC;AACzD,OAAO,4BAA4B,CAAC;AACpC,OAAO,2CAA2C,CAAC;AACnD,OAAO,8BAA8B,CAAC;AACtC,OAAO,sCAAsC,CAAC;AAC9C,OAAO,qCAAqC,CAAC;AAC7C,OAAO,8BAA8B,CAAC;AACtC,OAAO,wCAAwC,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const AskTutorChatInputSchema: z.ZodObject<{
|
|
3
|
+
language: z.ZodDefault<z.ZodString>;
|
|
4
|
+
currentQuestion: z.ZodString;
|
|
5
|
+
chatHistory: z.ZodArray<z.ZodObject<{
|
|
6
|
+
id: z.ZodString;
|
|
7
|
+
role: z.ZodEnum<["user", "assistant"]>;
|
|
8
|
+
content: z.ZodString;
|
|
9
|
+
}, "strip", z.ZodTypeAny, {
|
|
10
|
+
id: string;
|
|
11
|
+
content: string;
|
|
12
|
+
role: "user" | "assistant";
|
|
13
|
+
}, {
|
|
14
|
+
id: string;
|
|
15
|
+
content: string;
|
|
16
|
+
role: "user" | "assistant";
|
|
17
|
+
}>, "many">;
|
|
18
|
+
knowledgeContext: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
19
|
+
concept: z.ZodString;
|
|
20
|
+
definition: z.ZodString;
|
|
21
|
+
example: z.ZodString;
|
|
22
|
+
}, "strip", z.ZodTypeAny, {
|
|
23
|
+
concept: string;
|
|
24
|
+
definition: string;
|
|
25
|
+
example: string;
|
|
26
|
+
}, {
|
|
27
|
+
concept: string;
|
|
28
|
+
definition: string;
|
|
29
|
+
example: string;
|
|
30
|
+
}>, "many">>;
|
|
31
|
+
}, "strip", z.ZodTypeAny, {
|
|
32
|
+
language: string;
|
|
33
|
+
currentQuestion: string;
|
|
34
|
+
chatHistory: {
|
|
35
|
+
id: string;
|
|
36
|
+
content: string;
|
|
37
|
+
role: "user" | "assistant";
|
|
38
|
+
}[];
|
|
39
|
+
knowledgeContext?: {
|
|
40
|
+
concept: string;
|
|
41
|
+
definition: string;
|
|
42
|
+
example: string;
|
|
43
|
+
}[] | undefined;
|
|
44
|
+
}, {
|
|
45
|
+
currentQuestion: string;
|
|
46
|
+
chatHistory: {
|
|
47
|
+
id: string;
|
|
48
|
+
content: string;
|
|
49
|
+
role: "user" | "assistant";
|
|
50
|
+
}[];
|
|
51
|
+
language?: string | undefined;
|
|
52
|
+
knowledgeContext?: {
|
|
53
|
+
concept: string;
|
|
54
|
+
definition: string;
|
|
55
|
+
example: string;
|
|
56
|
+
}[] | undefined;
|
|
57
|
+
}>;
|
|
58
|
+
export type AskTutorChatClientInput = z.infer<typeof AskTutorChatInputSchema>;
|
|
59
|
+
export declare const AskTutorChatOutputSchema: z.ZodObject<{
|
|
60
|
+
response: z.ZodString;
|
|
61
|
+
}, "strip", z.ZodTypeAny, {
|
|
62
|
+
response: string;
|
|
63
|
+
}, {
|
|
64
|
+
response: string;
|
|
65
|
+
}>;
|
|
66
|
+
export type AskTutorChatOutput = z.infer<typeof AskTutorChatOutputSchema>;
|
|
67
|
+
//# sourceMappingURL=ask-tutor-chat-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ask-tutor-chat-types.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/ask-tutor-chat-types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAgBxB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKlC,CAAC;AACH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAG9E,eAAO,MAAM,wBAAwB;;;;;;EAEnC,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ask-tutor-chat.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/ask-tutor-chat.ts"],"names":[],"mappings":"AASA,OAAO,EACL,KAAK,uBAAuB,EAC5B,KAAK,kBAAkB,EAExB,MAAM,wBAAwB,CAAC;AAEhC,wBAAsB,YAAY,CAChC,WAAW,EAAE,uBAAuB,EACpC,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,kBAAkB,CAAC,CAyD7B"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const AssessAndMapDocumentInputSchema: z.ZodObject<{
|
|
3
|
+
language: z.ZodDefault<z.ZodString>;
|
|
4
|
+
documentContent: z.ZodString;
|
|
5
|
+
learningObjectives: z.ZodArray<z.ZodObject<{
|
|
6
|
+
loId: z.ZodString;
|
|
7
|
+
subject: z.ZodString;
|
|
8
|
+
category: z.ZodString;
|
|
9
|
+
topic: z.ZodString;
|
|
10
|
+
loDescription: z.ZodString;
|
|
11
|
+
}, "strip", z.ZodTypeAny, {
|
|
12
|
+
subject: string;
|
|
13
|
+
category: string;
|
|
14
|
+
topic: string;
|
|
15
|
+
loDescription: string;
|
|
16
|
+
loId: string;
|
|
17
|
+
}, {
|
|
18
|
+
subject: string;
|
|
19
|
+
category: string;
|
|
20
|
+
topic: string;
|
|
21
|
+
loDescription: string;
|
|
22
|
+
loId: string;
|
|
23
|
+
}>, "many">;
|
|
24
|
+
}, "strip", z.ZodTypeAny, {
|
|
25
|
+
language: string;
|
|
26
|
+
documentContent: string;
|
|
27
|
+
learningObjectives: {
|
|
28
|
+
subject: string;
|
|
29
|
+
category: string;
|
|
30
|
+
topic: string;
|
|
31
|
+
loDescription: string;
|
|
32
|
+
loId: string;
|
|
33
|
+
}[];
|
|
34
|
+
}, {
|
|
35
|
+
documentContent: string;
|
|
36
|
+
learningObjectives: {
|
|
37
|
+
subject: string;
|
|
38
|
+
category: string;
|
|
39
|
+
topic: string;
|
|
40
|
+
loDescription: string;
|
|
41
|
+
loId: string;
|
|
42
|
+
}[];
|
|
43
|
+
language?: string | undefined;
|
|
44
|
+
}>;
|
|
45
|
+
export type AssessAndMapDocumentClientInput = z.infer<typeof AssessAndMapDocumentInputSchema>;
|
|
46
|
+
export declare const AssessAndMapDocumentOutputSchema: z.ZodObject<{
|
|
47
|
+
relevanceScore: z.ZodNumber;
|
|
48
|
+
isFreestyleRecommended: z.ZodBoolean;
|
|
49
|
+
mappedLOs: z.ZodArray<z.ZodObject<{
|
|
50
|
+
loId: z.ZodString;
|
|
51
|
+
confidence: z.ZodNumber;
|
|
52
|
+
reasoning: z.ZodString;
|
|
53
|
+
}, "strip", z.ZodTypeAny, {
|
|
54
|
+
reasoning: string;
|
|
55
|
+
loId: string;
|
|
56
|
+
confidence: number;
|
|
57
|
+
}, {
|
|
58
|
+
reasoning: string;
|
|
59
|
+
loId: string;
|
|
60
|
+
confidence: number;
|
|
61
|
+
}>, "many">;
|
|
62
|
+
}, "strip", z.ZodTypeAny, {
|
|
63
|
+
relevanceScore: number;
|
|
64
|
+
isFreestyleRecommended: boolean;
|
|
65
|
+
mappedLOs: {
|
|
66
|
+
reasoning: string;
|
|
67
|
+
loId: string;
|
|
68
|
+
confidence: number;
|
|
69
|
+
}[];
|
|
70
|
+
}, {
|
|
71
|
+
relevanceScore: number;
|
|
72
|
+
isFreestyleRecommended: boolean;
|
|
73
|
+
mappedLOs: {
|
|
74
|
+
reasoning: string;
|
|
75
|
+
loId: string;
|
|
76
|
+
confidence: number;
|
|
77
|
+
}[];
|
|
78
|
+
}>;
|
|
79
|
+
export type AssessAndMapDocumentOutput = z.infer<typeof AssessAndMapDocumentOutputSchema>;
|
|
80
|
+
//# sourceMappingURL=assess-and-map-document-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assess-and-map-document-types.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/assess-and-map-document-types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAYxB,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI1C,CAAC;AACH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC;AAW9F,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI3C,CAAC;AACH,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { type AssessAndMapDocumentClientInput, type AssessAndMapDocumentOutput } from './assess-and-map-document-types';
|
|
2
|
+
export declare function assessAndMapDocument(clientInput: AssessAndMapDocumentClientInput, apiKey: string): Promise<AssessAndMapDocumentOutput>;
|
|
3
|
+
//# sourceMappingURL=assess-and-map-document.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assess-and-map-document.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/assess-and-map-document.ts"],"names":[],"mappings":"AASA,OAAO,EACL,KAAK,+BAA+B,EACpC,KAAK,0BAA0B,EAEhC,MAAM,iCAAiC,CAAC;AAGzC,wBAAsB,oBAAoB,CACxC,WAAW,EAAE,+BAA+B,EAC5C,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,0BAA0B,CAAC,CAuErC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import type { SupportedCodingLanguage, TestCase } from '../..';
|
|
3
|
+
export declare const EvaluateUserCodeClientInputSchema: z.ZodObject<{
|
|
4
|
+
language: z.ZodType<SupportedCodingLanguage, z.ZodTypeDef, SupportedCodingLanguage>;
|
|
5
|
+
problemPrompt: z.ZodString;
|
|
6
|
+
userCode: z.ZodString;
|
|
7
|
+
testCase: z.ZodType<TestCase, z.ZodTypeDef, TestCase>;
|
|
8
|
+
}, "strip", z.ZodTypeAny, {
|
|
9
|
+
language: SupportedCodingLanguage;
|
|
10
|
+
problemPrompt: string;
|
|
11
|
+
userCode: string;
|
|
12
|
+
testCase: TestCase;
|
|
13
|
+
}, {
|
|
14
|
+
language: SupportedCodingLanguage;
|
|
15
|
+
problemPrompt: string;
|
|
16
|
+
userCode: string;
|
|
17
|
+
testCase: TestCase;
|
|
18
|
+
}>;
|
|
19
|
+
export type EvaluateUserCodeClientInput = z.infer<typeof EvaluateUserCodeClientInputSchema>;
|
|
20
|
+
declare const AIEvaluationOutputSchema: z.ZodObject<{
|
|
21
|
+
passed: z.ZodBoolean;
|
|
22
|
+
actualOutput: z.ZodAny;
|
|
23
|
+
reasoning: z.ZodString;
|
|
24
|
+
}, "strip", z.ZodTypeAny, {
|
|
25
|
+
passed: boolean;
|
|
26
|
+
reasoning: string;
|
|
27
|
+
actualOutput?: any;
|
|
28
|
+
}, {
|
|
29
|
+
passed: boolean;
|
|
30
|
+
reasoning: string;
|
|
31
|
+
actualOutput?: any;
|
|
32
|
+
}>;
|
|
33
|
+
export type AIEvaluationOutput = z.infer<typeof AIEvaluationOutputSchema>;
|
|
34
|
+
export declare const EvaluateUserCodeOutputSchema: z.ZodObject<{
|
|
35
|
+
passed: z.ZodBoolean;
|
|
36
|
+
actualOutput: z.ZodAny;
|
|
37
|
+
reasoning: z.ZodString;
|
|
38
|
+
}, "strip", z.ZodTypeAny, {
|
|
39
|
+
passed: boolean;
|
|
40
|
+
reasoning: string;
|
|
41
|
+
actualOutput?: any;
|
|
42
|
+
}, {
|
|
43
|
+
passed: boolean;
|
|
44
|
+
reasoning: string;
|
|
45
|
+
actualOutput?: any;
|
|
46
|
+
}>;
|
|
47
|
+
export type EvaluateUserCodeOutput = z.infer<typeof EvaluateUserCodeOutputSchema>;
|
|
48
|
+
export {};
|
|
49
|
+
//# sourceMappingURL=evaluate-user-code-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"evaluate-user-code-types.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/evaluate-user-code-types.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,uBAAuB,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAM/D,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;EAK5C,CAAC;AACH,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAE5F,QAAA,MAAM,wBAAwB;;;;;;;;;;;;EAI5B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE1E,eAAO,MAAM,4BAA4B;;;;;;;;;;;;EAA2B,CAAC;AACrE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { type EvaluateUserCodeClientInput, type EvaluateUserCodeOutput } from './evaluate-user-code-types';
|
|
2
|
+
export declare function evaluateUserCode(clientInput: EvaluateUserCodeClientInput, apiKey: string): Promise<EvaluateUserCodeOutput>;
|
|
3
|
+
//# sourceMappingURL=evaluate-user-code.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"evaluate-user-code.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/evaluate-user-code.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,KAAK,2BAA2B,EAChC,KAAK,sBAAsB,EAE5B,MAAM,4BAA4B,CAAC;AAMpC,wBAAsB,gBAAgB,CACpC,WAAW,EAAE,2BAA2B,EACxC,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,sBAAsB,CAAC,CA+DjC"}
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import type { LearningAnalysis } from '../..';
|
|
3
|
+
export declare const GenerateLearningAnalysisInputSchema: z.ZodObject<{
|
|
4
|
+
language: z.ZodDefault<z.ZodString>;
|
|
5
|
+
userName: z.ZodOptional<z.ZodString>;
|
|
6
|
+
weeklyGoal: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
unlockedAchievements: z.ZodArray<z.ZodObject<{
|
|
8
|
+
id: z.ZodString;
|
|
9
|
+
name: z.ZodString;
|
|
10
|
+
description: z.ZodString;
|
|
11
|
+
icon: z.ZodString;
|
|
12
|
+
}, "strip", z.ZodTypeAny, {
|
|
13
|
+
id: string;
|
|
14
|
+
name: string;
|
|
15
|
+
description: string;
|
|
16
|
+
icon: string;
|
|
17
|
+
}, {
|
|
18
|
+
id: string;
|
|
19
|
+
name: string;
|
|
20
|
+
description: string;
|
|
21
|
+
icon: string;
|
|
22
|
+
}>, "many">;
|
|
23
|
+
stats: z.ZodAny;
|
|
24
|
+
history: z.ZodArray<z.ZodAny, "many">;
|
|
25
|
+
startDate: z.ZodString;
|
|
26
|
+
endDate: z.ZodString;
|
|
27
|
+
allAvailableTopics: z.ZodArray<z.ZodObject<{
|
|
28
|
+
loId: z.ZodString;
|
|
29
|
+
subject: z.ZodString;
|
|
30
|
+
category: z.ZodString;
|
|
31
|
+
topic: z.ZodString;
|
|
32
|
+
}, "strip", z.ZodTypeAny, {
|
|
33
|
+
subject: string;
|
|
34
|
+
category: string;
|
|
35
|
+
topic: string;
|
|
36
|
+
loId: string;
|
|
37
|
+
}, {
|
|
38
|
+
subject: string;
|
|
39
|
+
category: string;
|
|
40
|
+
topic: string;
|
|
41
|
+
loId: string;
|
|
42
|
+
}>, "many">;
|
|
43
|
+
}, "strip", z.ZodTypeAny, {
|
|
44
|
+
history: any[];
|
|
45
|
+
language: string;
|
|
46
|
+
allAvailableTopics: {
|
|
47
|
+
subject: string;
|
|
48
|
+
category: string;
|
|
49
|
+
topic: string;
|
|
50
|
+
loId: string;
|
|
51
|
+
}[];
|
|
52
|
+
unlockedAchievements: {
|
|
53
|
+
id: string;
|
|
54
|
+
name: string;
|
|
55
|
+
description: string;
|
|
56
|
+
icon: string;
|
|
57
|
+
}[];
|
|
58
|
+
startDate: string;
|
|
59
|
+
endDate: string;
|
|
60
|
+
weeklyGoal?: number | undefined;
|
|
61
|
+
userName?: string | undefined;
|
|
62
|
+
stats?: any;
|
|
63
|
+
}, {
|
|
64
|
+
history: any[];
|
|
65
|
+
allAvailableTopics: {
|
|
66
|
+
subject: string;
|
|
67
|
+
category: string;
|
|
68
|
+
topic: string;
|
|
69
|
+
loId: string;
|
|
70
|
+
}[];
|
|
71
|
+
unlockedAchievements: {
|
|
72
|
+
id: string;
|
|
73
|
+
name: string;
|
|
74
|
+
description: string;
|
|
75
|
+
icon: string;
|
|
76
|
+
}[];
|
|
77
|
+
startDate: string;
|
|
78
|
+
endDate: string;
|
|
79
|
+
language?: string | undefined;
|
|
80
|
+
weeklyGoal?: number | undefined;
|
|
81
|
+
userName?: string | undefined;
|
|
82
|
+
stats?: any;
|
|
83
|
+
}>;
|
|
84
|
+
export type GenerateLearningAnalysisClientInput = z.infer<typeof GenerateLearningAnalysisInputSchema>;
|
|
85
|
+
export declare const LearningAnalysisOutputSchema: z.ZodObject<{
|
|
86
|
+
analysisReport: z.ZodOptional<z.ZodObject<{
|
|
87
|
+
generatedAt: z.ZodNumber;
|
|
88
|
+
startDate: z.ZodString;
|
|
89
|
+
endDate: z.ZodString;
|
|
90
|
+
effortAndConsistencyRemarks: z.ZodString;
|
|
91
|
+
strengths: z.ZodArray<z.ZodString, "many">;
|
|
92
|
+
areasForImprovement: z.ZodArray<z.ZodString, "many">;
|
|
93
|
+
gamificationRemarks: z.ZodString;
|
|
94
|
+
}, "strip", z.ZodTypeAny, {
|
|
95
|
+
startDate: string;
|
|
96
|
+
endDate: string;
|
|
97
|
+
generatedAt: number;
|
|
98
|
+
effortAndConsistencyRemarks: string;
|
|
99
|
+
strengths: string[];
|
|
100
|
+
areasForImprovement: string[];
|
|
101
|
+
gamificationRemarks: string;
|
|
102
|
+
}, {
|
|
103
|
+
startDate: string;
|
|
104
|
+
endDate: string;
|
|
105
|
+
generatedAt: number;
|
|
106
|
+
effortAndConsistencyRemarks: string;
|
|
107
|
+
strengths: string[];
|
|
108
|
+
areasForImprovement: string[];
|
|
109
|
+
gamificationRemarks: string;
|
|
110
|
+
}>>;
|
|
111
|
+
weeklyRoadmap: z.ZodOptional<z.ZodObject<{
|
|
112
|
+
generatedAt: z.ZodNumber;
|
|
113
|
+
items: z.ZodArray<z.ZodObject<{
|
|
114
|
+
day: z.ZodString;
|
|
115
|
+
topicName: z.ZodString;
|
|
116
|
+
reason: z.ZodString;
|
|
117
|
+
suggestedDifficulty: z.ZodEnum<["Very Easy", "Easy", "Medium", "Hard", "Expert"]>;
|
|
118
|
+
loId: z.ZodString;
|
|
119
|
+
isCompleted: z.ZodBoolean;
|
|
120
|
+
}, "strip", z.ZodTypeAny, {
|
|
121
|
+
loId: string;
|
|
122
|
+
topicName: string;
|
|
123
|
+
reason: string;
|
|
124
|
+
suggestedDifficulty: "Very Easy" | "Easy" | "Medium" | "Hard" | "Expert";
|
|
125
|
+
day: string;
|
|
126
|
+
isCompleted: boolean;
|
|
127
|
+
}, {
|
|
128
|
+
loId: string;
|
|
129
|
+
topicName: string;
|
|
130
|
+
reason: string;
|
|
131
|
+
suggestedDifficulty: "Very Easy" | "Easy" | "Medium" | "Hard" | "Expert";
|
|
132
|
+
day: string;
|
|
133
|
+
isCompleted: boolean;
|
|
134
|
+
}>, "many">;
|
|
135
|
+
}, "strip", z.ZodTypeAny, {
|
|
136
|
+
items: {
|
|
137
|
+
loId: string;
|
|
138
|
+
topicName: string;
|
|
139
|
+
reason: string;
|
|
140
|
+
suggestedDifficulty: "Very Easy" | "Easy" | "Medium" | "Hard" | "Expert";
|
|
141
|
+
day: string;
|
|
142
|
+
isCompleted: boolean;
|
|
143
|
+
}[];
|
|
144
|
+
generatedAt: number;
|
|
145
|
+
}, {
|
|
146
|
+
items: {
|
|
147
|
+
loId: string;
|
|
148
|
+
topicName: string;
|
|
149
|
+
reason: string;
|
|
150
|
+
suggestedDifficulty: "Very Easy" | "Easy" | "Medium" | "Hard" | "Expert";
|
|
151
|
+
day: string;
|
|
152
|
+
isCompleted: boolean;
|
|
153
|
+
}[];
|
|
154
|
+
generatedAt: number;
|
|
155
|
+
}>>;
|
|
156
|
+
}, "strip", z.ZodTypeAny, {
|
|
157
|
+
analysisReport?: {
|
|
158
|
+
startDate: string;
|
|
159
|
+
endDate: string;
|
|
160
|
+
generatedAt: number;
|
|
161
|
+
effortAndConsistencyRemarks: string;
|
|
162
|
+
strengths: string[];
|
|
163
|
+
areasForImprovement: string[];
|
|
164
|
+
gamificationRemarks: string;
|
|
165
|
+
} | undefined;
|
|
166
|
+
weeklyRoadmap?: {
|
|
167
|
+
items: {
|
|
168
|
+
loId: string;
|
|
169
|
+
topicName: string;
|
|
170
|
+
reason: string;
|
|
171
|
+
suggestedDifficulty: "Very Easy" | "Easy" | "Medium" | "Hard" | "Expert";
|
|
172
|
+
day: string;
|
|
173
|
+
isCompleted: boolean;
|
|
174
|
+
}[];
|
|
175
|
+
generatedAt: number;
|
|
176
|
+
} | undefined;
|
|
177
|
+
}, {
|
|
178
|
+
analysisReport?: {
|
|
179
|
+
startDate: string;
|
|
180
|
+
endDate: string;
|
|
181
|
+
generatedAt: number;
|
|
182
|
+
effortAndConsistencyRemarks: string;
|
|
183
|
+
strengths: string[];
|
|
184
|
+
areasForImprovement: string[];
|
|
185
|
+
gamificationRemarks: string;
|
|
186
|
+
} | undefined;
|
|
187
|
+
weeklyRoadmap?: {
|
|
188
|
+
items: {
|
|
189
|
+
loId: string;
|
|
190
|
+
topicName: string;
|
|
191
|
+
reason: string;
|
|
192
|
+
suggestedDifficulty: "Very Easy" | "Easy" | "Medium" | "Hard" | "Expert";
|
|
193
|
+
day: string;
|
|
194
|
+
isCompleted: boolean;
|
|
195
|
+
}[];
|
|
196
|
+
generatedAt: number;
|
|
197
|
+
} | undefined;
|
|
198
|
+
}>;
|
|
199
|
+
export type GenerateLearningAnalysisOutput = LearningAnalysis;
|
|
200
|
+
//# sourceMappingURL=generate-learning-analysis-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-learning-analysis-types.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/generate-learning-analysis-types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAI9C,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoB9C,CAAC;AACH,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAC;AA2BtG,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGvC,CAAC;AAGH,MAAM,MAAM,8BAA8B,GAAG,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { LearningAnalysis } from '../..';
|
|
2
|
+
import { type GenerateLearningAnalysisClientInput } from './generate-learning-analysis-types';
|
|
3
|
+
export declare function generateLearningAnalysis(clientInput: GenerateLearningAnalysisClientInput, apiKey: string): Promise<LearningAnalysis>;
|
|
4
|
+
//# sourceMappingURL=generate-learning-analysis.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-learning-analysis.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/generate-learning-analysis.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,gBAAgB,EAAmB,MAAM,OAAO,CAAC;AAC/D,OAAO,EACL,KAAK,mCAAmC,EAEzC,MAAM,oCAAoC,CAAC;AAO5C,wBAAsB,wBAAwB,CAC5C,WAAW,EAAE,mCAAmC,EAChD,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,gBAAgB,CAAC,CAsH3B"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { type GenerateMotivationalQuoteClientInput, type GenerateMotivationalQuoteOutput } from './motivational-quote-types';
|
|
2
|
+
export declare function generateMotivationalQuote(clientInput: GenerateMotivationalQuoteClientInput, apiKey: string): Promise<GenerateMotivationalQuoteOutput | null>;
|
|
3
|
+
//# sourceMappingURL=generate-motivational-quote.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-motivational-quote.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/generate-motivational-quote.ts"],"names":[],"mappings":"AASA,OAAO,EACL,KAAK,oCAAoC,EACzC,KAAK,+BAA+B,EAErC,MAAM,4BAA4B,CAAC;AAGpC,wBAAsB,yBAAyB,CAC7C,WAAW,EAAE,oCAAoC,EACjD,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,+BAA+B,GAAG,IAAI,CAAC,CA4DjD"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const GeneratePracticeQuizClientInputSchema: z.ZodObject<{
|
|
3
|
+
learningObjectives: z.ZodArray<z.ZodObject<{
|
|
4
|
+
loId: z.ZodString;
|
|
5
|
+
loDescription: z.ZodString;
|
|
6
|
+
subject: z.ZodString;
|
|
7
|
+
category: z.ZodString;
|
|
8
|
+
topic: z.ZodString;
|
|
9
|
+
keywords: z.ZodArray<z.ZodString, "many">;
|
|
10
|
+
grade: z.ZodString;
|
|
11
|
+
stemElements: z.ZodArray<z.ZodString, "many">;
|
|
12
|
+
bloomLevelsGuideline: z.ZodArray<z.ZodString, "many">;
|
|
13
|
+
}, "strip", z.ZodTypeAny, {
|
|
14
|
+
subject: string;
|
|
15
|
+
category: string;
|
|
16
|
+
topic: string;
|
|
17
|
+
loDescription: string;
|
|
18
|
+
loId: string;
|
|
19
|
+
grade: string;
|
|
20
|
+
keywords: string[];
|
|
21
|
+
stemElements: string[];
|
|
22
|
+
bloomLevelsGuideline: string[];
|
|
23
|
+
}, {
|
|
24
|
+
subject: string;
|
|
25
|
+
category: string;
|
|
26
|
+
topic: string;
|
|
27
|
+
loDescription: string;
|
|
28
|
+
loId: string;
|
|
29
|
+
grade: string;
|
|
30
|
+
keywords: string[];
|
|
31
|
+
stemElements: string[];
|
|
32
|
+
bloomLevelsGuideline: string[];
|
|
33
|
+
}>, "many">;
|
|
34
|
+
quizDifficulty: z.ZodEnum<["Very Easy", "Easy", "Medium", "Hard", "Expert"]>;
|
|
35
|
+
language: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
36
|
+
}, "strip", z.ZodTypeAny, {
|
|
37
|
+
language: string;
|
|
38
|
+
learningObjectives: {
|
|
39
|
+
subject: string;
|
|
40
|
+
category: string;
|
|
41
|
+
topic: string;
|
|
42
|
+
loDescription: string;
|
|
43
|
+
loId: string;
|
|
44
|
+
grade: string;
|
|
45
|
+
keywords: string[];
|
|
46
|
+
stemElements: string[];
|
|
47
|
+
bloomLevelsGuideline: string[];
|
|
48
|
+
}[];
|
|
49
|
+
quizDifficulty: "Very Easy" | "Easy" | "Medium" | "Hard" | "Expert";
|
|
50
|
+
}, {
|
|
51
|
+
learningObjectives: {
|
|
52
|
+
subject: string;
|
|
53
|
+
category: string;
|
|
54
|
+
topic: string;
|
|
55
|
+
loDescription: string;
|
|
56
|
+
loId: string;
|
|
57
|
+
grade: string;
|
|
58
|
+
keywords: string[];
|
|
59
|
+
stemElements: string[];
|
|
60
|
+
bloomLevelsGuideline: string[];
|
|
61
|
+
}[];
|
|
62
|
+
quizDifficulty: "Very Easy" | "Easy" | "Medium" | "Hard" | "Expert";
|
|
63
|
+
language?: string | undefined;
|
|
64
|
+
}>;
|
|
65
|
+
export type GeneratePracticeQuizClientInput = z.infer<typeof GeneratePracticeQuizClientInputSchema>;
|
|
66
|
+
declare const GeneratePracticeQuizOutputSchema: z.ZodObject<{
|
|
67
|
+
generatedQuestions: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
68
|
+
}, "strip", z.ZodTypeAny, {
|
|
69
|
+
generatedQuestions?: any[] | undefined;
|
|
70
|
+
}, {
|
|
71
|
+
generatedQuestions?: any[] | undefined;
|
|
72
|
+
}>;
|
|
73
|
+
export type GeneratePracticeQuizOutput = z.infer<typeof GeneratePracticeQuizOutputSchema>;
|
|
74
|
+
export declare function generatePracticeQuiz(clientInput: GeneratePracticeQuizClientInput, apiKey: string): Promise<GeneratePracticeQuizOutput>;
|
|
75
|
+
export {};
|
|
76
|
+
//# sourceMappingURL=generate-practice-quiz.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-practice-quiz.d.ts","sourceRoot":"","sources":["../../../src/ai/flows/generate-practice-quiz.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AA+BxB,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIhD,CAAC;AACH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC;AAUpG,QAAA,MAAM,gCAAgC;;;;;;EAEpC,CAAC;AACH,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAO1F,wBAAsB,oBAAoB,CACxC,WAAW,EAAE,+BAA+B,EAC5C,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,0BAA0B,CAAC,CAoIrC"}
|