Interface PearsonAssistants

The assistants provisioned on a template, with the default availability they are provisioned at.

The two travel together so that availability cannot be set for a template that has no assistant to make available. Provisioning with enabled false is the staged state, where the configs are stored and no course sees them until a teacher turns them on.

interface PearsonAssistants {
    configs: PearsonAssistantConfig[];
    enabled: boolean;
}

Properties

Properties

The assistants to provision.

enabled: boolean

The default the availability ladder starts at, which both teacher levels can override. Independent of configs, so turning it off keeps the provisioned prompt.