@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR2232-20250213200741 to 0.0.0-PR2233-20250213201626
@@ -818,2 +818,3 @@ /** | ||
countChoices?: boolean; | ||
numCorrect?: number; | ||
randomize?: boolean; | ||
@@ -820,0 +821,0 @@ multipleSelect?: boolean; |
@@ -6,3 +6,5 @@ import type { PerseusRadioWidgetOptions } from "../../data-schema"; | ||
}; | ||
export declare function deriveNumCorrect(options: PerseusRadioWidgetOptions): number; | ||
export declare const widgetOptionsUpgrades: { | ||
readonly "2": (v1props: any) => PerseusRadioWidgetOptions; | ||
readonly "1": (v0props: any) => PerseusRadioWidgetOptions; | ||
@@ -9,0 +11,0 @@ }; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR2232-20250213200741", | ||
"version": "0.0.0-PR2233-20250213201626", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1561946
13029