@intellectif/lk-core 0.3.0 → 0.3.1
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/schemas.d.cts +2 -2
- package/dist/schemas.d.ts +2 -2
- package/package.json +1 -1
package/dist/schemas.d.cts
CHANGED
|
@@ -97,8 +97,8 @@ declare const FillInTheBlanksDataSchema: z.ZodObject<{
|
|
|
97
97
|
feedback: z.ZodOptional<z.ZodString>;
|
|
98
98
|
}, z.core.$loose>>;
|
|
99
99
|
scoringStrategy: z.ZodEnum<{
|
|
100
|
-
partial: "partial";
|
|
101
100
|
"all-or-nothing": "all-or-nothing";
|
|
101
|
+
partial: "partial";
|
|
102
102
|
}>;
|
|
103
103
|
media: z.ZodOptional<z.ZodObject<{
|
|
104
104
|
type: z.ZodEnum<{
|
|
@@ -233,8 +233,8 @@ declare const MultipleChoiceDataSchema: z.ZodObject<{
|
|
|
233
233
|
feedback: z.ZodOptional<z.ZodString>;
|
|
234
234
|
}, z.core.$loose>>;
|
|
235
235
|
scoringStrategy: z.ZodEnum<{
|
|
236
|
-
partial: "partial";
|
|
237
236
|
"all-or-nothing": "all-or-nothing";
|
|
237
|
+
partial: "partial";
|
|
238
238
|
}>;
|
|
239
239
|
media: z.ZodOptional<z.ZodObject<{
|
|
240
240
|
type: z.ZodEnum<{
|
package/dist/schemas.d.ts
CHANGED
|
@@ -97,8 +97,8 @@ declare const FillInTheBlanksDataSchema: z.ZodObject<{
|
|
|
97
97
|
feedback: z.ZodOptional<z.ZodString>;
|
|
98
98
|
}, z.core.$loose>>;
|
|
99
99
|
scoringStrategy: z.ZodEnum<{
|
|
100
|
-
partial: "partial";
|
|
101
100
|
"all-or-nothing": "all-or-nothing";
|
|
101
|
+
partial: "partial";
|
|
102
102
|
}>;
|
|
103
103
|
media: z.ZodOptional<z.ZodObject<{
|
|
104
104
|
type: z.ZodEnum<{
|
|
@@ -233,8 +233,8 @@ declare const MultipleChoiceDataSchema: z.ZodObject<{
|
|
|
233
233
|
feedback: z.ZodOptional<z.ZodString>;
|
|
234
234
|
}, z.core.$loose>>;
|
|
235
235
|
scoringStrategy: z.ZodEnum<{
|
|
236
|
-
partial: "partial";
|
|
237
236
|
"all-or-nothing": "all-or-nothing";
|
|
237
|
+
partial: "partial";
|
|
238
238
|
}>;
|
|
239
239
|
media: z.ZodOptional<z.ZodObject<{
|
|
240
240
|
type: z.ZodEnum<{
|