@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.
@@ -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<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intellectif/lk-core",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Schemas, scoring engine, and xAPI builder for learning-kit",
5
5
  "repository": {
6
6
  "type": "git",