qus-canvas
Version:
client api for canvas
21 lines • 544 B
TypeScript
export interface OutcomeInterface {
id: string;
outcomeNumber: number;
url: string;
contextId: number | null;
contextType: string | null;
title: string;
displayName?: string;
description?: string;
vendorGuid?: string;
pointsPossible?: number;
masteryPoints?: number;
calculationMethod?: string;
calculationInt?: number;
ratings?: any;
canEdit: boolean;
canUnlink: boolean;
assessed: boolean;
hasUpdateableRubrics: boolean;
}
//# sourceMappingURL=outcome.interface.d.ts.map