Interface PutPearsonQuestionRequest

The data to create a new Pearson question.

interface PutPearsonQuestionRequest {
    name: string;
    questionId: string;
    source: PutPearsonQuestionSource;
    templateId: string;
    tenantId: string;
}

Hierarchy (View Summary)

Properties

name: string

The name of the question.

questionId: string

The id of the question that should be created.

The way the question should be initialized.

templateId: string

The id of the template.

tenantId: string

The tenant id of the template.