Interface PearsonContextTemplate

A retrieved context template.

interface PearsonContextTemplate {
    bookId: string;
    contextId: string;
    name: string;
    numberOfAttempts: NumberOfAttempts;
    questions: PearsonContextTemplateQuestionSummary[];
    templateId: string;
    tenantId: string;
}

Properties

bookId: string

The book of this template.

contextId: string

The context in which this template lives.

name: string

The name of this template.

numberOfAttempts: NumberOfAttempts

The amount of attempts a student may do.

The questions of this template.

templateId: string

The id of the template from which this context template was created.

tenantId: string

The id of the tenant that owns this context template.