Interface PearsonContextTemplateQuestionSummary

A minimal representation of a Pearson question in a context template.

interface PearsonContextTemplateQuestionSummary {
    enabled: boolean;
    name: string;
    questionId: string;
}

Properties

enabled: boolean

Is this question enabled.

name: string

The name of the question.

questionId: string

The id of the question.