@speakableio/core 0.1.75 → 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.
@@ -521,11 +521,12 @@ interface PageScore {
521
521
  transcriptError?: boolean;
522
522
  feedbackError?: boolean;
523
523
  totalTrys?: {
524
- selectedOption?: string;
525
524
  markedCorrect?: boolean;
525
+ selectedOption?: string | string[];
526
526
  attemptedAt?: CustomTimestamp;
527
527
  }[];
528
528
  tryAgain?: boolean;
529
+ updatedAt?: CustomTimestamp;
529
530
  }
530
531
 
531
532
  declare const enum AssignmentAnalyticsType {
@@ -521,11 +521,12 @@ interface PageScore {
521
521
  transcriptError?: boolean;
522
522
  feedbackError?: boolean;
523
523
  totalTrys?: {
524
- selectedOption?: string;
525
524
  markedCorrect?: boolean;
525
+ selectedOption?: string | string[];
526
526
  attemptedAt?: CustomTimestamp;
527
527
  }[];
528
528
  tryAgain?: boolean;
529
+ updatedAt?: CustomTimestamp;
529
530
  }
530
531
 
531
532
  declare const enum AssignmentAnalyticsType {
@@ -521,11 +521,12 @@ interface PageScore {
521
521
  transcriptError?: boolean;
522
522
  feedbackError?: boolean;
523
523
  totalTrys?: {
524
- selectedOption?: string;
525
524
  markedCorrect?: boolean;
525
+ selectedOption?: string | string[];
526
526
  attemptedAt?: CustomTimestamp;
527
527
  }[];
528
528
  tryAgain?: boolean;
529
+ updatedAt?: CustomTimestamp;
529
530
  }
530
531
 
531
532
  declare const enum AssignmentAnalyticsType {
@@ -521,11 +521,12 @@ interface PageScore {
521
521
  transcriptError?: boolean;
522
522
  feedbackError?: boolean;
523
523
  totalTrys?: {
524
- selectedOption?: string;
525
524
  markedCorrect?: boolean;
525
+ selectedOption?: string | string[];
526
526
  attemptedAt?: CustomTimestamp;
527
527
  }[];
528
528
  tryAgain?: boolean;
529
+ updatedAt?: CustomTimestamp;
529
530
  }
530
531
 
531
532
  declare const enum AssignmentAnalyticsType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speakableio/core",
3
- "version": "0.1.75",
3
+ "version": "0.1.76",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Speakable-io/speakable-core.git"