addChoice
addChoice: (noneOfTheAbove: boolean, e: SyntheticEvent) => void = ...
focus
focus: () => boolean = ...
getSaveWarnings
getSaveWarnings: () => readonly string[] = ...
onChange
onChange: (options: { checked: readonly (boolean | undefined)[] }) => void = ...
onContentChange
onContentChange: (choiceIndex: number, newContent: string) => void = ...
onCountChoicesChange
onCountChoicesChange: (options: { countChoices: boolean }) => void = ...
onDelete
onDelete: (arg1: number) => void = ...
onMultipleSelectChange
onMultipleSelectChange: (options: { multipleSelect: boolean }) => void = ...
onRationaleChange
onRationaleChange: (choiceIndex: number, newRationale: string) => void = ...
onStatusChange
onStatusChange: (choiceIndex: number, correct: boolean) => void = ...
widgetName: "radio" = ...
An editor for adding a radio widget that allows users to select a single option from multiple choices.