Perseus
    Preparing search index...

    User input for the Radio widget.

    type PerseusRadioUserInput = {
        selectedChoiceIds: string[];
    }
    Index

    Properties

    selectedChoiceIds: string[]

    The IDs of the choices the learner selected. Each ID corresponds to a choice's id field in the rubric. Order is insignificant — scoring uses set membership, not position. IDs are stable and do not reflect the display order, which may be shuffled.