Interface AutoTestSelectAllQuestionAnswersValueHints

The possible hints to show for when this answer is selected.

interface AutoTestSelectAllQuestionAnswersValueHints {
    correct: string;
    incorrect: string;
}

Properties

Properties

correct: string

The hint to show when this answer is selected and is correct.

incorrect: string

The hint to show when this answer is selected and is wrong.