@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,634 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const QuizQuestionSchema: z.ZodDiscriminatedUnion<"questionType", [z.ZodObject<{
|
|
3
|
+
questionType: z.ZodLiteral<"multiple_choice">;
|
|
4
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
5
|
+
questionType: z.ZodLiteral<"multiple_choice">;
|
|
6
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
7
|
+
questionType: z.ZodLiteral<"multiple_choice">;
|
|
8
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
9
|
+
questionType: z.ZodLiteral<"multiple_response">;
|
|
10
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
11
|
+
questionType: z.ZodLiteral<"multiple_response">;
|
|
12
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
13
|
+
questionType: z.ZodLiteral<"multiple_response">;
|
|
14
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
15
|
+
questionType: z.ZodLiteral<"fill_in_the_blanks">;
|
|
16
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
17
|
+
questionType: z.ZodLiteral<"fill_in_the_blanks">;
|
|
18
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
19
|
+
questionType: z.ZodLiteral<"fill_in_the_blanks">;
|
|
20
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
21
|
+
questionType: z.ZodLiteral<"drag_and_drop">;
|
|
22
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
23
|
+
questionType: z.ZodLiteral<"drag_and_drop">;
|
|
24
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
25
|
+
questionType: z.ZodLiteral<"drag_and_drop">;
|
|
26
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
27
|
+
questionType: z.ZodLiteral<"true_false">;
|
|
28
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
29
|
+
questionType: z.ZodLiteral<"true_false">;
|
|
30
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
31
|
+
questionType: z.ZodLiteral<"true_false">;
|
|
32
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
33
|
+
questionType: z.ZodLiteral<"short_answer">;
|
|
34
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
35
|
+
questionType: z.ZodLiteral<"short_answer">;
|
|
36
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
37
|
+
questionType: z.ZodLiteral<"short_answer">;
|
|
38
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
39
|
+
questionType: z.ZodLiteral<"numeric">;
|
|
40
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
41
|
+
questionType: z.ZodLiteral<"numeric">;
|
|
42
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
43
|
+
questionType: z.ZodLiteral<"numeric">;
|
|
44
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
45
|
+
questionType: z.ZodLiteral<"sequence">;
|
|
46
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
47
|
+
questionType: z.ZodLiteral<"sequence">;
|
|
48
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
49
|
+
questionType: z.ZodLiteral<"sequence">;
|
|
50
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
51
|
+
questionType: z.ZodLiteral<"matching">;
|
|
52
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
53
|
+
questionType: z.ZodLiteral<"matching">;
|
|
54
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
55
|
+
questionType: z.ZodLiteral<"matching">;
|
|
56
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
57
|
+
questionType: z.ZodLiteral<"hotspot">;
|
|
58
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59
|
+
questionType: z.ZodLiteral<"hotspot">;
|
|
60
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
61
|
+
questionType: z.ZodLiteral<"hotspot">;
|
|
62
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
63
|
+
questionType: z.ZodLiteral<"blockly_programming">;
|
|
64
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
65
|
+
questionType: z.ZodLiteral<"blockly_programming">;
|
|
66
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
67
|
+
questionType: z.ZodLiteral<"blockly_programming">;
|
|
68
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
69
|
+
questionType: z.ZodLiteral<"scratch_programming">;
|
|
70
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
71
|
+
questionType: z.ZodLiteral<"scratch_programming">;
|
|
72
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
73
|
+
questionType: z.ZodLiteral<"scratch_programming">;
|
|
74
|
+
}, z.ZodTypeAny, "passthrough">>]>;
|
|
75
|
+
export declare const SCORMSettingsSchema: z.ZodObject<{
|
|
76
|
+
version: z.ZodEnum<["1.2", "2004"]>;
|
|
77
|
+
setCompletionOnFinish: z.ZodOptional<z.ZodBoolean>;
|
|
78
|
+
setSuccessOnPass: z.ZodOptional<z.ZodBoolean>;
|
|
79
|
+
autoCommit: z.ZodOptional<z.ZodBoolean>;
|
|
80
|
+
studentNameVar: z.ZodOptional<z.ZodString>;
|
|
81
|
+
lessonStatusVar: z.ZodOptional<z.ZodString>;
|
|
82
|
+
scoreRawVar: z.ZodOptional<z.ZodString>;
|
|
83
|
+
scoreMaxVar: z.ZodOptional<z.ZodString>;
|
|
84
|
+
scoreMinVar: z.ZodOptional<z.ZodString>;
|
|
85
|
+
sessionTimeVar: z.ZodOptional<z.ZodString>;
|
|
86
|
+
exitVar: z.ZodOptional<z.ZodString>;
|
|
87
|
+
suspendDataVar: z.ZodOptional<z.ZodString>;
|
|
88
|
+
lessonStatusVar_1_2: z.ZodOptional<z.ZodString>;
|
|
89
|
+
scoreRawVar_1_2: z.ZodOptional<z.ZodString>;
|
|
90
|
+
scoreMaxVar_1_2: z.ZodOptional<z.ZodString>;
|
|
91
|
+
scoreMinVar_1_2: z.ZodOptional<z.ZodString>;
|
|
92
|
+
completionStatusVar_2004: z.ZodOptional<z.ZodString>;
|
|
93
|
+
successStatusVar_2004: z.ZodOptional<z.ZodString>;
|
|
94
|
+
scoreScaledVar_2004: z.ZodOptional<z.ZodString>;
|
|
95
|
+
scoreRawVar_2004: z.ZodOptional<z.ZodString>;
|
|
96
|
+
scoreMaxVar_2004: z.ZodOptional<z.ZodString>;
|
|
97
|
+
scoreMinVar_2004: z.ZodOptional<z.ZodString>;
|
|
98
|
+
}, "strip", z.ZodTypeAny, {
|
|
99
|
+
version: "1.2" | "2004";
|
|
100
|
+
setCompletionOnFinish?: boolean | undefined;
|
|
101
|
+
setSuccessOnPass?: boolean | undefined;
|
|
102
|
+
autoCommit?: boolean | undefined;
|
|
103
|
+
studentNameVar?: string | undefined;
|
|
104
|
+
lessonStatusVar?: string | undefined;
|
|
105
|
+
scoreRawVar?: string | undefined;
|
|
106
|
+
scoreMaxVar?: string | undefined;
|
|
107
|
+
scoreMinVar?: string | undefined;
|
|
108
|
+
sessionTimeVar?: string | undefined;
|
|
109
|
+
exitVar?: string | undefined;
|
|
110
|
+
suspendDataVar?: string | undefined;
|
|
111
|
+
lessonStatusVar_1_2?: string | undefined;
|
|
112
|
+
scoreRawVar_1_2?: string | undefined;
|
|
113
|
+
scoreMaxVar_1_2?: string | undefined;
|
|
114
|
+
scoreMinVar_1_2?: string | undefined;
|
|
115
|
+
completionStatusVar_2004?: string | undefined;
|
|
116
|
+
successStatusVar_2004?: string | undefined;
|
|
117
|
+
scoreScaledVar_2004?: string | undefined;
|
|
118
|
+
scoreRawVar_2004?: string | undefined;
|
|
119
|
+
scoreMaxVar_2004?: string | undefined;
|
|
120
|
+
scoreMinVar_2004?: string | undefined;
|
|
121
|
+
}, {
|
|
122
|
+
version: "1.2" | "2004";
|
|
123
|
+
setCompletionOnFinish?: boolean | undefined;
|
|
124
|
+
setSuccessOnPass?: boolean | undefined;
|
|
125
|
+
autoCommit?: boolean | undefined;
|
|
126
|
+
studentNameVar?: string | undefined;
|
|
127
|
+
lessonStatusVar?: string | undefined;
|
|
128
|
+
scoreRawVar?: string | undefined;
|
|
129
|
+
scoreMaxVar?: string | undefined;
|
|
130
|
+
scoreMinVar?: string | undefined;
|
|
131
|
+
sessionTimeVar?: string | undefined;
|
|
132
|
+
exitVar?: string | undefined;
|
|
133
|
+
suspendDataVar?: string | undefined;
|
|
134
|
+
lessonStatusVar_1_2?: string | undefined;
|
|
135
|
+
scoreRawVar_1_2?: string | undefined;
|
|
136
|
+
scoreMaxVar_1_2?: string | undefined;
|
|
137
|
+
scoreMinVar_1_2?: string | undefined;
|
|
138
|
+
completionStatusVar_2004?: string | undefined;
|
|
139
|
+
successStatusVar_2004?: string | undefined;
|
|
140
|
+
scoreScaledVar_2004?: string | undefined;
|
|
141
|
+
scoreRawVar_2004?: string | undefined;
|
|
142
|
+
scoreMaxVar_2004?: string | undefined;
|
|
143
|
+
scoreMinVar_2004?: string | undefined;
|
|
144
|
+
}>;
|
|
145
|
+
export declare const QuizSettingsSchema: z.ZodObject<{
|
|
146
|
+
language: z.ZodOptional<z.ZodString>;
|
|
147
|
+
shuffleQuestions: z.ZodOptional<z.ZodBoolean>;
|
|
148
|
+
shuffleOptions: z.ZodOptional<z.ZodBoolean>;
|
|
149
|
+
timeLimitMinutes: z.ZodOptional<z.ZodNumber>;
|
|
150
|
+
showCorrectAnswers: z.ZodOptional<z.ZodEnum<["immediately", "end_of_quiz", "never"]>>;
|
|
151
|
+
passingScorePercent: z.ZodOptional<z.ZodNumber>;
|
|
152
|
+
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
153
|
+
scorm: z.ZodOptional<z.ZodObject<{
|
|
154
|
+
version: z.ZodEnum<["1.2", "2004"]>;
|
|
155
|
+
setCompletionOnFinish: z.ZodOptional<z.ZodBoolean>;
|
|
156
|
+
setSuccessOnPass: z.ZodOptional<z.ZodBoolean>;
|
|
157
|
+
autoCommit: z.ZodOptional<z.ZodBoolean>;
|
|
158
|
+
studentNameVar: z.ZodOptional<z.ZodString>;
|
|
159
|
+
lessonStatusVar: z.ZodOptional<z.ZodString>;
|
|
160
|
+
scoreRawVar: z.ZodOptional<z.ZodString>;
|
|
161
|
+
scoreMaxVar: z.ZodOptional<z.ZodString>;
|
|
162
|
+
scoreMinVar: z.ZodOptional<z.ZodString>;
|
|
163
|
+
sessionTimeVar: z.ZodOptional<z.ZodString>;
|
|
164
|
+
exitVar: z.ZodOptional<z.ZodString>;
|
|
165
|
+
suspendDataVar: z.ZodOptional<z.ZodString>;
|
|
166
|
+
lessonStatusVar_1_2: z.ZodOptional<z.ZodString>;
|
|
167
|
+
scoreRawVar_1_2: z.ZodOptional<z.ZodString>;
|
|
168
|
+
scoreMaxVar_1_2: z.ZodOptional<z.ZodString>;
|
|
169
|
+
scoreMinVar_1_2: z.ZodOptional<z.ZodString>;
|
|
170
|
+
completionStatusVar_2004: z.ZodOptional<z.ZodString>;
|
|
171
|
+
successStatusVar_2004: z.ZodOptional<z.ZodString>;
|
|
172
|
+
scoreScaledVar_2004: z.ZodOptional<z.ZodString>;
|
|
173
|
+
scoreRawVar_2004: z.ZodOptional<z.ZodString>;
|
|
174
|
+
scoreMaxVar_2004: z.ZodOptional<z.ZodString>;
|
|
175
|
+
scoreMinVar_2004: z.ZodOptional<z.ZodString>;
|
|
176
|
+
}, "strip", z.ZodTypeAny, {
|
|
177
|
+
version: "1.2" | "2004";
|
|
178
|
+
setCompletionOnFinish?: boolean | undefined;
|
|
179
|
+
setSuccessOnPass?: boolean | undefined;
|
|
180
|
+
autoCommit?: boolean | undefined;
|
|
181
|
+
studentNameVar?: string | undefined;
|
|
182
|
+
lessonStatusVar?: string | undefined;
|
|
183
|
+
scoreRawVar?: string | undefined;
|
|
184
|
+
scoreMaxVar?: string | undefined;
|
|
185
|
+
scoreMinVar?: string | undefined;
|
|
186
|
+
sessionTimeVar?: string | undefined;
|
|
187
|
+
exitVar?: string | undefined;
|
|
188
|
+
suspendDataVar?: string | undefined;
|
|
189
|
+
lessonStatusVar_1_2?: string | undefined;
|
|
190
|
+
scoreRawVar_1_2?: string | undefined;
|
|
191
|
+
scoreMaxVar_1_2?: string | undefined;
|
|
192
|
+
scoreMinVar_1_2?: string | undefined;
|
|
193
|
+
completionStatusVar_2004?: string | undefined;
|
|
194
|
+
successStatusVar_2004?: string | undefined;
|
|
195
|
+
scoreScaledVar_2004?: string | undefined;
|
|
196
|
+
scoreRawVar_2004?: string | undefined;
|
|
197
|
+
scoreMaxVar_2004?: string | undefined;
|
|
198
|
+
scoreMinVar_2004?: string | undefined;
|
|
199
|
+
}, {
|
|
200
|
+
version: "1.2" | "2004";
|
|
201
|
+
setCompletionOnFinish?: boolean | undefined;
|
|
202
|
+
setSuccessOnPass?: boolean | undefined;
|
|
203
|
+
autoCommit?: boolean | undefined;
|
|
204
|
+
studentNameVar?: string | undefined;
|
|
205
|
+
lessonStatusVar?: string | undefined;
|
|
206
|
+
scoreRawVar?: string | undefined;
|
|
207
|
+
scoreMaxVar?: string | undefined;
|
|
208
|
+
scoreMinVar?: string | undefined;
|
|
209
|
+
sessionTimeVar?: string | undefined;
|
|
210
|
+
exitVar?: string | undefined;
|
|
211
|
+
suspendDataVar?: string | undefined;
|
|
212
|
+
lessonStatusVar_1_2?: string | undefined;
|
|
213
|
+
scoreRawVar_1_2?: string | undefined;
|
|
214
|
+
scoreMaxVar_1_2?: string | undefined;
|
|
215
|
+
scoreMinVar_1_2?: string | undefined;
|
|
216
|
+
completionStatusVar_2004?: string | undefined;
|
|
217
|
+
successStatusVar_2004?: string | undefined;
|
|
218
|
+
scoreScaledVar_2004?: string | undefined;
|
|
219
|
+
scoreRawVar_2004?: string | undefined;
|
|
220
|
+
scoreMaxVar_2004?: string | undefined;
|
|
221
|
+
scoreMinVar_2004?: string | undefined;
|
|
222
|
+
}>>;
|
|
223
|
+
}, "strip", z.ZodTypeAny, {
|
|
224
|
+
language?: string | undefined;
|
|
225
|
+
timeLimitMinutes?: number | undefined;
|
|
226
|
+
scorm?: {
|
|
227
|
+
version: "1.2" | "2004";
|
|
228
|
+
setCompletionOnFinish?: boolean | undefined;
|
|
229
|
+
setSuccessOnPass?: boolean | undefined;
|
|
230
|
+
autoCommit?: boolean | undefined;
|
|
231
|
+
studentNameVar?: string | undefined;
|
|
232
|
+
lessonStatusVar?: string | undefined;
|
|
233
|
+
scoreRawVar?: string | undefined;
|
|
234
|
+
scoreMaxVar?: string | undefined;
|
|
235
|
+
scoreMinVar?: string | undefined;
|
|
236
|
+
sessionTimeVar?: string | undefined;
|
|
237
|
+
exitVar?: string | undefined;
|
|
238
|
+
suspendDataVar?: string | undefined;
|
|
239
|
+
lessonStatusVar_1_2?: string | undefined;
|
|
240
|
+
scoreRawVar_1_2?: string | undefined;
|
|
241
|
+
scoreMaxVar_1_2?: string | undefined;
|
|
242
|
+
scoreMinVar_1_2?: string | undefined;
|
|
243
|
+
completionStatusVar_2004?: string | undefined;
|
|
244
|
+
successStatusVar_2004?: string | undefined;
|
|
245
|
+
scoreScaledVar_2004?: string | undefined;
|
|
246
|
+
scoreRawVar_2004?: string | undefined;
|
|
247
|
+
scoreMaxVar_2004?: string | undefined;
|
|
248
|
+
scoreMinVar_2004?: string | undefined;
|
|
249
|
+
} | undefined;
|
|
250
|
+
passingScorePercent?: number | undefined;
|
|
251
|
+
webhookUrl?: string | undefined;
|
|
252
|
+
shuffleQuestions?: boolean | undefined;
|
|
253
|
+
shuffleOptions?: boolean | undefined;
|
|
254
|
+
showCorrectAnswers?: "immediately" | "end_of_quiz" | "never" | undefined;
|
|
255
|
+
}, {
|
|
256
|
+
language?: string | undefined;
|
|
257
|
+
timeLimitMinutes?: number | undefined;
|
|
258
|
+
scorm?: {
|
|
259
|
+
version: "1.2" | "2004";
|
|
260
|
+
setCompletionOnFinish?: boolean | undefined;
|
|
261
|
+
setSuccessOnPass?: boolean | undefined;
|
|
262
|
+
autoCommit?: boolean | undefined;
|
|
263
|
+
studentNameVar?: string | undefined;
|
|
264
|
+
lessonStatusVar?: string | undefined;
|
|
265
|
+
scoreRawVar?: string | undefined;
|
|
266
|
+
scoreMaxVar?: string | undefined;
|
|
267
|
+
scoreMinVar?: string | undefined;
|
|
268
|
+
sessionTimeVar?: string | undefined;
|
|
269
|
+
exitVar?: string | undefined;
|
|
270
|
+
suspendDataVar?: string | undefined;
|
|
271
|
+
lessonStatusVar_1_2?: string | undefined;
|
|
272
|
+
scoreRawVar_1_2?: string | undefined;
|
|
273
|
+
scoreMaxVar_1_2?: string | undefined;
|
|
274
|
+
scoreMinVar_1_2?: string | undefined;
|
|
275
|
+
completionStatusVar_2004?: string | undefined;
|
|
276
|
+
successStatusVar_2004?: string | undefined;
|
|
277
|
+
scoreScaledVar_2004?: string | undefined;
|
|
278
|
+
scoreRawVar_2004?: string | undefined;
|
|
279
|
+
scoreMaxVar_2004?: string | undefined;
|
|
280
|
+
scoreMinVar_2004?: string | undefined;
|
|
281
|
+
} | undefined;
|
|
282
|
+
passingScorePercent?: number | undefined;
|
|
283
|
+
webhookUrl?: string | undefined;
|
|
284
|
+
shuffleQuestions?: boolean | undefined;
|
|
285
|
+
shuffleOptions?: boolean | undefined;
|
|
286
|
+
showCorrectAnswers?: "immediately" | "end_of_quiz" | "never" | undefined;
|
|
287
|
+
}>;
|
|
288
|
+
export declare const QuizConfigSchema: z.ZodObject<{
|
|
289
|
+
id: z.ZodString;
|
|
290
|
+
title: z.ZodString;
|
|
291
|
+
questions: z.ZodArray<z.ZodDiscriminatedUnion<"questionType", [z.ZodObject<{
|
|
292
|
+
questionType: z.ZodLiteral<"multiple_choice">;
|
|
293
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
294
|
+
questionType: z.ZodLiteral<"multiple_choice">;
|
|
295
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
296
|
+
questionType: z.ZodLiteral<"multiple_choice">;
|
|
297
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
298
|
+
questionType: z.ZodLiteral<"multiple_response">;
|
|
299
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
300
|
+
questionType: z.ZodLiteral<"multiple_response">;
|
|
301
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
302
|
+
questionType: z.ZodLiteral<"multiple_response">;
|
|
303
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
304
|
+
questionType: z.ZodLiteral<"fill_in_the_blanks">;
|
|
305
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
306
|
+
questionType: z.ZodLiteral<"fill_in_the_blanks">;
|
|
307
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
308
|
+
questionType: z.ZodLiteral<"fill_in_the_blanks">;
|
|
309
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
310
|
+
questionType: z.ZodLiteral<"drag_and_drop">;
|
|
311
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
312
|
+
questionType: z.ZodLiteral<"drag_and_drop">;
|
|
313
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
314
|
+
questionType: z.ZodLiteral<"drag_and_drop">;
|
|
315
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
316
|
+
questionType: z.ZodLiteral<"true_false">;
|
|
317
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
318
|
+
questionType: z.ZodLiteral<"true_false">;
|
|
319
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
320
|
+
questionType: z.ZodLiteral<"true_false">;
|
|
321
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
322
|
+
questionType: z.ZodLiteral<"short_answer">;
|
|
323
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
324
|
+
questionType: z.ZodLiteral<"short_answer">;
|
|
325
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
326
|
+
questionType: z.ZodLiteral<"short_answer">;
|
|
327
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
328
|
+
questionType: z.ZodLiteral<"numeric">;
|
|
329
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
330
|
+
questionType: z.ZodLiteral<"numeric">;
|
|
331
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
332
|
+
questionType: z.ZodLiteral<"numeric">;
|
|
333
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
334
|
+
questionType: z.ZodLiteral<"sequence">;
|
|
335
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
336
|
+
questionType: z.ZodLiteral<"sequence">;
|
|
337
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
338
|
+
questionType: z.ZodLiteral<"sequence">;
|
|
339
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
340
|
+
questionType: z.ZodLiteral<"matching">;
|
|
341
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
342
|
+
questionType: z.ZodLiteral<"matching">;
|
|
343
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
344
|
+
questionType: z.ZodLiteral<"matching">;
|
|
345
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
346
|
+
questionType: z.ZodLiteral<"hotspot">;
|
|
347
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
348
|
+
questionType: z.ZodLiteral<"hotspot">;
|
|
349
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
350
|
+
questionType: z.ZodLiteral<"hotspot">;
|
|
351
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
352
|
+
questionType: z.ZodLiteral<"blockly_programming">;
|
|
353
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
354
|
+
questionType: z.ZodLiteral<"blockly_programming">;
|
|
355
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
356
|
+
questionType: z.ZodLiteral<"blockly_programming">;
|
|
357
|
+
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|
|
358
|
+
questionType: z.ZodLiteral<"scratch_programming">;
|
|
359
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
360
|
+
questionType: z.ZodLiteral<"scratch_programming">;
|
|
361
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
362
|
+
questionType: z.ZodLiteral<"scratch_programming">;
|
|
363
|
+
}, z.ZodTypeAny, "passthrough">>]>, "many">;
|
|
364
|
+
description: z.ZodOptional<z.ZodString>;
|
|
365
|
+
settings: z.ZodOptional<z.ZodObject<{
|
|
366
|
+
language: z.ZodOptional<z.ZodString>;
|
|
367
|
+
shuffleQuestions: z.ZodOptional<z.ZodBoolean>;
|
|
368
|
+
shuffleOptions: z.ZodOptional<z.ZodBoolean>;
|
|
369
|
+
timeLimitMinutes: z.ZodOptional<z.ZodNumber>;
|
|
370
|
+
showCorrectAnswers: z.ZodOptional<z.ZodEnum<["immediately", "end_of_quiz", "never"]>>;
|
|
371
|
+
passingScorePercent: z.ZodOptional<z.ZodNumber>;
|
|
372
|
+
webhookUrl: z.ZodOptional<z.ZodString>;
|
|
373
|
+
scorm: z.ZodOptional<z.ZodObject<{
|
|
374
|
+
version: z.ZodEnum<["1.2", "2004"]>;
|
|
375
|
+
setCompletionOnFinish: z.ZodOptional<z.ZodBoolean>;
|
|
376
|
+
setSuccessOnPass: z.ZodOptional<z.ZodBoolean>;
|
|
377
|
+
autoCommit: z.ZodOptional<z.ZodBoolean>;
|
|
378
|
+
studentNameVar: z.ZodOptional<z.ZodString>;
|
|
379
|
+
lessonStatusVar: z.ZodOptional<z.ZodString>;
|
|
380
|
+
scoreRawVar: z.ZodOptional<z.ZodString>;
|
|
381
|
+
scoreMaxVar: z.ZodOptional<z.ZodString>;
|
|
382
|
+
scoreMinVar: z.ZodOptional<z.ZodString>;
|
|
383
|
+
sessionTimeVar: z.ZodOptional<z.ZodString>;
|
|
384
|
+
exitVar: z.ZodOptional<z.ZodString>;
|
|
385
|
+
suspendDataVar: z.ZodOptional<z.ZodString>;
|
|
386
|
+
lessonStatusVar_1_2: z.ZodOptional<z.ZodString>;
|
|
387
|
+
scoreRawVar_1_2: z.ZodOptional<z.ZodString>;
|
|
388
|
+
scoreMaxVar_1_2: z.ZodOptional<z.ZodString>;
|
|
389
|
+
scoreMinVar_1_2: z.ZodOptional<z.ZodString>;
|
|
390
|
+
completionStatusVar_2004: z.ZodOptional<z.ZodString>;
|
|
391
|
+
successStatusVar_2004: z.ZodOptional<z.ZodString>;
|
|
392
|
+
scoreScaledVar_2004: z.ZodOptional<z.ZodString>;
|
|
393
|
+
scoreRawVar_2004: z.ZodOptional<z.ZodString>;
|
|
394
|
+
scoreMaxVar_2004: z.ZodOptional<z.ZodString>;
|
|
395
|
+
scoreMinVar_2004: z.ZodOptional<z.ZodString>;
|
|
396
|
+
}, "strip", z.ZodTypeAny, {
|
|
397
|
+
version: "1.2" | "2004";
|
|
398
|
+
setCompletionOnFinish?: boolean | undefined;
|
|
399
|
+
setSuccessOnPass?: boolean | undefined;
|
|
400
|
+
autoCommit?: boolean | undefined;
|
|
401
|
+
studentNameVar?: string | undefined;
|
|
402
|
+
lessonStatusVar?: string | undefined;
|
|
403
|
+
scoreRawVar?: string | undefined;
|
|
404
|
+
scoreMaxVar?: string | undefined;
|
|
405
|
+
scoreMinVar?: string | undefined;
|
|
406
|
+
sessionTimeVar?: string | undefined;
|
|
407
|
+
exitVar?: string | undefined;
|
|
408
|
+
suspendDataVar?: string | undefined;
|
|
409
|
+
lessonStatusVar_1_2?: string | undefined;
|
|
410
|
+
scoreRawVar_1_2?: string | undefined;
|
|
411
|
+
scoreMaxVar_1_2?: string | undefined;
|
|
412
|
+
scoreMinVar_1_2?: string | undefined;
|
|
413
|
+
completionStatusVar_2004?: string | undefined;
|
|
414
|
+
successStatusVar_2004?: string | undefined;
|
|
415
|
+
scoreScaledVar_2004?: string | undefined;
|
|
416
|
+
scoreRawVar_2004?: string | undefined;
|
|
417
|
+
scoreMaxVar_2004?: string | undefined;
|
|
418
|
+
scoreMinVar_2004?: string | undefined;
|
|
419
|
+
}, {
|
|
420
|
+
version: "1.2" | "2004";
|
|
421
|
+
setCompletionOnFinish?: boolean | undefined;
|
|
422
|
+
setSuccessOnPass?: boolean | undefined;
|
|
423
|
+
autoCommit?: boolean | undefined;
|
|
424
|
+
studentNameVar?: string | undefined;
|
|
425
|
+
lessonStatusVar?: string | undefined;
|
|
426
|
+
scoreRawVar?: string | undefined;
|
|
427
|
+
scoreMaxVar?: string | undefined;
|
|
428
|
+
scoreMinVar?: string | undefined;
|
|
429
|
+
sessionTimeVar?: string | undefined;
|
|
430
|
+
exitVar?: string | undefined;
|
|
431
|
+
suspendDataVar?: string | undefined;
|
|
432
|
+
lessonStatusVar_1_2?: string | undefined;
|
|
433
|
+
scoreRawVar_1_2?: string | undefined;
|
|
434
|
+
scoreMaxVar_1_2?: string | undefined;
|
|
435
|
+
scoreMinVar_1_2?: string | undefined;
|
|
436
|
+
completionStatusVar_2004?: string | undefined;
|
|
437
|
+
successStatusVar_2004?: string | undefined;
|
|
438
|
+
scoreScaledVar_2004?: string | undefined;
|
|
439
|
+
scoreRawVar_2004?: string | undefined;
|
|
440
|
+
scoreMaxVar_2004?: string | undefined;
|
|
441
|
+
scoreMinVar_2004?: string | undefined;
|
|
442
|
+
}>>;
|
|
443
|
+
}, "strip", z.ZodTypeAny, {
|
|
444
|
+
language?: string | undefined;
|
|
445
|
+
timeLimitMinutes?: number | undefined;
|
|
446
|
+
scorm?: {
|
|
447
|
+
version: "1.2" | "2004";
|
|
448
|
+
setCompletionOnFinish?: boolean | undefined;
|
|
449
|
+
setSuccessOnPass?: boolean | undefined;
|
|
450
|
+
autoCommit?: boolean | undefined;
|
|
451
|
+
studentNameVar?: string | undefined;
|
|
452
|
+
lessonStatusVar?: string | undefined;
|
|
453
|
+
scoreRawVar?: string | undefined;
|
|
454
|
+
scoreMaxVar?: string | undefined;
|
|
455
|
+
scoreMinVar?: string | undefined;
|
|
456
|
+
sessionTimeVar?: string | undefined;
|
|
457
|
+
exitVar?: string | undefined;
|
|
458
|
+
suspendDataVar?: string | undefined;
|
|
459
|
+
lessonStatusVar_1_2?: string | undefined;
|
|
460
|
+
scoreRawVar_1_2?: string | undefined;
|
|
461
|
+
scoreMaxVar_1_2?: string | undefined;
|
|
462
|
+
scoreMinVar_1_2?: string | undefined;
|
|
463
|
+
completionStatusVar_2004?: string | undefined;
|
|
464
|
+
successStatusVar_2004?: string | undefined;
|
|
465
|
+
scoreScaledVar_2004?: string | undefined;
|
|
466
|
+
scoreRawVar_2004?: string | undefined;
|
|
467
|
+
scoreMaxVar_2004?: string | undefined;
|
|
468
|
+
scoreMinVar_2004?: string | undefined;
|
|
469
|
+
} | undefined;
|
|
470
|
+
passingScorePercent?: number | undefined;
|
|
471
|
+
webhookUrl?: string | undefined;
|
|
472
|
+
shuffleQuestions?: boolean | undefined;
|
|
473
|
+
shuffleOptions?: boolean | undefined;
|
|
474
|
+
showCorrectAnswers?: "immediately" | "end_of_quiz" | "never" | undefined;
|
|
475
|
+
}, {
|
|
476
|
+
language?: string | undefined;
|
|
477
|
+
timeLimitMinutes?: number | undefined;
|
|
478
|
+
scorm?: {
|
|
479
|
+
version: "1.2" | "2004";
|
|
480
|
+
setCompletionOnFinish?: boolean | undefined;
|
|
481
|
+
setSuccessOnPass?: boolean | undefined;
|
|
482
|
+
autoCommit?: boolean | undefined;
|
|
483
|
+
studentNameVar?: string | undefined;
|
|
484
|
+
lessonStatusVar?: string | undefined;
|
|
485
|
+
scoreRawVar?: string | undefined;
|
|
486
|
+
scoreMaxVar?: string | undefined;
|
|
487
|
+
scoreMinVar?: string | undefined;
|
|
488
|
+
sessionTimeVar?: string | undefined;
|
|
489
|
+
exitVar?: string | undefined;
|
|
490
|
+
suspendDataVar?: string | undefined;
|
|
491
|
+
lessonStatusVar_1_2?: string | undefined;
|
|
492
|
+
scoreRawVar_1_2?: string | undefined;
|
|
493
|
+
scoreMaxVar_1_2?: string | undefined;
|
|
494
|
+
scoreMinVar_1_2?: string | undefined;
|
|
495
|
+
completionStatusVar_2004?: string | undefined;
|
|
496
|
+
successStatusVar_2004?: string | undefined;
|
|
497
|
+
scoreScaledVar_2004?: string | undefined;
|
|
498
|
+
scoreRawVar_2004?: string | undefined;
|
|
499
|
+
scoreMaxVar_2004?: string | undefined;
|
|
500
|
+
scoreMinVar_2004?: string | undefined;
|
|
501
|
+
} | undefined;
|
|
502
|
+
passingScorePercent?: number | undefined;
|
|
503
|
+
webhookUrl?: string | undefined;
|
|
504
|
+
shuffleQuestions?: boolean | undefined;
|
|
505
|
+
shuffleOptions?: boolean | undefined;
|
|
506
|
+
showCorrectAnswers?: "immediately" | "end_of_quiz" | "never" | undefined;
|
|
507
|
+
}>>;
|
|
508
|
+
}, "strip", z.ZodTypeAny, {
|
|
509
|
+
id: string;
|
|
510
|
+
title: string;
|
|
511
|
+
questions: (z.objectOutputType<{
|
|
512
|
+
questionType: z.ZodLiteral<"multiple_choice">;
|
|
513
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
514
|
+
questionType: z.ZodLiteral<"multiple_response">;
|
|
515
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
516
|
+
questionType: z.ZodLiteral<"fill_in_the_blanks">;
|
|
517
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
518
|
+
questionType: z.ZodLiteral<"drag_and_drop">;
|
|
519
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
520
|
+
questionType: z.ZodLiteral<"true_false">;
|
|
521
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
522
|
+
questionType: z.ZodLiteral<"short_answer">;
|
|
523
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
524
|
+
questionType: z.ZodLiteral<"numeric">;
|
|
525
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
526
|
+
questionType: z.ZodLiteral<"sequence">;
|
|
527
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
528
|
+
questionType: z.ZodLiteral<"matching">;
|
|
529
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
530
|
+
questionType: z.ZodLiteral<"hotspot">;
|
|
531
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
532
|
+
questionType: z.ZodLiteral<"blockly_programming">;
|
|
533
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectOutputType<{
|
|
534
|
+
questionType: z.ZodLiteral<"scratch_programming">;
|
|
535
|
+
}, z.ZodTypeAny, "passthrough">)[];
|
|
536
|
+
description?: string | undefined;
|
|
537
|
+
settings?: {
|
|
538
|
+
language?: string | undefined;
|
|
539
|
+
timeLimitMinutes?: number | undefined;
|
|
540
|
+
scorm?: {
|
|
541
|
+
version: "1.2" | "2004";
|
|
542
|
+
setCompletionOnFinish?: boolean | undefined;
|
|
543
|
+
setSuccessOnPass?: boolean | undefined;
|
|
544
|
+
autoCommit?: boolean | undefined;
|
|
545
|
+
studentNameVar?: string | undefined;
|
|
546
|
+
lessonStatusVar?: string | undefined;
|
|
547
|
+
scoreRawVar?: string | undefined;
|
|
548
|
+
scoreMaxVar?: string | undefined;
|
|
549
|
+
scoreMinVar?: string | undefined;
|
|
550
|
+
sessionTimeVar?: string | undefined;
|
|
551
|
+
exitVar?: string | undefined;
|
|
552
|
+
suspendDataVar?: string | undefined;
|
|
553
|
+
lessonStatusVar_1_2?: string | undefined;
|
|
554
|
+
scoreRawVar_1_2?: string | undefined;
|
|
555
|
+
scoreMaxVar_1_2?: string | undefined;
|
|
556
|
+
scoreMinVar_1_2?: string | undefined;
|
|
557
|
+
completionStatusVar_2004?: string | undefined;
|
|
558
|
+
successStatusVar_2004?: string | undefined;
|
|
559
|
+
scoreScaledVar_2004?: string | undefined;
|
|
560
|
+
scoreRawVar_2004?: string | undefined;
|
|
561
|
+
scoreMaxVar_2004?: string | undefined;
|
|
562
|
+
scoreMinVar_2004?: string | undefined;
|
|
563
|
+
} | undefined;
|
|
564
|
+
passingScorePercent?: number | undefined;
|
|
565
|
+
webhookUrl?: string | undefined;
|
|
566
|
+
shuffleQuestions?: boolean | undefined;
|
|
567
|
+
shuffleOptions?: boolean | undefined;
|
|
568
|
+
showCorrectAnswers?: "immediately" | "end_of_quiz" | "never" | undefined;
|
|
569
|
+
} | undefined;
|
|
570
|
+
}, {
|
|
571
|
+
id: string;
|
|
572
|
+
title: string;
|
|
573
|
+
questions: (z.objectInputType<{
|
|
574
|
+
questionType: z.ZodLiteral<"multiple_choice">;
|
|
575
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
576
|
+
questionType: z.ZodLiteral<"multiple_response">;
|
|
577
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
578
|
+
questionType: z.ZodLiteral<"fill_in_the_blanks">;
|
|
579
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
580
|
+
questionType: z.ZodLiteral<"drag_and_drop">;
|
|
581
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
582
|
+
questionType: z.ZodLiteral<"true_false">;
|
|
583
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
584
|
+
questionType: z.ZodLiteral<"short_answer">;
|
|
585
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
586
|
+
questionType: z.ZodLiteral<"numeric">;
|
|
587
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
588
|
+
questionType: z.ZodLiteral<"sequence">;
|
|
589
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
590
|
+
questionType: z.ZodLiteral<"matching">;
|
|
591
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
592
|
+
questionType: z.ZodLiteral<"hotspot">;
|
|
593
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
594
|
+
questionType: z.ZodLiteral<"blockly_programming">;
|
|
595
|
+
}, z.ZodTypeAny, "passthrough"> | z.objectInputType<{
|
|
596
|
+
questionType: z.ZodLiteral<"scratch_programming">;
|
|
597
|
+
}, z.ZodTypeAny, "passthrough">)[];
|
|
598
|
+
description?: string | undefined;
|
|
599
|
+
settings?: {
|
|
600
|
+
language?: string | undefined;
|
|
601
|
+
timeLimitMinutes?: number | undefined;
|
|
602
|
+
scorm?: {
|
|
603
|
+
version: "1.2" | "2004";
|
|
604
|
+
setCompletionOnFinish?: boolean | undefined;
|
|
605
|
+
setSuccessOnPass?: boolean | undefined;
|
|
606
|
+
autoCommit?: boolean | undefined;
|
|
607
|
+
studentNameVar?: string | undefined;
|
|
608
|
+
lessonStatusVar?: string | undefined;
|
|
609
|
+
scoreRawVar?: string | undefined;
|
|
610
|
+
scoreMaxVar?: string | undefined;
|
|
611
|
+
scoreMinVar?: string | undefined;
|
|
612
|
+
sessionTimeVar?: string | undefined;
|
|
613
|
+
exitVar?: string | undefined;
|
|
614
|
+
suspendDataVar?: string | undefined;
|
|
615
|
+
lessonStatusVar_1_2?: string | undefined;
|
|
616
|
+
scoreRawVar_1_2?: string | undefined;
|
|
617
|
+
scoreMaxVar_1_2?: string | undefined;
|
|
618
|
+
scoreMinVar_1_2?: string | undefined;
|
|
619
|
+
completionStatusVar_2004?: string | undefined;
|
|
620
|
+
successStatusVar_2004?: string | undefined;
|
|
621
|
+
scoreScaledVar_2004?: string | undefined;
|
|
622
|
+
scoreRawVar_2004?: string | undefined;
|
|
623
|
+
scoreMaxVar_2004?: string | undefined;
|
|
624
|
+
scoreMinVar_2004?: string | undefined;
|
|
625
|
+
} | undefined;
|
|
626
|
+
passingScorePercent?: number | undefined;
|
|
627
|
+
webhookUrl?: string | undefined;
|
|
628
|
+
shuffleQuestions?: boolean | undefined;
|
|
629
|
+
shuffleOptions?: boolean | undefined;
|
|
630
|
+
showCorrectAnswers?: "immediately" | "end_of_quiz" | "never" | undefined;
|
|
631
|
+
} | undefined;
|
|
632
|
+
}>;
|
|
633
|
+
export type QuizConfig = z.infer<typeof QuizConfigSchema>;
|
|
634
|
+
//# sourceMappingURL=quizConfigSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quizConfigSchema.d.ts","sourceRoot":"","sources":["../../../src/schemas/zod/quizConfigSchema.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAmBxB,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAa7B,CAAC;AAIH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuB9B,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS7B,CAAC;AAIH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS3B,CAAC;AAGH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC"}
|