Accessibility Bug: Screen readers announce radio buttons incorrectly
Two primary issues.
If using the question slide template, the multiple choice questions always announce as a group of checkboxes with screen readers, even if they are radio buttons. The toggle between single answer and multiple answer changes the state visibly, but not programmatically.
If using the Radio Group interactive component, the radio buttons correctly announce as radios, however, when navigating to the next radio option, the screen reader announces the previously selected option again in addition to the new option.
Example:
A radio group with options A, B and C.
With JAWS or NVDA navigate to Option A, "Option A" announces. When navigating to Option B, "Option B, Option A" announces.
