The course-wide Pearson settings.

interface PearsonCourse {
    assistantsEnabled?: boolean;
    contextId: string;
    pasteLimit?: PasteLimit;
    tenantId: string;
}

Properties

assistantsEnabled?: boolean

The course's own assistant availability. Absent when the course inherits.

contextId: string

The course these settings belong to.

pasteLimit?: PasteLimit

The course's own paste limit. Absent when the course inherits.

tenantId: string

The id of the tenant that owns this course.