@thanh01.pmt/interactive-quiz-kit 1.0.57 → 1.0.59

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 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;