UNPKG

caccl-api

Version:

A class that defines a set of smart Canvas endpoints that actually behave how you'd expect them to.

14 lines (13 loc) 368 B
interface CanvasRubricAssociation { id: number; rubric_id: number; association_id: number; association_type: string; use_for_grading?: boolean | null; summary_data?: string | null; purpose?: string | null; hide_score_total: boolean; hide_points: boolean; hide_outcome_results: boolean; } export default CanvasRubricAssociation;