@speakableio/core 0.1.74 → 0.1.76
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/index.native.d.mts +7 -0
- package/dist/index.native.d.ts +7 -0
- package/dist/index.web.d.mts +7 -0
- package/dist/index.web.d.ts +7 -0
- package/package.json +1 -1
package/dist/index.native.d.mts
CHANGED
|
@@ -520,6 +520,13 @@ interface PageScore {
|
|
|
520
520
|
status?: string | null;
|
|
521
521
|
transcriptError?: boolean;
|
|
522
522
|
feedbackError?: boolean;
|
|
523
|
+
totalTrys?: {
|
|
524
|
+
markedCorrect?: boolean;
|
|
525
|
+
selectedOption?: string | string[];
|
|
526
|
+
attemptedAt?: CustomTimestamp;
|
|
527
|
+
}[];
|
|
528
|
+
tryAgain?: boolean;
|
|
529
|
+
updatedAt?: CustomTimestamp;
|
|
523
530
|
}
|
|
524
531
|
|
|
525
532
|
declare const enum AssignmentAnalyticsType {
|
package/dist/index.native.d.ts
CHANGED
|
@@ -520,6 +520,13 @@ interface PageScore {
|
|
|
520
520
|
status?: string | null;
|
|
521
521
|
transcriptError?: boolean;
|
|
522
522
|
feedbackError?: boolean;
|
|
523
|
+
totalTrys?: {
|
|
524
|
+
markedCorrect?: boolean;
|
|
525
|
+
selectedOption?: string | string[];
|
|
526
|
+
attemptedAt?: CustomTimestamp;
|
|
527
|
+
}[];
|
|
528
|
+
tryAgain?: boolean;
|
|
529
|
+
updatedAt?: CustomTimestamp;
|
|
523
530
|
}
|
|
524
531
|
|
|
525
532
|
declare const enum AssignmentAnalyticsType {
|
package/dist/index.web.d.mts
CHANGED
|
@@ -520,6 +520,13 @@ interface PageScore {
|
|
|
520
520
|
status?: string | null;
|
|
521
521
|
transcriptError?: boolean;
|
|
522
522
|
feedbackError?: boolean;
|
|
523
|
+
totalTrys?: {
|
|
524
|
+
markedCorrect?: boolean;
|
|
525
|
+
selectedOption?: string | string[];
|
|
526
|
+
attemptedAt?: CustomTimestamp;
|
|
527
|
+
}[];
|
|
528
|
+
tryAgain?: boolean;
|
|
529
|
+
updatedAt?: CustomTimestamp;
|
|
523
530
|
}
|
|
524
531
|
|
|
525
532
|
declare const enum AssignmentAnalyticsType {
|
package/dist/index.web.d.ts
CHANGED
|
@@ -520,6 +520,13 @@ interface PageScore {
|
|
|
520
520
|
status?: string | null;
|
|
521
521
|
transcriptError?: boolean;
|
|
522
522
|
feedbackError?: boolean;
|
|
523
|
+
totalTrys?: {
|
|
524
|
+
markedCorrect?: boolean;
|
|
525
|
+
selectedOption?: string | string[];
|
|
526
|
+
attemptedAt?: CustomTimestamp;
|
|
527
|
+
}[];
|
|
528
|
+
tryAgain?: boolean;
|
|
529
|
+
updatedAt?: CustomTimestamp;
|
|
523
530
|
}
|
|
524
531
|
|
|
525
532
|
declare const enum AssignmentAnalyticsType {
|