@openlearning/imscc-packager
Version:
Package JSON course structure into an IMSCC package
19 lines (18 loc) • 731 B
TypeScript
export declare function calendar(): string;
export declare function comments(): string;
export declare function competencies(): string;
export declare function activityCompletion(): string;
export declare function filters(): string;
export declare function gradeHistory(): string;
export declare function activityGradebook(): string;
export declare function inforef({ questionCategoryId, }: {
questionCategoryId: string;
}): string;
export declare function logs(): string;
export declare function logstore(): string;
export declare function module({ moduleId, sectionId, }: {
moduleId: string;
sectionId: string;
}): string;
export declare function activityRoles(): string;
export declare function xapistate(): string;