@thanh01.pmt/interactive-quiz-kit 1.0.29 → 1.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (491) hide show
  1. package/dist/ai/dev.d.ts +16 -0
  2. package/dist/ai/dev.d.ts.map +1 -0
  3. package/dist/ai/flows/ask-tutor-chat-types.d.ts +67 -0
  4. package/dist/ai/flows/ask-tutor-chat-types.d.ts.map +1 -0
  5. package/dist/ai/flows/ask-tutor-chat.d.ts +3 -0
  6. package/dist/ai/flows/ask-tutor-chat.d.ts.map +1 -0
  7. package/dist/ai/flows/assess-and-map-document-types.d.ts +80 -0
  8. package/dist/ai/flows/assess-and-map-document-types.d.ts.map +1 -0
  9. package/dist/ai/flows/assess-and-map-document.d.ts +3 -0
  10. package/dist/ai/flows/assess-and-map-document.d.ts.map +1 -0
  11. package/dist/ai/flows/evaluate-user-code-types.d.ts +49 -0
  12. package/dist/ai/flows/evaluate-user-code-types.d.ts.map +1 -0
  13. package/dist/ai/flows/evaluate-user-code.d.ts +3 -0
  14. package/dist/ai/flows/evaluate-user-code.d.ts.map +1 -0
  15. package/dist/ai/flows/generate-learning-analysis-types.d.ts +200 -0
  16. package/dist/ai/flows/generate-learning-analysis-types.d.ts.map +1 -0
  17. package/dist/ai/flows/generate-learning-analysis.d.ts +4 -0
  18. package/dist/ai/flows/generate-learning-analysis.d.ts.map +1 -0
  19. package/dist/ai/flows/generate-motivational-quote.d.ts +3 -0
  20. package/dist/ai/flows/generate-motivational-quote.d.ts.map +1 -0
  21. package/dist/ai/flows/generate-practice-quiz.d.ts +76 -0
  22. package/dist/ai/flows/generate-practice-quiz.d.ts.map +1 -0
  23. package/dist/ai/flows/generate-practice-suggestion.d.ts +149 -0
  24. package/dist/ai/flows/generate-practice-suggestion.d.ts.map +1 -0
  25. package/dist/ai/flows/generate-questions-from-quiz-plan-types.d.ts +122 -0
  26. package/dist/ai/flows/generate-questions-from-quiz-plan-types.d.ts.map +1 -0
  27. package/dist/ai/flows/generate-questions-from-quiz-plan.d.ts +3 -0
  28. package/dist/ai/flows/generate-questions-from-quiz-plan.d.ts.map +1 -0
  29. package/dist/ai/flows/generate-quiz-from-text-types.d.ts +358 -0
  30. package/dist/ai/flows/generate-quiz-from-text-types.d.ts.map +1 -0
  31. package/dist/ai/flows/generate-quiz-from-text.d.ts +3 -0
  32. package/dist/ai/flows/generate-quiz-from-text.d.ts.map +1 -0
  33. package/dist/ai/flows/generate-quiz-plan-types.d.ts +272 -0
  34. package/dist/ai/flows/generate-quiz-plan-types.d.ts.map +1 -0
  35. package/dist/ai/flows/generate-quiz-plan.d.ts +12 -0
  36. package/dist/ai/flows/generate-quiz-plan.d.ts.map +1 -0
  37. package/dist/ai/flows/generate-quiz-review.d.ts +3 -0
  38. package/dist/ai/flows/generate-quiz-review.d.ts.map +1 -0
  39. package/dist/ai/flows/generate-single-knowledge-card-types.d.ts +34 -0
  40. package/dist/ai/flows/generate-single-knowledge-card-types.d.ts.map +1 -0
  41. package/dist/ai/flows/generate-single-knowledge-card.d.ts +3 -0
  42. package/dist/ai/flows/generate-single-knowledge-card.d.ts.map +1 -0
  43. package/dist/ai/flows/motivational-quote-types.d.ts +30 -0
  44. package/dist/ai/flows/motivational-quote-types.d.ts.map +1 -0
  45. package/dist/ai/flows/plan-knowledge-cards-types.d.ts +24 -0
  46. package/dist/ai/flows/plan-knowledge-cards-types.d.ts.map +1 -0
  47. package/dist/ai/flows/plan-knowledge-cards.d.ts +3 -0
  48. package/dist/ai/flows/plan-knowledge-cards.d.ts.map +1 -0
  49. package/dist/ai/flows/question-gen/generate-coding-question-types.d.ts +133 -0
  50. package/dist/ai/flows/question-gen/generate-coding-question-types.d.ts.map +1 -0
  51. package/dist/ai/flows/question-gen/generate-coding-question.d.ts +3 -0
  52. package/dist/ai/flows/question-gen/generate-coding-question.d.ts.map +1 -0
  53. package/dist/ai/flows/question-gen/generate-fitb-question-types.d.ts +142 -0
  54. package/dist/ai/flows/question-gen/generate-fitb-question-types.d.ts.map +1 -0
  55. package/dist/ai/flows/question-gen/generate-fitb-question.d.ts +3 -0
  56. package/dist/ai/flows/question-gen/generate-fitb-question.d.ts.map +1 -0
  57. package/dist/ai/flows/question-gen/generate-matching-question-types.d.ts +137 -0
  58. package/dist/ai/flows/question-gen/generate-matching-question-types.d.ts.map +1 -0
  59. package/dist/ai/flows/question-gen/generate-matching-question.d.ts +3 -0
  60. package/dist/ai/flows/question-gen/generate-matching-question.d.ts.map +1 -0
  61. package/dist/ai/flows/question-gen/generate-mcq-question-types.d.ts +137 -0
  62. package/dist/ai/flows/question-gen/generate-mcq-question-types.d.ts.map +1 -0
  63. package/dist/ai/flows/question-gen/generate-mcq-question.d.ts +3 -0
  64. package/dist/ai/flows/question-gen/generate-mcq-question.d.ts.map +1 -0
  65. package/dist/ai/flows/question-gen/generate-mrq-question-types.d.ts +143 -0
  66. package/dist/ai/flows/question-gen/generate-mrq-question-types.d.ts.map +1 -0
  67. package/dist/ai/flows/question-gen/generate-mrq-question.d.ts +3 -0
  68. package/dist/ai/flows/question-gen/generate-mrq-question.d.ts.map +1 -0
  69. package/dist/ai/flows/question-gen/generate-numeric-question-types.d.ts +131 -0
  70. package/dist/ai/flows/question-gen/generate-numeric-question-types.d.ts.map +1 -0
  71. package/dist/ai/flows/question-gen/generate-numeric-question.d.ts +3 -0
  72. package/dist/ai/flows/question-gen/generate-numeric-question.d.ts.map +1 -0
  73. package/dist/ai/flows/question-gen/generate-sequence-question-types.d.ts +119 -0
  74. package/dist/ai/flows/question-gen/generate-sequence-question-types.d.ts.map +1 -0
  75. package/dist/ai/flows/question-gen/generate-sequence-question.d.ts +3 -0
  76. package/dist/ai/flows/question-gen/generate-sequence-question.d.ts.map +1 -0
  77. package/dist/ai/flows/question-gen/generate-short-answer-question-types.d.ts +119 -0
  78. package/dist/ai/flows/question-gen/generate-short-answer-question-types.d.ts.map +1 -0
  79. package/dist/ai/flows/question-gen/generate-short-answer-question.d.ts +3 -0
  80. package/dist/ai/flows/question-gen/generate-short-answer-question.d.ts.map +1 -0
  81. package/dist/ai/flows/question-gen/generate-true-false-question-types.d.ts +115 -0
  82. package/dist/ai/flows/question-gen/generate-true-false-question-types.d.ts.map +1 -0
  83. package/dist/ai/flows/question-gen/generate-true-false-question.d.ts +3 -0
  84. package/dist/ai/flows/question-gen/generate-true-false-question.d.ts.map +1 -0
  85. package/dist/ai/flows/question-gen/question-generation-schemas.d.ts +1027 -0
  86. package/dist/ai/flows/question-gen/question-generation-schemas.d.ts.map +1 -0
  87. package/dist/ai/flows/review-types.d.ts +79 -0
  88. package/dist/ai/flows/review-types.d.ts.map +1 -0
  89. package/dist/ai/flows/shared-schemas.d.ts +133 -0
  90. package/dist/ai/flows/shared-schemas.d.ts.map +1 -0
  91. package/dist/ai/genkit.d.ts +2 -0
  92. package/dist/ai/genkit.d.ts.map +1 -0
  93. package/dist/ai.d.ts +40 -0
  94. package/dist/ai.d.ts.map +1 -0
  95. package/dist/authoring.d.ts +6 -0
  96. package/dist/authoring.d.ts.map +1 -0
  97. package/dist/i18n.d.ts +3 -0
  98. package/dist/i18n.d.ts.map +1 -0
  99. package/dist/index.d.ts +31 -0
  100. package/dist/index.d.ts.map +1 -0
  101. package/dist/player.d.ts +12 -0
  102. package/dist/player.d.ts.map +1 -0
  103. package/dist/react-ui/components/app/APIKeyManagerModal.d.ts +8 -0
  104. package/dist/react-ui/components/app/APIKeyManagerModal.d.ts.map +1 -0
  105. package/dist/react-ui/components/app/AppController.d.ts +3 -0
  106. package/dist/react-ui/components/app/AppController.d.ts.map +1 -0
  107. package/dist/react-ui/components/app/ManageImageContexts.d.ts +3 -0
  108. package/dist/react-ui/components/app/ManageImageContexts.d.ts.map +1 -0
  109. package/dist/react-ui/components/app/ManageTopics.d.ts +3 -0
  110. package/dist/react-ui/components/app/ManageTopics.d.ts.map +1 -0
  111. package/dist/react-ui/components/app/PersonalPracticeDashboard.d.ts +3 -0
  112. package/dist/react-ui/components/app/PersonalPracticeDashboard.d.ts.map +1 -0
  113. package/dist/react-ui/components/app/SettingsModal.d.ts +10 -0
  114. package/dist/react-ui/components/app/SettingsModal.d.ts.map +1 -0
  115. package/dist/react-ui/components/app/UploadResourceModal.d.ts +8 -0
  116. package/dist/react-ui/components/app/UploadResourceModal.d.ts.map +1 -0
  117. package/dist/react-ui/components/authoring/AIFullQuizGeneratorModal.d.ts +11 -0
  118. package/dist/react-ui/components/authoring/AIFullQuizGeneratorModal.d.ts.map +1 -0
  119. package/dist/react-ui/components/authoring/AIQuestionGeneratorModal.d.ts +19 -0
  120. package/dist/react-ui/components/authoring/AIQuestionGeneratorModal.d.ts.map +1 -0
  121. package/dist/react-ui/components/authoring/BlocklyProgrammingQuestionForm.d.ts +9 -0
  122. package/dist/react-ui/components/authoring/BlocklyProgrammingQuestionForm.d.ts.map +1 -0
  123. package/dist/react-ui/components/authoring/CodingQuestionForm.d.ts +9 -0
  124. package/dist/react-ui/components/authoring/CodingQuestionForm.d.ts.map +1 -0
  125. package/dist/react-ui/components/authoring/DragAndDropQuestionForm.d.ts +9 -0
  126. package/dist/react-ui/components/authoring/DragAndDropQuestionForm.d.ts.map +1 -0
  127. package/dist/react-ui/components/authoring/EditQuestionModal.d.ts +11 -0
  128. package/dist/react-ui/components/authoring/EditQuestionModal.d.ts.map +1 -0
  129. package/dist/react-ui/components/authoring/FillInTheBlanksQuestionForm.d.ts +9 -0
  130. package/dist/react-ui/components/authoring/FillInTheBlanksQuestionForm.d.ts.map +1 -0
  131. package/dist/react-ui/components/authoring/HotspotQuestionForm.d.ts +9 -0
  132. package/dist/react-ui/components/authoring/HotspotQuestionForm.d.ts.map +1 -0
  133. package/dist/react-ui/components/authoring/ImportQuestionsModal.d.ts +10 -0
  134. package/dist/react-ui/components/authoring/ImportQuestionsModal.d.ts.map +1 -0
  135. package/dist/react-ui/components/authoring/MatchingQuestionForm.d.ts +9 -0
  136. package/dist/react-ui/components/authoring/MatchingQuestionForm.d.ts.map +1 -0
  137. package/dist/react-ui/components/authoring/MultipleChoiceQuestionForm.d.ts +9 -0
  138. package/dist/react-ui/components/authoring/MultipleChoiceQuestionForm.d.ts.map +1 -0
  139. package/dist/react-ui/components/authoring/MultipleResponseQuestionForm.d.ts +9 -0
  140. package/dist/react-ui/components/authoring/MultipleResponseQuestionForm.d.ts.map +1 -0
  141. package/dist/react-ui/components/authoring/NumericQuestionForm.d.ts +9 -0
  142. package/dist/react-ui/components/authoring/NumericQuestionForm.d.ts.map +1 -0
  143. package/dist/react-ui/components/authoring/QuestionFilters.d.ts +9 -0
  144. package/dist/react-ui/components/authoring/QuestionFilters.d.ts.map +1 -0
  145. package/dist/react-ui/components/authoring/QuestionFormDialog.d.ts +11 -0
  146. package/dist/react-ui/components/authoring/QuestionFormDialog.d.ts.map +1 -0
  147. package/dist/react-ui/components/authoring/QuestionList.d.ts +11 -0
  148. package/dist/react-ui/components/authoring/QuestionList.d.ts.map +1 -0
  149. package/dist/react-ui/components/authoring/QuestionPreviewModal.d.ts +10 -0
  150. package/dist/react-ui/components/authoring/QuestionPreviewModal.d.ts.map +1 -0
  151. package/dist/react-ui/components/authoring/QuizAuthoringTool.d.ts +10 -0
  152. package/dist/react-ui/components/authoring/QuizAuthoringTool.d.ts.map +1 -0
  153. package/dist/react-ui/components/authoring/SCORMExportModal.d.ts +13 -0
  154. package/dist/react-ui/components/authoring/SCORMExportModal.d.ts.map +1 -0
  155. package/dist/react-ui/components/authoring/ScratchProgrammingQuestionForm.d.ts +9 -0
  156. package/dist/react-ui/components/authoring/ScratchProgrammingQuestionForm.d.ts.map +1 -0
  157. package/dist/react-ui/components/authoring/SequenceQuestionForm.d.ts +9 -0
  158. package/dist/react-ui/components/authoring/SequenceQuestionForm.d.ts.map +1 -0
  159. package/dist/react-ui/components/authoring/ShortAnswerQuestionForm.d.ts +9 -0
  160. package/dist/react-ui/components/authoring/ShortAnswerQuestionForm.d.ts.map +1 -0
  161. package/dist/react-ui/components/authoring/TrueFalseQuestionForm.d.ts +9 -0
  162. package/dist/react-ui/components/authoring/TrueFalseQuestionForm.d.ts.map +1 -0
  163. package/dist/react-ui/components/common/ClientTranslation.d.ts +18 -0
  164. package/dist/react-ui/components/common/ClientTranslation.d.ts.map +1 -0
  165. package/dist/react-ui/components/common/EditorToolbar.d.ts +8 -0
  166. package/dist/react-ui/components/common/EditorToolbar.d.ts.map +1 -0
  167. package/dist/react-ui/components/common/MarkdownEditor.d.ts +11 -0
  168. package/dist/react-ui/components/common/MarkdownEditor.d.ts.map +1 -0
  169. package/dist/react-ui/components/common/MarkdownRenderer.d.ts +15 -0
  170. package/dist/react-ui/components/common/MarkdownRenderer.d.ts.map +1 -0
  171. package/dist/react-ui/components/common/RichTextEditor.d.ts +11 -0
  172. package/dist/react-ui/components/common/RichTextEditor.d.ts.map +1 -0
  173. package/dist/react-ui/components/common/RichTextRenderer.d.ts +16 -0
  174. package/dist/react-ui/components/common/RichTextRenderer.d.ts.map +1 -0
  175. package/dist/react-ui/components/common/SimpleMarkdownEditor.d.ts +17 -0
  176. package/dist/react-ui/components/common/SimpleMarkdownEditor.d.ts.map +1 -0
  177. package/dist/react-ui/components/dashboard/AchievementCertificate.d.ts +11 -0
  178. package/dist/react-ui/components/dashboard/AchievementCertificate.d.ts.map +1 -0
  179. package/dist/react-ui/components/dashboard/Achievements.d.ts +8 -0
  180. package/dist/react-ui/components/dashboard/Achievements.d.ts.map +1 -0
  181. package/dist/react-ui/components/dashboard/ActivityCalendar.d.ts +8 -0
  182. package/dist/react-ui/components/dashboard/ActivityCalendar.d.ts.map +1 -0
  183. package/dist/react-ui/components/dashboard/AnalysisDialog.d.ts +8 -0
  184. package/dist/react-ui/components/dashboard/AnalysisDialog.d.ts.map +1 -0
  185. package/dist/react-ui/components/dashboard/ChatbotDialog.d.ts +8 -0
  186. package/dist/react-ui/components/dashboard/ChatbotDialog.d.ts.map +1 -0
  187. package/dist/react-ui/components/dashboard/Cheatsheet.d.ts +3 -0
  188. package/dist/react-ui/components/dashboard/Cheatsheet.d.ts.map +1 -0
  189. package/dist/react-ui/components/dashboard/DraggableDashboardCard.d.ts +11 -0
  190. package/dist/react-ui/components/dashboard/DraggableDashboardCard.d.ts.map +1 -0
  191. package/dist/react-ui/components/dashboard/FreestyleQuizzesCard.d.ts +3 -0
  192. package/dist/react-ui/components/dashboard/FreestyleQuizzesCard.d.ts.map +1 -0
  193. package/dist/react-ui/components/dashboard/GeneratedQuizzesCard.d.ts +3 -0
  194. package/dist/react-ui/components/dashboard/GeneratedQuizzesCard.d.ts.map +1 -0
  195. package/dist/react-ui/components/dashboard/GoalsProgress.d.ts +3 -0
  196. package/dist/react-ui/components/dashboard/GoalsProgress.d.ts.map +1 -0
  197. package/dist/react-ui/components/dashboard/PerformanceCharts.d.ts +8 -0
  198. package/dist/react-ui/components/dashboard/PerformanceCharts.d.ts.map +1 -0
  199. package/dist/react-ui/components/dashboard/PerformanceSnapshot.d.ts +9 -0
  200. package/dist/react-ui/components/dashboard/PerformanceSnapshot.d.ts.map +1 -0
  201. package/dist/react-ui/components/dashboard/PracticeHistoryTable.d.ts +9 -0
  202. package/dist/react-ui/components/dashboard/PracticeHistoryTable.d.ts.map +1 -0
  203. package/dist/react-ui/components/dashboard/RoadmapChecklist.d.ts +3 -0
  204. package/dist/react-ui/components/dashboard/RoadmapChecklist.d.ts.map +1 -0
  205. package/dist/react-ui/components/dashboard/SessionActionsDialog.d.ts +13 -0
  206. package/dist/react-ui/components/dashboard/SessionActionsDialog.d.ts.map +1 -0
  207. package/dist/react-ui/components/dashboard/ShareAchievementDialog.d.ts +10 -0
  208. package/dist/react-ui/components/dashboard/ShareAchievementDialog.d.ts.map +1 -0
  209. package/dist/react-ui/components/dashboard/StatCard.d.ts +12 -0
  210. package/dist/react-ui/components/dashboard/StatCard.d.ts.map +1 -0
  211. package/dist/react-ui/components/dashboard/SuggestionDialog.d.ts +12 -0
  212. package/dist/react-ui/components/dashboard/SuggestionDialog.d.ts.map +1 -0
  213. package/dist/react-ui/components/elements/accordion.d.ts +8 -0
  214. package/dist/react-ui/components/elements/accordion.d.ts.map +1 -0
  215. package/dist/react-ui/components/elements/alert-dialog.d.ts +21 -0
  216. package/dist/react-ui/components/elements/alert-dialog.d.ts.map +1 -0
  217. package/dist/react-ui/components/elements/alert.d.ts +9 -0
  218. package/dist/react-ui/components/elements/alert.d.ts.map +1 -0
  219. package/dist/react-ui/components/elements/avatar.d.ts +7 -0
  220. package/dist/react-ui/components/elements/avatar.d.ts.map +1 -0
  221. package/dist/react-ui/components/elements/badge.d.ts +10 -0
  222. package/dist/react-ui/components/elements/badge.d.ts.map +1 -0
  223. package/dist/react-ui/components/elements/button.d.ts +12 -0
  224. package/dist/react-ui/components/elements/button.d.ts.map +1 -0
  225. package/dist/react-ui/components/elements/calendar.d.ts +9 -0
  226. package/dist/react-ui/components/elements/calendar.d.ts.map +1 -0
  227. package/dist/react-ui/components/elements/card.d.ts +9 -0
  228. package/dist/react-ui/components/elements/card.d.ts.map +1 -0
  229. package/dist/react-ui/components/elements/chart.d.ts +63 -0
  230. package/dist/react-ui/components/elements/chart.d.ts.map +1 -0
  231. package/dist/react-ui/components/elements/checkbox.d.ts +5 -0
  232. package/dist/react-ui/components/elements/checkbox.d.ts.map +1 -0
  233. package/dist/react-ui/components/elements/dialog.d.ts +20 -0
  234. package/dist/react-ui/components/elements/dialog.d.ts.map +1 -0
  235. package/dist/react-ui/components/elements/dropdown-menu.d.ts +28 -0
  236. package/dist/react-ui/components/elements/dropdown-menu.d.ts.map +1 -0
  237. package/dist/react-ui/components/elements/form.d.ts +24 -0
  238. package/dist/react-ui/components/elements/form.d.ts.map +1 -0
  239. package/dist/react-ui/components/elements/input.d.ts +4 -0
  240. package/dist/react-ui/components/elements/input.d.ts.map +1 -0
  241. package/dist/react-ui/components/elements/label.d.ts +6 -0
  242. package/dist/react-ui/components/elements/label.d.ts.map +1 -0
  243. package/dist/react-ui/components/elements/menubar.d.ts +29 -0
  244. package/dist/react-ui/components/elements/menubar.d.ts.map +1 -0
  245. package/dist/react-ui/components/elements/popover.d.ts +7 -0
  246. package/dist/react-ui/components/elements/popover.d.ts.map +1 -0
  247. package/dist/react-ui/components/elements/progress.d.ts +5 -0
  248. package/dist/react-ui/components/elements/progress.d.ts.map +1 -0
  249. package/dist/react-ui/components/elements/radio-group.d.ts +6 -0
  250. package/dist/react-ui/components/elements/radio-group.d.ts.map +1 -0
  251. package/dist/react-ui/components/elements/scroll-area.d.ts +6 -0
  252. package/dist/react-ui/components/elements/scroll-area.d.ts.map +1 -0
  253. package/dist/react-ui/components/elements/select.d.ts +14 -0
  254. package/dist/react-ui/components/elements/select.d.ts.map +1 -0
  255. package/dist/react-ui/components/elements/separator.d.ts +5 -0
  256. package/dist/react-ui/components/elements/separator.d.ts.map +1 -0
  257. package/dist/react-ui/components/elements/sheet.d.ts +26 -0
  258. package/dist/react-ui/components/elements/sheet.d.ts.map +1 -0
  259. package/dist/react-ui/components/elements/sidebar.d.ts +67 -0
  260. package/dist/react-ui/components/elements/sidebar.d.ts.map +1 -0
  261. package/dist/react-ui/components/elements/skeleton.d.ts +3 -0
  262. package/dist/react-ui/components/elements/skeleton.d.ts.map +1 -0
  263. package/dist/react-ui/components/elements/slider.d.ts +5 -0
  264. package/dist/react-ui/components/elements/slider.d.ts.map +1 -0
  265. package/dist/react-ui/components/elements/switch.d.ts +5 -0
  266. package/dist/react-ui/components/elements/switch.d.ts.map +1 -0
  267. package/dist/react-ui/components/elements/table.d.ts +11 -0
  268. package/dist/react-ui/components/elements/table.d.ts.map +1 -0
  269. package/dist/react-ui/components/elements/tabs.d.ts +8 -0
  270. package/dist/react-ui/components/elements/tabs.d.ts.map +1 -0
  271. package/dist/react-ui/components/elements/textarea.d.ts +4 -0
  272. package/dist/react-ui/components/elements/textarea.d.ts.map +1 -0
  273. package/dist/react-ui/components/elements/toast.d.ts +16 -0
  274. package/dist/react-ui/components/elements/toast.d.ts.map +1 -0
  275. package/dist/react-ui/components/elements/toaster.d.ts +2 -0
  276. package/dist/react-ui/components/elements/toaster.d.ts.map +1 -0
  277. package/dist/react-ui/components/elements/tooltip.d.ts +8 -0
  278. package/dist/react-ui/components/elements/tooltip.d.ts.map +1 -0
  279. package/dist/react-ui/components/metadata/ApproachManager.d.ts +3 -0
  280. package/dist/react-ui/components/metadata/ApproachManager.d.ts.map +1 -0
  281. package/dist/react-ui/components/metadata/BloomLevelManager.d.ts +3 -0
  282. package/dist/react-ui/components/metadata/BloomLevelManager.d.ts.map +1 -0
  283. package/dist/react-ui/components/metadata/CategoryManager.d.ts +3 -0
  284. package/dist/react-ui/components/metadata/CategoryManager.d.ts.map +1 -0
  285. package/dist/react-ui/components/metadata/ContextManager.d.ts +3 -0
  286. package/dist/react-ui/components/metadata/ContextManager.d.ts.map +1 -0
  287. package/dist/react-ui/components/metadata/GradeLevelManager.d.ts +3 -0
  288. package/dist/react-ui/components/metadata/GradeLevelManager.d.ts.map +1 -0
  289. package/dist/react-ui/components/metadata/LearningObjectiveManager.d.ts +3 -0
  290. package/dist/react-ui/components/metadata/LearningObjectiveManager.d.ts.map +1 -0
  291. package/dist/react-ui/components/metadata/MetadataTabs.d.ts +3 -0
  292. package/dist/react-ui/components/metadata/MetadataTabs.d.ts.map +1 -0
  293. package/dist/react-ui/components/metadata/QuestionTypeManager.d.ts +3 -0
  294. package/dist/react-ui/components/metadata/QuestionTypeManager.d.ts.map +1 -0
  295. package/dist/react-ui/components/metadata/SubjectManager.d.ts +3 -0
  296. package/dist/react-ui/components/metadata/SubjectManager.d.ts.map +1 -0
  297. package/dist/react-ui/components/metadata/TopicManager.d.ts +3 -0
  298. package/dist/react-ui/components/metadata/TopicManager.d.ts.map +1 -0
  299. package/dist/react-ui/components/practice/PracticeModeController.d.ts +3 -0
  300. package/dist/react-ui/components/practice/PracticeModeController.d.ts.map +1 -0
  301. package/dist/react-ui/components/practice/PracticeSetup.d.ts +12 -0
  302. package/dist/react-ui/components/practice/PracticeSetup.d.ts.map +1 -0
  303. package/dist/react-ui/components/practice/QuizReview.d.ts +12 -0
  304. package/dist/react-ui/components/practice/QuizReview.d.ts.map +1 -0
  305. package/dist/react-ui/components/ui/BlocklyProgrammingQuestionUI.d.ts +14 -0
  306. package/dist/react-ui/components/ui/BlocklyProgrammingQuestionUI.d.ts.map +1 -0
  307. package/dist/react-ui/components/ui/CodingQuestionUI.d.ts +11 -0
  308. package/dist/react-ui/components/ui/CodingQuestionUI.d.ts.map +1 -0
  309. package/dist/react-ui/components/ui/DragAndDropQuestionUI.d.ts +11 -0
  310. package/dist/react-ui/components/ui/DragAndDropQuestionUI.d.ts.map +1 -0
  311. package/dist/react-ui/components/ui/FillInTheBlanksQuestionUI.d.ts +11 -0
  312. package/dist/react-ui/components/ui/FillInTheBlanksQuestionUI.d.ts.map +1 -0
  313. package/dist/react-ui/components/ui/HotspotQuestionUI.d.ts +11 -0
  314. package/dist/react-ui/components/ui/HotspotQuestionUI.d.ts.map +1 -0
  315. package/dist/react-ui/components/ui/MatchingQuestionUI.d.ts +11 -0
  316. package/dist/react-ui/components/ui/MatchingQuestionUI.d.ts.map +1 -0
  317. package/dist/react-ui/components/ui/MultipleChoiceQuestionUI.d.ts +11 -0
  318. package/dist/react-ui/components/ui/MultipleChoiceQuestionUI.d.ts.map +1 -0
  319. package/dist/react-ui/components/ui/MultipleResponseQuestionUI.d.ts +11 -0
  320. package/dist/react-ui/components/ui/MultipleResponseQuestionUI.d.ts.map +1 -0
  321. package/dist/react-ui/components/ui/NumericQuestionUI.d.ts +11 -0
  322. package/dist/react-ui/components/ui/NumericQuestionUI.d.ts.map +1 -0
  323. package/dist/react-ui/components/ui/QuestionRenderer.d.ts +14 -0
  324. package/dist/react-ui/components/ui/QuestionRenderer.d.ts.map +1 -0
  325. package/dist/react-ui/components/ui/QuizDataManagement.d.ts +9 -0
  326. package/dist/react-ui/components/ui/QuizDataManagement.d.ts.map +1 -0
  327. package/dist/react-ui/components/ui/QuizPlayer.d.ts +10 -0
  328. package/dist/react-ui/components/ui/QuizPlayer.d.ts.map +1 -0
  329. package/dist/react-ui/components/ui/QuizResult.d.ts +13 -0
  330. package/dist/react-ui/components/ui/QuizResult.d.ts.map +1 -0
  331. package/dist/react-ui/components/ui/ScratchProgrammingQuestionUI.d.ts +13 -0
  332. package/dist/react-ui/components/ui/ScratchProgrammingQuestionUI.d.ts.map +1 -0
  333. package/dist/react-ui/components/ui/SequenceQuestionUI.d.ts +11 -0
  334. package/dist/react-ui/components/ui/SequenceQuestionUI.d.ts.map +1 -0
  335. package/dist/react-ui/components/ui/ShortAnswerQuestionUI.d.ts +11 -0
  336. package/dist/react-ui/components/ui/ShortAnswerQuestionUI.d.ts.map +1 -0
  337. package/dist/react-ui/components/ui/TrueFalseQuestionUI.d.ts +11 -0
  338. package/dist/react-ui/components/ui/TrueFalseQuestionUI.d.ts.map +1 -0
  339. package/dist/react-ui/context/LanguageContext.d.ts +21 -0
  340. package/dist/react-ui/context/LanguageContext.d.ts.map +1 -0
  341. package/dist/react-ui/hooks/use-mobile.d.ts +9 -0
  342. package/dist/react-ui/hooks/use-mobile.d.ts.map +1 -0
  343. package/dist/react-ui/hooks/use-toast.d.ts +45 -0
  344. package/dist/react-ui/hooks/use-toast.d.ts.map +1 -0
  345. package/dist/react-ui/index.d.ts +39 -0
  346. package/dist/react-ui/index.d.ts.map +1 -0
  347. package/dist/react-ui.d.ts +58 -0
  348. package/dist/react-ui.d.ts.map +1 -0
  349. package/dist/schemas/zod/blocklyProgrammingQuestionSchema.d.ts +61 -0
  350. package/dist/schemas/zod/blocklyProgrammingQuestionSchema.d.ts.map +1 -0
  351. package/dist/schemas/zod/codingQuestionSchema.d.ts +111 -0
  352. package/dist/schemas/zod/codingQuestionSchema.d.ts.map +1 -0
  353. package/dist/schemas/zod/dragAndDropQuestionSchema.d.ts +109 -0
  354. package/dist/schemas/zod/dragAndDropQuestionSchema.d.ts.map +1 -0
  355. package/dist/schemas/zod/fillInTheBlanksQuestionSchema.d.ts +103 -0
  356. package/dist/schemas/zod/fillInTheBlanksQuestionSchema.d.ts.map +1 -0
  357. package/dist/schemas/zod/hotspotQuestionSchema.d.ts +111 -0
  358. package/dist/schemas/zod/hotspotQuestionSchema.d.ts.map +1 -0
  359. package/dist/schemas/zod/matchingQuestionSchema.d.ts +106 -0
  360. package/dist/schemas/zod/matchingQuestionSchema.d.ts.map +1 -0
  361. package/dist/schemas/zod/multipleChoiceQuestionSchema.d.ts +70 -0
  362. package/dist/schemas/zod/multipleChoiceQuestionSchema.d.ts.map +1 -0
  363. package/dist/schemas/zod/multipleResponseQuestionSchema.d.ts +70 -0
  364. package/dist/schemas/zod/multipleResponseQuestionSchema.d.ts.map +1 -0
  365. package/dist/schemas/zod/numericQuestionSchema.d.ts +55 -0
  366. package/dist/schemas/zod/numericQuestionSchema.d.ts.map +1 -0
  367. package/dist/schemas/zod/quizConfigSchema.d.ts +634 -0
  368. package/dist/schemas/zod/quizConfigSchema.d.ts.map +1 -0
  369. package/dist/schemas/zod/scratchProgrammingQuestionSchema.d.ts +61 -0
  370. package/dist/schemas/zod/scratchProgrammingQuestionSchema.d.ts.map +1 -0
  371. package/dist/schemas/zod/sequenceQuestionSchema.d.ts +70 -0
  372. package/dist/schemas/zod/sequenceQuestionSchema.d.ts.map +1 -0
  373. package/dist/schemas/zod/shortAnswerQuestionSchema.d.ts +55 -0
  374. package/dist/schemas/zod/shortAnswerQuestionSchema.d.ts.map +1 -0
  375. package/dist/schemas/zod/trueFalseQuestionSchema.d.ts +52 -0
  376. package/dist/schemas/zod/trueFalseQuestionSchema.d.ts.map +1 -0
  377. package/dist/services/APIKeyService.d.ts +28 -0
  378. package/dist/services/APIKeyService.d.ts.map +1 -0
  379. package/dist/services/AchievementService.d.ts +10 -0
  380. package/dist/services/AchievementService.d.ts.map +1 -0
  381. package/dist/services/AnalysisReportService.d.ts +11 -0
  382. package/dist/services/AnalysisReportService.d.ts.map +1 -0
  383. package/dist/services/CardGenerationProcessor.d.ts +7 -0
  384. package/dist/services/CardGenerationProcessor.d.ts.map +1 -0
  385. package/dist/services/CodeEvaluationService.d.ts +15 -0
  386. package/dist/services/CodeEvaluationService.d.ts.map +1 -0
  387. package/dist/services/DashboardLayoutService.d.ts +28 -0
  388. package/dist/services/DashboardLayoutService.d.ts.map +1 -0
  389. package/dist/services/FreestyleQuizService.d.ts +51 -0
  390. package/dist/services/FreestyleQuizService.d.ts.map +1 -0
  391. package/dist/services/HTMLLauncherGenerator.d.ts +3 -0
  392. package/dist/services/HTMLLauncherGenerator.d.ts.map +1 -0
  393. package/dist/services/ImageContextService.d.ts +55 -0
  394. package/dist/services/ImageContextService.d.ts.map +1 -0
  395. package/dist/services/KnowledgeCardService.d.ts +57 -0
  396. package/dist/services/KnowledgeCardService.d.ts.map +1 -0
  397. package/dist/services/MotivationalQuotes.d.ts +16 -0
  398. package/dist/services/MotivationalQuotes.d.ts.map +1 -0
  399. package/dist/services/PracticeHistoryService.d.ts +15 -0
  400. package/dist/services/PracticeHistoryService.d.ts.map +1 -0
  401. package/dist/services/QuestionImportService.d.ts +19 -0
  402. package/dist/services/QuestionImportService.d.ts.map +1 -0
  403. package/dist/services/QuizEditorService.d.ts +16 -0
  404. package/dist/services/QuizEditorService.d.ts.map +1 -0
  405. package/dist/services/QuizEngine.d.ts +40 -0
  406. package/dist/services/QuizEngine.d.ts.map +1 -0
  407. package/dist/services/RoadmapService.d.ts +9 -0
  408. package/dist/services/RoadmapService.d.ts.map +1 -0
  409. package/dist/services/SCORMManifestGenerator.d.ts +4 -0
  410. package/dist/services/SCORMManifestGenerator.d.ts.map +1 -0
  411. package/dist/services/SCORMService.d.ts +41 -0
  412. package/dist/services/SCORMService.d.ts.map +1 -0
  413. package/dist/services/TopicDataService.d.ts +62 -0
  414. package/dist/services/TopicDataService.d.ts.map +1 -0
  415. package/dist/services/UserConfigService.d.ts +27 -0
  416. package/dist/services/UserConfigService.d.ts.map +1 -0
  417. package/dist/services/evaluators/base-evaluator.d.ts +11 -0
  418. package/dist/services/evaluators/base-evaluator.d.ts.map +1 -0
  419. package/dist/services/evaluators/coding-evaluator.d.ts +6 -0
  420. package/dist/services/evaluators/coding-evaluator.d.ts.map +1 -0
  421. package/dist/services/evaluators/drag-and-drop-evaluator.d.ts +6 -0
  422. package/dist/services/evaluators/drag-and-drop-evaluator.d.ts.map +1 -0
  423. package/dist/services/evaluators/fill-in-the-blanks-evaluator.d.ts +6 -0
  424. package/dist/services/evaluators/fill-in-the-blanks-evaluator.d.ts.map +1 -0
  425. package/dist/services/evaluators/hotspot-evaluator.d.ts +6 -0
  426. package/dist/services/evaluators/hotspot-evaluator.d.ts.map +1 -0
  427. package/dist/services/evaluators/matching-evaluator.d.ts +6 -0
  428. package/dist/services/evaluators/matching-evaluator.d.ts.map +1 -0
  429. package/dist/services/evaluators/multiple-choice-evaluator.d.ts +6 -0
  430. package/dist/services/evaluators/multiple-choice-evaluator.d.ts.map +1 -0
  431. package/dist/services/evaluators/multiple-response-evaluator.d.ts +6 -0
  432. package/dist/services/evaluators/multiple-response-evaluator.d.ts.map +1 -0
  433. package/dist/services/evaluators/numeric-evaluator.d.ts +6 -0
  434. package/dist/services/evaluators/numeric-evaluator.d.ts.map +1 -0
  435. package/dist/services/evaluators/programming-evaluator.d.ts +6 -0
  436. package/dist/services/evaluators/programming-evaluator.d.ts.map +1 -0
  437. package/dist/services/evaluators/sequence-evaluator.d.ts +6 -0
  438. package/dist/services/evaluators/sequence-evaluator.d.ts.map +1 -0
  439. package/dist/services/evaluators/short-answer-evaluator.d.ts +6 -0
  440. package/dist/services/evaluators/short-answer-evaluator.d.ts.map +1 -0
  441. package/dist/services/evaluators/true-false-evaluator.d.ts +6 -0
  442. package/dist/services/evaluators/true-false-evaluator.d.ts.map +1 -0
  443. package/dist/services/metadataService.d.ts +40 -0
  444. package/dist/services/metadataService.d.ts.map +1 -0
  445. package/dist/services/questionBankService.d.ts +19 -0
  446. package/dist/services/questionBankService.d.ts.map +1 -0
  447. package/dist/services/sampleQuiz.d.ts +4 -0
  448. package/dist/services/sampleQuiz.d.ts.map +1 -0
  449. package/dist/services/scormPackaging.d.ts +11 -0
  450. package/dist/services/scormPackaging.d.ts.map +1 -0
  451. package/dist/types/ai-ecosystem.d.ts +57 -0
  452. package/dist/types/ai-ecosystem.d.ts.map +1 -0
  453. package/dist/types/common.d.ts +3 -0
  454. package/dist/types/common.d.ts.map +1 -0
  455. package/dist/types/learning-objectives.d.ts +12 -0
  456. package/dist/types/learning-objectives.d.ts.map +1 -0
  457. package/dist/types/metadata.d.ts +45 -0
  458. package/dist/types/metadata.d.ts.map +1 -0
  459. package/dist/types/misc.d.ts +102 -0
  460. package/dist/types/misc.d.ts.map +1 -0
  461. package/dist/types/question-bank.d.ts +28 -0
  462. package/dist/types/question-bank.d.ts.map +1 -0
  463. package/dist/types/questions.d.ts +151 -0
  464. package/dist/types/questions.d.ts.map +1 -0
  465. package/dist/types/quiz-config.d.ts +12 -0
  466. package/dist/types/quiz-config.d.ts.map +1 -0
  467. package/dist/types/quiz-engine.d.ts +23 -0
  468. package/dist/types/quiz-engine.d.ts.map +1 -0
  469. package/dist/types/quiz-settings.d.ts +35 -0
  470. package/dist/types/quiz-settings.d.ts.map +1 -0
  471. package/dist/types/results.d.ts +72 -0
  472. package/dist/types/results.d.ts.map +1 -0
  473. package/dist/types.d.ts +12 -0
  474. package/dist/types.d.ts.map +1 -0
  475. package/dist/utils/aiUtils.d.ts +11 -0
  476. package/dist/utils/aiUtils.d.ts.map +1 -0
  477. package/dist/utils/asyncUtils.d.ts +22 -0
  478. package/dist/utils/asyncUtils.d.ts.map +1 -0
  479. package/dist/utils/debug-logger.d.ts +24 -0
  480. package/dist/utils/debug-logger.d.ts.map +1 -0
  481. package/dist/utils/formattedDate.d.ts +2 -0
  482. package/dist/utils/formattedDate.d.ts.map +1 -0
  483. package/dist/utils/idGenerators.d.ts +7 -0
  484. package/dist/utils/idGenerators.d.ts.map +1 -0
  485. package/dist/utils/jsonUtils.d.ts +18 -0
  486. package/dist/utils/jsonUtils.d.ts.map +1 -0
  487. package/dist/utils/use-mobile.d.ts +2 -0
  488. package/dist/utils/use-mobile.d.ts.map +1 -0
  489. package/dist/utils/utils.d.ts +3 -0
  490. package/dist/utils/utils.d.ts.map +1 -0
  491. package/package.json +2 -4
