Perseus
    Preparing search index...

    Scoring rubric for the Radio widget.

    type PerseusRadioRubric = {
        choices: PerseusRadioChoice[];
        countChoices?: boolean;
    }
    Index

    Properties

    The answer choices shown to the learner; each has a correct flag.

    countChoices?: boolean

    When true, the learner must select exactly as many choices as there are correct answers before the answer is graded. Only has an effect when there are multiple correct answers.