Interface PutPearsonTemplateCommandInput

interface PutPearsonTemplateCommandInput {
    bookId: string;
    name: string;
    runSingleQuestions?: boolean;
    templateId: string;
    tenantId: string;
}

Hierarchy (View Summary)

Properties

bookId: string

The id of the book this template is connected to.

name: string

The name of the template.

runSingleQuestions?: boolean

Whether to allow running single quiz questions.

templateId: string

The id of the template.

tenantId: string

The tenant id of the template.