Perseus
    Preparing search index...

    A single answer choice in a radio widget.

    type BasicOption = {
        id: string;
        rationale?: string;
        value: string;
    }
    Index

    Properties

    Properties

    id: string

    An opaque string that uniquely identifies this choice within the radio widget. The format is subject to change.

    rationale?: string

    Rationale for why this answer is correct or incorrect. Shown to the learner when they select an incorrect answer. Only present when the content creator supplied one.

    value: string

    The label displayed for this choice.