@@ -0,0 +1,142 @@
1
+ import { z } from 'zod';
2
+ import type { FillInTheBlanksQuestion } from '../../..';
3
+ export declare const GenerateFillInTheBlanksQuestionClientInputSchema: z.ZodObject<{
4
+ language: z.ZodDefault<z.ZodOptional<z.ZodString>>;
5
+ difficulty: z.ZodEnum<["easy", "medium", "hard"]>;
6
+ quizContext: z.ZodOptional<z.ZodObject<{
7
+ plannedTopic: z.ZodOptional<z.ZodString>;
8
+ plannedQuestionType: z.ZodOptional<z.ZodString>;
9
+ plannedBloomLevel: z.ZodOptional<z.ZodString>;
10
+ plannedContextId: z.ZodOptional<z.ZodString>;
11
+ targetMisconception: z.ZodOptional<z.ZodString>;
12
+ difficultyReason: z.ZodOptional<z.ZodString>;
13
+ topicSpecificity: z.ZodOptional<z.ZodEnum<["broad", "focused", "specific"]>>;
14
+ originalLoId: z.ZodOptional<z.ZodString>;
15
+ originalSubject: z.ZodOptional<z.ZodString>;
16
+ originalCategory: z.ZodOptional<z.ZodString>;
17
+ originalTopic: z.ZodOptional<z.ZodString>;
18
+ loDescription: z.ZodOptional<z.ZodString>;
19
+ }, "strip", z.ZodTypeAny, {
20
+ plannedTopic?: string | undefined;
21
+ plannedQuestionType?: string | undefined;
22
+ plannedBloomLevel?: string | undefined;
23
+ plannedContextId?: string | undefined;
24
+ targetMisconception?: string | undefined;
25
+ difficultyReason?: string | undefined;
26
+ topicSpecificity?: "broad" | "focused" | "specific" | undefined;
27
+ originalLoId?: string | undefined;
28
+ originalSubject?: string | undefined;
29
+ originalCategory?: string | undefined;
30
+ originalTopic?: string | undefined;
31
+ loDescription?: string | undefined;
32
+ }, {
33
+ plannedTopic?: string | undefined;
34
+ plannedQuestionType?: string | undefined;
35
+ plannedBloomLevel?: string | undefined;
36
+ plannedContextId?: string | undefined;
37
+ targetMisconception?: string | undefined;
38
+ difficultyReason?: string | undefined;
39
+ topicSpecificity?: "broad" | "focused" | "specific" | undefined;
40
+ originalLoId?: string | undefined;
41
+ originalSubject?: string | undefined;
42
+ originalCategory?: string | undefined;
43
+ originalTopic?: string | undefined;
44
+ loDescription?: string | undefined;
45
+ }>>;
46
+ imageUrl: z.ZodOptional<z.ZodString>;
47
+ } & {
48
+ numberOfBlanks: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
49
+ isCaseSensitive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
50
+ }, "strip", z.ZodTypeAny, {
51
+ language: string;
52
+ difficulty: "easy" | "medium" | "hard";
53
+ isCaseSensitive: boolean;
54
+ numberOfBlanks: number;
55
+ quizContext?: {
56
+ plannedTopic?: string | undefined;
57
+ plannedQuestionType?: string | undefined;
58
+ plannedBloomLevel?: string | undefined;
59
+ plannedContextId?: string | undefined;
60
+ targetMisconception?: string | undefined;
61
+ difficultyReason?: string | undefined;
62
+ topicSpecificity?: "broad" | "focused" | "specific" | undefined;
63
+ originalLoId?: string | undefined;
64
+ originalSubject?: string | undefined;
65
+ originalCategory?: string | undefined;
66
+ originalTopic?: string | undefined;
67
+ loDescription?: string | undefined;
68
+ } | undefined;
69
+ imageUrl?: string | undefined;
70
+ }, {
71
+ difficulty: "easy" | "medium" | "hard";
72
+ language?: string | undefined;
73
+ quizContext?: {
74
+ plannedTopic?: string | undefined;
75
+ plannedQuestionType?: string | undefined;
76
+ plannedBloomLevel?: string | undefined;
77
+ plannedContextId?: string | undefined;
78
+ targetMisconception?: string | undefined;
79
+ difficultyReason?: string | undefined;
80
+ topicSpecificity?: "broad" | "focused" | "specific" | undefined;
81
+ originalLoId?: string | undefined;
82
+ originalSubject?: string | undefined;
83
+ originalCategory?: string | undefined;
84
+ originalTopic?: string | undefined;
85
+ loDescription?: string | undefined;
86
+ } | undefined;
87
+ imageUrl?: string | undefined;
88
+ isCaseSensitive?: boolean | undefined;
89
+ numberOfBlanks?: number | undefined;
90
+ }>;
91
+ export type GenerateFillInTheBlanksQuestionClientInput = z.infer<typeof GenerateFillInTheBlanksQuestionClientInputSchema>;
92
+ export declare const AIFillInTheBlanksOutputFieldsSchema: z.ZodObject<{
93
+ prompt: z.ZodString;
94
+ segments: z.ZodArray<z.ZodObject<{
95
+ type: z.ZodEnum<["text", "blank"]>;
96
+ content: z.ZodOptional<z.ZodString>;
97
+ acceptedAnswers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
98
+ }, "strip", z.ZodTypeAny, {
99
+ type: "text" | "blank";
100
+ acceptedAnswers?: string[] | undefined;
101
+ content?: string | undefined;
102
+ }, {
103
+ type: "text" | "blank";
104
+ acceptedAnswers?: string[] | undefined;
105
+ content?: string | undefined;
106
+ }>, "many">;
107
+ explanation: z.ZodOptional<z.ZodString>;
108
+ points: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
109
+ difficulty: z.ZodOptional<z.ZodEnum<["easy", "medium", "hard"]>>;
110
+ topic: z.ZodOptional<z.ZodString>;
111
+ verifiedCategory: z.ZodOptional<z.ZodString>;
112
+ }, "strip", z.ZodTypeAny, {
113
+ prompt: string;
114
+ points: number;
115
+ segments: {
116
+ type: "text" | "blank";
117
+ acceptedAnswers?: string[] | undefined;
118
+ content?: string | undefined;
119
+ }[];
120
+ topic?: string | undefined;
121
+ difficulty?: "easy" | "medium" | "hard" | undefined;
122
+ explanation?: string | undefined;
123
+ verifiedCategory?: string | undefined;
124
+ }, {
125
+ prompt: string;
126
+ segments: {
127
+ type: "text" | "blank";
128
+ acceptedAnswers?: string[] | undefined;
129
+ content?: string | undefined;
130
+ }[];
131
+ topic?: string | undefined;
132
+ difficulty?: "easy" | "medium" | "hard" | undefined;
133
+ points?: number | undefined;
134
+ explanation?: string | undefined;
135
+ verifiedCategory?: string | undefined;
136
+ }>;
137
+ export type AIFillInTheBlanksOutputFields = z.infer<typeof AIFillInTheBlanksOutputFieldsSchema>;
138
+ export type GenerateFillInTheBlanksQuestionOutput = {
139
+ question?: FillInTheBlanksQuestion;
140
+ error?: string;
141
+ };
142
+ //# sourceMappingURL=generate-fitb-question-types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-fitb-question-types.d.ts","sourceRoot":"","sources":["../../../../src/ai/flows/question-gen/generate-fitb-question-types.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAC;AAOxD,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAG3D,CAAC;AACH,MAAM,MAAM,0CAA0C,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gDAAgD,CAAC,CAAC;AAK1H,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAa9C,CAAC;AACH,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAC;AAKhG,MAAM,MAAM,qCAAqC,GAAG;IAChD,QAAQ,CAAC,EAAE,uBAAuB,CAAC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { type GenerateFillInTheBlanksQuestionClientInput, type GenerateFillInTheBlanksQuestionOutput } from './generate-fitb-question-types';
2
+ export declare function generateFillInTheBlanksQuestion(clientInput: GenerateFillInTheBlanksQuestionClientInput, apiKey: string): Promise<GenerateFillInTheBlanksQuestionOutput>;
3
+ //# sourceMappingURL=generate-fitb-question.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-fitb-question.d.ts","sourceRoot":"","sources":["../../../../src/ai/flows/question-gen/generate-fitb-question.ts"],"names":[],"mappings":"AAWA,OAAO,EACL,KAAK,0CAA0C,EAC/C,KAAK,qCAAqC,EAE3C,MAAM,gCAAgC,CAAC;AA2ExC,wBAAsB,+BAA+B,CACnD,WAAW,EAAE,0CAA0C,EACvD,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,qCAAqC,CAAC,CA+HhD"}
@@ -0,0 +1,137 @@
1
+ import { z } from 'zod';
2
+ import type { MatchingQuestion } from '../../..';
3
+ export declare const GenerateMatchingQuestionClientInputSchema: z.ZodObject<{
4
+ language: z.ZodDefault<z.ZodOptional<z.ZodString>>;
5
+ difficulty: z.ZodEnum<["easy", "medium", "hard"]>;
6
+ quizContext: z.ZodOptional<z.ZodObject<{
7
+ plannedTopic: z.ZodOptional<z.ZodString>;
8
+ plannedQuestionType: z.ZodOptional<z.ZodString>;
9
+ plannedBloomLevel: z.ZodOptional<z.ZodString>;
10
+ plannedContextId: z.ZodOptional<z.ZodString>;
11
+ targetMisconception: z.ZodOptional<z.ZodString>;
12
+ difficultyReason: z.ZodOptional<z.ZodString>;
13
+ topicSpecificity: z.ZodOptional<z.ZodEnum<["broad", "focused", "specific"]>>;
14
+ originalLoId: z.ZodOptional<z.ZodString>;
15
+ originalSubject: z.ZodOptional<z.ZodString>;
16
+ originalCategory: z.ZodOptional<z.ZodString>;
17
+ originalTopic: z.ZodOptional<z.ZodString>;
18
+ loDescription: z.ZodOptional<z.ZodString>;
19
+ }, "strip", z.ZodTypeAny, {
20
+ plannedTopic?: string | undefined;
21
+ plannedQuestionType?: string | undefined;
22
+ plannedBloomLevel?: string | undefined;
23
+ plannedContextId?: string | undefined;
24
+ targetMisconception?: string | undefined;
25
+ difficultyReason?: string | undefined;
26
+ topicSpecificity?: "broad" | "focused" | "specific" | undefined;
27
+ originalLoId?: string | undefined;
28
+ originalSubject?: string | undefined;
29
+ originalCategory?: string | undefined;
30
+ originalTopic?: string | undefined;
31
+ loDescription?: string | undefined;
32
+ }, {
33
+ plannedTopic?: string | undefined;
34
+ plannedQuestionType?: string | undefined;
35
+ plannedBloomLevel?: string | undefined;
36
+ plannedContextId?: string | undefined;
37
+ targetMisconception?: string | undefined;
38
+ difficultyReason?: string | undefined;
39
+ topicSpecificity?: "broad" | "focused" | "specific" | undefined;
40
+ originalLoId?: string | undefined;
41
+ originalSubject?: string | undefined;
42
+ originalCategory?: string | undefined;
43
+ originalTopic?: string | undefined;
44
+ loDescription?: string | undefined;
45
+ }>>;
46
+ imageUrl: z.ZodOptional<z.ZodString>;
47
+ } & {
48
+ numberOfPairs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
49
+ shuffleOptions: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
50
+ }, "strip", z.ZodTypeAny, {
51
+ language: string;
52
+ difficulty: "easy" | "medium" | "hard";
53
+ shuffleOptions: boolean;
54
+ numberOfPairs: number;
55
+ quizContext?: {
56
+ plannedTopic?: string | undefined;
57
+ plannedQuestionType?: string | undefined;
58
+ plannedBloomLevel?: string | undefined;
59
+ plannedContextId?: string | undefined;
60
+ targetMisconception?: string | undefined;
61
+ difficultyReason?: string | undefined;
62
+ topicSpecificity?: "broad" | "focused" | "specific" | undefined;
63
+ originalLoId?: string | undefined;
64
+ originalSubject?: string | undefined;
65
+ originalCategory?: string | undefined;
66
+ originalTopic?: string | undefined;
67
+ loDescription?: string | undefined;
68
+ } | undefined;
69
+ imageUrl?: string | undefined;
70
+ }, {
71
+ difficulty: "easy" | "medium" | "hard";
72
+ language?: string | undefined;
73
+ shuffleOptions?: boolean | undefined;
74
+ quizContext?: {
75
+ plannedTopic?: string | undefined;
76
+ plannedQuestionType?: string | undefined;
77
+ plannedBloomLevel?: string | undefined;
78
+ plannedContextId?: string | undefined;
79
+ targetMisconception?: string | undefined;
80
+ difficultyReason?: string | undefined;
81
+ topicSpecificity?: "broad" | "focused" | "specific" | undefined;
82
+ originalLoId?: string | undefined;
83
+ originalSubject?: string | undefined;
84
+ originalCategory?: string | undefined;
85
+ originalTopic?: string | undefined;
86
+ loDescription?: string | undefined;
87
+ } | undefined;
88
+ imageUrl?: string | undefined;
89
+ numberOfPairs?: number | undefined;
90
+ }>;
91
+ export type GenerateMatchingQuestionClientInput = z.infer<typeof GenerateMatchingQuestionClientInputSchema>;
92
+ export declare const AIMatchingOutputFieldsSchema: z.ZodObject<{
93
+ prompt: z.ZodString;
94
+ correctPairs: z.ZodArray<z.ZodObject<{
95
+ promptText: z.ZodString;
96
+ optionText: z.ZodString;
97
+ }, "strip", z.ZodTypeAny, {
98
+ promptText: string;
99
+ optionText: string;
100
+ }, {
101
+ promptText: string;
102
+ optionText: string;
103
+ }>, "many">;
104
+ explanation: z.ZodOptional<z.ZodString>;
105
+ points: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
106
+ difficulty: z.ZodOptional<z.ZodEnum<["easy", "medium", "hard"]>>;
107
+ topic: z.ZodOptional<z.ZodString>;
108
+ verifiedCategory: z.ZodOptional<z.ZodString>;
109
+ }, "strip", z.ZodTypeAny, {
110
+ prompt: string;
111
+ points: number;
112
+ correctPairs: {
113
+ promptText: string;
114
+ optionText: string;
115
+ }[];
116
+ topic?: string | undefined;
117
+ difficulty?: "easy" | "medium" | "hard" | undefined;
118
+ explanation?: string | undefined;
119
+ verifiedCategory?: string | undefined;
120
+ }, {
121
+ prompt: string;
122
+ correctPairs: {
123
+ promptText: string;
124
+ optionText: string;
125
+ }[];
126
+ topic?: string | undefined;
127
+ difficulty?: "easy" | "medium" | "hard" | undefined;
128
+ points?: number | undefined;
129
+ explanation?: string | undefined;
130
+ verifiedCategory?: string | undefined;
131
+ }>;
132
+ export type AIMatchingOutputFields = z.infer<typeof AIMatchingOutputFieldsSchema>;
133
+ export type GenerateMatchingQuestionOutput = {
134
+ question?: MatchingQuestion;
135
+ error?: string;
136
+ };
137
+ //# sourceMappingURL=generate-matching-question-types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-matching-question-types.d.ts","sourceRoot":"","sources":["../../../../src/ai/flows/question-gen/generate-matching-question-types.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAOjD,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGpD,CAAC;AACH,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAC;AAM5G,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWvC,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAMlF,MAAM,MAAM,8BAA8B,GAAG;IACzC,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { type GenerateMatchingQuestionClientInput, type GenerateMatchingQuestionOutput } from './generate-matching-question-types';
2
+ export declare function generateMatchingQuestion(clientInput: GenerateMatchingQuestionClientInput, apiKey: string): Promise<GenerateMatchingQuestionOutput>;
3
+ //# sourceMappingURL=generate-matching-question.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-matching-question.d.ts","sourceRoot":"","sources":["../../../../src/ai/flows/question-gen/generate-matching-question.ts"],"names":[],"mappings":"AAWA,OAAO,EACL,KAAK,mCAAmC,EACxC,KAAK,8BAA8B,EAEpC,MAAM,oCAAoC,CAAC;AA2E5C,wBAAsB,wBAAwB,CAC5C,WAAW,EAAE,mCAAmC,EAChD,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,8BAA8B,CAAC,CAsHzC"}
@@ -0,0 +1,137 @@
1
+ import { z } from 'zod';
2
+ import type { MultipleChoiceQuestion } from '../../..';
3
+ export declare const GenerateMCQQuestionClientInputSchema: z.ZodObject<{
4
+ language: z.ZodDefault<z.ZodOptional<z.ZodString>>;
5
+ difficulty: z.ZodEnum<["easy", "medium", "hard"]>;
6
+ quizContext: z.ZodOptional<z.ZodObject<{
7
+ plannedTopic: z.ZodOptional<z.ZodString>;
8
+ plannedQuestionType: z.ZodOptional<z.ZodString>;
9
+ plannedBloomLevel: z.ZodOptional<z.ZodString>;
10
+ plannedContextId: z.ZodOptional<z.ZodString>;
11
+ targetMisconception: z.ZodOptional<z.ZodString>;
12
+ difficultyReason: z.ZodOptional<z.ZodString>;
13
+ topicSpecificity: z.ZodOptional<z.ZodEnum<["broad", "focused", "specific"]>>;
14
+ originalLoId: z.ZodOptional<z.ZodString>;
15
+ originalSubject: z.ZodOptional<z.ZodString>;
16
+ originalCategory: z.ZodOptional<z.ZodString>;
17
+ originalTopic: z.ZodOptional<z.ZodString>;
18
+ loDescription: z.ZodOptional<z.ZodString>;
19
+ }, "strip", z.ZodTypeAny, {
20
+ plannedTopic?: string | undefined;
21
+ plannedQuestionType?: string | undefined;
22
+ plannedBloomLevel?: string | undefined;
23
+ plannedContextId?: string | undefined;
24
+ targetMisconception?: string | undefined;
25
+ difficultyReason?: string | undefined;
26
+ topicSpecificity?: "broad" | "focused" | "specific" | undefined;
27
+ originalLoId?: string | undefined;
28
+ originalSubject?: string | undefined;
29
+ originalCategory?: string | undefined;
30
+ originalTopic?: string | undefined;
31
+ loDescription?: string | undefined;
32
+ }, {
33
+ plannedTopic?: string | undefined;
34
+ plannedQuestionType?: string | undefined;
35
+ plannedBloomLevel?: string | undefined;
36
+ plannedContextId?: string | undefined;
37
+ targetMisconception?: string | undefined;
38
+ difficultyReason?: string | undefined;
39
+ topicSpecificity?: "broad" | "focused" | "specific" | undefined;
40
+ originalLoId?: string | undefined;
41
+ originalSubject?: string | undefined;
42
+ originalCategory?: string | undefined;
43
+ originalTopic?: string | undefined;
44
+ loDescription?: string | undefined;
45
+ }>>;
46
+ imageUrl: z.ZodOptional<z.ZodString>;
47
+ } & {
48
+ numberOfOptions: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
49
+ }, "strip", z.ZodTypeAny, {
50
+ language: string;
51
+ difficulty: "easy" | "medium" | "hard";
52
+ numberOfOptions: number;
53
+ quizContext?: {
54
+ plannedTopic?: string | undefined;
55
+ plannedQuestionType?: string | undefined;
56
+ plannedBloomLevel?: string | undefined;
57
+ plannedContextId?: string | undefined;
58
+ targetMisconception?: string | undefined;
59
+ difficultyReason?: string | undefined;
60
+ topicSpecificity?: "broad" | "focused" | "specific" | undefined;
61
+ originalLoId?: string | undefined;
62
+ originalSubject?: string | undefined;
63
+ originalCategory?: string | undefined;
64
+ originalTopic?: string | undefined;
65
+ loDescription?: string | undefined;
66
+ } | undefined;
67
+ imageUrl?: string | undefined;
68
+ }, {
69
+ difficulty: "easy" | "medium" | "hard";
70
+ language?: string | undefined;
71
+ quizContext?: {
72
+ plannedTopic?: string | undefined;
73
+ plannedQuestionType?: string | undefined;
74
+ plannedBloomLevel?: string | undefined;
75
+ plannedContextId?: string | undefined;
76
+ targetMisconception?: string | undefined;
77
+ difficultyReason?: string | undefined;
78
+ topicSpecificity?: "broad" | "focused" | "specific" | undefined;
79
+ originalLoId?: string | undefined;
80
+ originalSubject?: string | undefined;
81
+ originalCategory?: string | undefined;
82
+ originalTopic?: string | undefined;
83
+ loDescription?: string | undefined;
84
+ } | undefined;
85
+ imageUrl?: string | undefined;
86
+ numberOfOptions?: number | undefined;
87
+ }>;
88
+ export type GenerateMCQQuestionClientInput = z.infer<typeof GenerateMCQQuestionClientInputSchema>;
89
+ export declare const AIMCQOutputFieldsSchema: z.ZodObject<{
90
+ prompt: z.ZodString;
91
+ options: z.ZodArray<z.ZodObject<{
92
+ tempId: z.ZodString;
93
+ text: z.ZodString;
94
+ }, "strip", z.ZodTypeAny, {
95
+ text: string;
96
+ tempId: string;
97
+ }, {
98
+ text: string;
99
+ tempId: string;
100
+ }>, "many">;
101
+ correctTempOptionId: z.ZodString;
102
+ explanation: z.ZodOptional<z.ZodString>;
103
+ points: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
104
+ difficulty: z.ZodOptional<z.ZodEnum<["easy", "medium", "hard"]>>;
105
+ topic: z.ZodOptional<z.ZodString>;
106
+ verifiedCategory: z.ZodOptional<z.ZodString>;
107
+ }, "strip", z.ZodTypeAny, {
108
+ options: {
109
+ text: string;
110
+ tempId: string;
111
+ }[];
112
+ prompt: string;
113
+ points: number;
114
+ correctTempOptionId: string;
115
+ topic?: string | undefined;
116
+ difficulty?: "easy" | "medium" | "hard" | undefined;
117
+ explanation?: string | undefined;
118
+ verifiedCategory?: string | undefined;
119
+ }, {
120
+ options: {
121
+ text: string;
122
+ tempId: string;
123
+ }[];
124
+ prompt: string;
125
+ correctTempOptionId: string;
126
+ topic?: string | undefined;
127
+ difficulty?: "easy" | "medium" | "hard" | undefined;
128
+ points?: number | undefined;
129
+ explanation?: string | undefined;
130
+ verifiedCategory?: string | undefined;
131
+ }>;
132
+ export type AIMCQOutputFields = z.infer<typeof AIMCQOutputFieldsSchema>;
133
+ export type GenerateMCQQuestionOutput = {
134
+ question?: MultipleChoiceQuestion;
135
+ error?: string;
136
+ };
137
+ //# sourceMappingURL=generate-mcq-question-types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-mcq-question-types.d.ts","sourceRoot":"","sources":["../../../../src/ai/flows/question-gen/generate-mcq-question-types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAOvD,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE/C,CAAC;AACH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;AAMlG,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAclC,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAMxE,MAAM,MAAM,yBAAyB,GAAG;IACpC,QAAQ,CAAC,EAAE,sBAAsB,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { type GenerateMCQQuestionClientInput, type GenerateMCQQuestionOutput } from './generate-mcq-question-types';
2
+ export declare function generateMCQQuestion(clientInput: GenerateMCQQuestionClientInput, apiKey: string): Promise<GenerateMCQQuestionOutput>;
3
+ //# sourceMappingURL=generate-mcq-question.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-mcq-question.d.ts","sourceRoot":"","sources":["../../../../src/ai/flows/question-gen/generate-mcq-question.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,KAAK,8BAA8B,EACnC,KAAK,yBAAyB,EAE/B,MAAM,+BAA+B,CAAC;AA+EvC,wBAAsB,mBAAmB,CACvC,WAAW,EAAE,8BAA8B,EAC3C,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,yBAAyB,CAAC,CAuHpC"}
@@ -0,0 +1,143 @@
1
+ import { z } from 'zod';
2
+ import type { MultipleResponseQuestion } from '../../..';
3
+ export declare const GenerateMRQQuestionClientInputSchema: z.ZodObject<{
4
+ language: z.ZodDefault<z.ZodOptional<z.ZodString>>;
5
+ difficulty: z.ZodEnum<["easy", "medium", "hard"]>;
6
+ quizContext: z.ZodOptional<z.ZodObject<{
7
+ plannedTopic: z.ZodOptional<z.ZodString>;
8
+ plannedQuestionType: z.ZodOptional<z.ZodString>;
9
+ plannedBloomLevel: z.ZodOptional<z.ZodString>;
10
+ plannedContextId: z.ZodOptional<z.ZodString>;
11
+ targetMisconception: z.ZodOptional<z.ZodString>;
12
+ difficultyReason: z.ZodOptional<z.ZodString>;
13
+ topicSpecificity: z.ZodOptional<z.ZodEnum<["broad", "focused", "specific"]>>;
14
+ originalLoId: z.ZodOptional<z.ZodString>;
15
+ originalSubject: z.ZodOptional<z.ZodString>;
16
+ originalCategory: z.ZodOptional<z.ZodString>;
17
+ originalTopic: z.ZodOptional<z.ZodString>;
18
+ loDescription: z.ZodOptional<z.ZodString>;
19
+ }, "strip", z.ZodTypeAny, {
20
+ plannedTopic?: string | undefined;
21
+ plannedQuestionType?: string | undefined;
22
+ plannedBloomLevel?: string | undefined;
23
+ plannedContextId?: string | undefined;
24
+ targetMisconception?: string | undefined;
25
+ difficultyReason?: string | undefined;
26
+ topicSpecificity?: "broad" | "focused" | "specific" | undefined;
27
+ originalLoId?: string | undefined;
28
+ originalSubject?: string | undefined;
29
+ originalCategory?: string | undefined;
30
+ originalTopic?: string | undefined;
31
+ loDescription?: string | undefined;
32
+ }, {
33
+ plannedTopic?: string | undefined;
34
+ plannedQuestionType?: string | undefined;
35
+ plannedBloomLevel?: string | undefined;
36
+ plannedContextId?: string | undefined;
37
+ targetMisconception?: string | undefined;
38
+ difficultyReason?: string | undefined;
39
+ topicSpecificity?: "broad" | "focused" | "specific" | undefined;
40
+ originalLoId?: string | undefined;
41
+ originalSubject?: string | undefined;
42
+ originalCategory?: string | undefined;
43
+ originalTopic?: string | undefined;
44
+ loDescription?: string | undefined;
45
+ }>>;
46
+ imageUrl: z.ZodOptional<z.ZodString>;
47
+ } & {
48
+ numberOfOptions: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
49
+ minCorrectAnswers: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
50
+ maxCorrectAnswers: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
51
+ }, "strip", z.ZodTypeAny, {
52
+ language: string;
53
+ difficulty: "easy" | "medium" | "hard";
54
+ numberOfOptions: number;
55
+ minCorrectAnswers: number;
56
+ maxCorrectAnswers: number;
57
+ quizContext?: {
58
+ plannedTopic?: string | undefined;
59
+ plannedQuestionType?: string | undefined;
60
+ plannedBloomLevel?: string | undefined;
61
+ plannedContextId?: string | undefined;
62
+ targetMisconception?: string | undefined;
63
+ difficultyReason?: string | undefined;
64
+ topicSpecificity?: "broad" | "focused" | "specific" | undefined;
65
+ originalLoId?: string | undefined;
66
+ originalSubject?: string | undefined;
67
+ originalCategory?: string | undefined;
68
+ originalTopic?: string | undefined;
69
+ loDescription?: string | undefined;
70
+ } | undefined;
71
+ imageUrl?: string | undefined;
72
+ }, {
73
+ difficulty: "easy" | "medium" | "hard";
74
+ language?: string | undefined;
75
+ quizContext?: {
76
+ plannedTopic?: string | undefined;
77
+ plannedQuestionType?: string | undefined;
78
+ plannedBloomLevel?: string | undefined;
79
+ plannedContextId?: string | undefined;
80
+ targetMisconception?: string | undefined;
81
+ difficultyReason?: string | undefined;
82
+ topicSpecificity?: "broad" | "focused" | "specific" | undefined;
83
+ originalLoId?: string | undefined;
84
+ originalSubject?: string | undefined;
85
+ originalCategory?: string | undefined;
86
+ originalTopic?: string | undefined;
87
+ loDescription?: string | undefined;
88
+ } | undefined;
89
+ imageUrl?: string | undefined;
90
+ numberOfOptions?: number | undefined;
91
+ minCorrectAnswers?: number | undefined;
92
+ maxCorrectAnswers?: number | undefined;
93
+ }>;
94
+ export type GenerateMRQQuestionClientInput = z.infer<typeof GenerateMRQQuestionClientInputSchema>;
95
+ export declare const AIMRQOutputFieldsSchema: z.ZodObject<{
96
+ prompt: z.ZodString;
97
+ options: z.ZodArray<z.ZodObject<{
98
+ tempId: z.ZodString;
99
+ text: z.ZodString;
100
+ }, "strip", z.ZodTypeAny, {
101
+ text: string;
102
+ tempId: string;
103
+ }, {
104
+ text: string;
105
+ tempId: string;
106
+ }>, "many">;
107
+ correctTempOptionIds: z.ZodArray<z.ZodString, "many">;
108
+ explanation: z.ZodOptional<z.ZodString>;
109
+ points: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
110
+ difficulty: z.ZodOptional<z.ZodEnum<["easy", "medium", "hard"]>>;
111
+ topic: z.ZodOptional<z.ZodString>;
112
+ verifiedCategory: z.ZodOptional<z.ZodString>;
113
+ }, "strip", z.ZodTypeAny, {
114
+ options: {
115
+ text: string;
116
+ tempId: string;
117
+ }[];
118
+ prompt: string;
119
+ points: number;
120
+ correctTempOptionIds: string[];
121
+ topic?: string | undefined;
122
+ difficulty?: "easy" | "medium" | "hard" | undefined;
123
+ explanation?: string | undefined;
124
+ verifiedCategory?: string | undefined;
125
+ }, {
126
+ options: {
127
+ text: string;
128
+ tempId: string;
129
+ }[];
130
+ prompt: string;
131
+ correctTempOptionIds: string[];
132
+ topic?: string | undefined;
133
+ difficulty?: "easy" | "medium" | "hard" | undefined;
134
+ points?: number | undefined;
135
+ explanation?: string | undefined;
136
+ verifiedCategory?: string | undefined;
137
+ }>;
138
+ export type AIMRQOutputFields = z.infer<typeof AIMRQOutputFieldsSchema>;
139
+ export type GenerateMRQQuestionOutput = {
140
+ question?: MultipleResponseQuestion;
141
+ error?: string;
142
+ };
143
+ //# sourceMappingURL=generate-mrq-question-types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-mrq-question-types.d.ts","sourceRoot":"","sources":["../../../../src/ai/flows/question-gen/generate-mrq-question-types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAOzD,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI/C,CAAC;AACH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;AAMlG,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASlC,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAMxE,MAAM,MAAM,yBAAyB,GAAG;IACpC,QAAQ,CAAC,EAAE,wBAAwB,CAAC;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { type GenerateMRQQuestionClientInput, type GenerateMRQQuestionOutput } from './generate-mrq-question-types';
2
+ export declare function generateMRQQuestion(clientInput: GenerateMRQQuestionClientInput, apiKey: string): Promise<GenerateMRQQuestionOutput>;
3
+ //# sourceMappingURL=generate-mrq-question.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-mrq-question.d.ts","sourceRoot":"","sources":["../../../../src/ai/flows/question-gen/generate-mrq-question.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,KAAK,8BAA8B,EACnC,KAAK,yBAAyB,EAE/B,MAAM,+BAA+B,CAAC;AAgFvC,wBAAsB,mBAAmB,CACvC,WAAW,EAAE,8BAA8B,EAC3C,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,yBAAyB,CAAC,CA0IpC"}