Interface AutoTestRedactedSelectAllQuestionAnswersValue

An answer answer of a select all question (redacted).

interface AutoTestRedactedSelectAllQuestionAnswersValue {
    answer: string;
    hints?: AutoTestRedactedSelectAllQuestionAnswersValueHints;
    id: string;
    isCorrect: AutoTestRedactedBoolean;
}

Properties

answer: string

The text of this answer.

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

id: string

The id of this list element, needs to be unique within this list.

Whether this answer is correct or not.