Interface PearsonContextTemplateQuestionReference

A reference to a pearson context template question.

interface PearsonContextTemplateQuestionReference {
    contextId: string;
    questionId: string;
    templateId: string;
    tenantId: string;
}

Properties

contextId: string

The id of the context question lives in.

questionId: string

The id of the question itself.

templateId: string

The id of the template.

tenantId: string

The id of the tenant that owns the template the question lives in.