Interface AutoTestRedactedMcqAnswersValue

An answer of a multiple choice question (redacted).

interface AutoTestRedactedMcqAnswersValue {
    answer: string;
    hint?: AutoTestRedactedString;
    id: string;
}

Properties

Properties

answer: string

The text of this answer.

The hint to show when we select this answer to the question.

id: string

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