@speakableio/core 0.1.92 → 0.1.93

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.
@@ -539,6 +539,21 @@ interface PageScore {
539
539
  tryAgain?: boolean;
540
540
  updatedAt?: CustomTimestamp;
541
541
  messageAttemptId?: string;
542
+ unmetCriteria?: {
543
+ criterion: string;
544
+ suggestion: string;
545
+ explanation: string;
546
+ }[];
547
+ meetsCriteria?: boolean;
548
+ actionableSteps?: string[];
549
+ rubric_results?: {
550
+ title: string;
551
+ score: number;
552
+ score_title: string;
553
+ justification: string;
554
+ maxPoints: number;
555
+ description: string;
556
+ }[];
542
557
  }
543
558
 
544
559
  declare enum AssignmentAnalyticsType {
@@ -539,6 +539,21 @@ interface PageScore {
539
539
  tryAgain?: boolean;
540
540
  updatedAt?: CustomTimestamp;
541
541
  messageAttemptId?: string;
542
+ unmetCriteria?: {
543
+ criterion: string;
544
+ suggestion: string;
545
+ explanation: string;
546
+ }[];
547
+ meetsCriteria?: boolean;
548
+ actionableSteps?: string[];
549
+ rubric_results?: {
550
+ title: string;
551
+ score: number;
552
+ score_title: string;
553
+ justification: string;
554
+ maxPoints: number;
555
+ description: string;
556
+ }[];
542
557
  }
543
558
 
544
559
  declare enum AssignmentAnalyticsType {
@@ -539,6 +539,21 @@ interface PageScore {
539
539
  tryAgain?: boolean;
540
540
  updatedAt?: CustomTimestamp;
541
541
  messageAttemptId?: string;
542
+ unmetCriteria?: {
543
+ criterion: string;
544
+ suggestion: string;
545
+ explanation: string;
546
+ }[];
547
+ meetsCriteria?: boolean;
548
+ actionableSteps?: string[];
549
+ rubric_results?: {
550
+ title: string;
551
+ score: number;
552
+ score_title: string;
553
+ justification: string;
554
+ maxPoints: number;
555
+ description: string;
556
+ }[];
542
557
  }
543
558
 
544
559
  declare enum AssignmentAnalyticsType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speakableio/core",
3
- "version": "0.1.92",
3
+ "version": "0.1.93",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Speakable-io/speakable-core.git"