Perseus
    Preparing search index...

    RadioChoiceWithMetadata is used for server-side scoring

    interface RadioChoiceWithMetadata {
        content: string;
        correct?: boolean;
        id: string;
        isNoneOfTheAbove?: boolean;
        originalIndex: number;
        rationale?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    content: string

    Translatable Markdown; The label for this choice

    correct?: boolean

    Whether this option is a correct answer or not

    id: string

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

    isNoneOfTheAbove?: boolean

    If this is none of the above, override the content with "None of the above"

    originalIndex: number
    rationale?: string

    Translatable Markdown; Rationale to give the user when they get it wrong