Interface AutoTestRedactedSelectAllQuestionStepOutput

A "select all that apply" question in a quiz (redacted).

interface AutoTestRedactedSelectAllQuestionStepOutput {
    answerOrder?: AutoTestQuizAnswerOrder;
    answers: AutoTestRedactedSelectAllQuestionAnswersValue[];
    description: AutoTestDescription;
    id: string;
    name: string;
    question: string;
}

Properties

How answers of this question should be ordered.

The answers of a select all question.

description: AutoTestDescription

The description of this step.

id: string

The id of this step.

name: string

The name of this step.

question: string

The question.