@thanh01.pmt/interactive-quiz-kit 1.0.57 → 1.0.58
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.d.cts +1 -1
- package/dist/ai.d.ts +1 -1
- package/dist/authoring.cjs +1612 -1355
- package/dist/authoring.d.cts +1 -1
- package/dist/authoring.d.ts +1 -1
- package/dist/authoring.mjs +1346 -1089
- package/dist/react-ui.cjs +2544 -2597
- package/dist/react-ui.d.cts +1 -1
- package/dist/react-ui.d.ts +1 -1
- package/dist/react-ui.mjs +1835 -1888
- package/dist/{toaster-DewB85O2.d.ts → toaster-BTfAUpDp.d.ts} +6 -2
- package/dist/{toaster-BS9dwHMu.d.cts → toaster-FX787Evl.d.cts} +6 -2
- package/package.json +2 -1
package/dist/ai.d.cts
CHANGED
|
@@ -914,11 +914,11 @@ declare const GenerateQuizPlanClientInputSchema: z.ZodObject<{
|
|
|
914
914
|
originalTopic?: string | undefined;
|
|
915
915
|
commonMisconceptions?: string[] | undefined;
|
|
916
916
|
}[];
|
|
917
|
-
numCodingQuestions: number;
|
|
918
917
|
bloomLevels: {
|
|
919
918
|
ratio: number;
|
|
920
919
|
level: "remembering" | "understanding" | "applying" | "analyzing" | "evaluating" | "creating";
|
|
921
920
|
}[];
|
|
921
|
+
numCodingQuestions: number;
|
|
922
922
|
selectedQuestionTypes: QuestionTypeStrings[];
|
|
923
923
|
selectedContextIds?: string[] | undefined;
|
|
924
924
|
imageContexts?: ImageContextItem[] | undefined;
|
package/dist/ai.d.ts
CHANGED
|
@@ -914,11 +914,11 @@ declare const GenerateQuizPlanClientInputSchema: z.ZodObject<{
|
|
|
914
914
|
originalTopic?: string | undefined;
|
|
915
915
|
commonMisconceptions?: string[] | undefined;
|
|
916
916
|
}[];
|
|
917
|
-
numCodingQuestions: number;
|
|
918
917
|
bloomLevels: {
|
|
919
918
|
ratio: number;
|
|
920
919
|
level: "remembering" | "understanding" | "applying" | "analyzing" | "evaluating" | "creating";
|
|
921
920
|
}[];
|
|
921
|
+
numCodingQuestions: number;
|
|
922
922
|
selectedQuestionTypes: QuestionTypeStrings[];
|
|
923
923
|
selectedContextIds?: string[] | undefined;
|
|
924
924
|
imageContexts?: ImageContextItem[] | undefined;
|