mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
hooks
This commit is contained in:
@@ -70,7 +70,7 @@ public record CanvasAssignment
|
||||
|
||||
[property: JsonPropertyName("allowed_attempts")]
|
||||
int AllowedAttempts,
|
||||
|
||||
|
||||
[property: JsonPropertyName("is_quiz_assignment")]
|
||||
bool IsQuizAssignment,
|
||||
|
||||
@@ -208,4 +208,4 @@ public record CanvasAssignment
|
||||
|
||||
[property: JsonPropertyName("anonymous_grading")]
|
||||
bool? AnonymousGrading = null
|
||||
);
|
||||
);
|
||||
|
||||
@@ -19,4 +19,4 @@ public record CanvasAssignmentDate
|
||||
|
||||
[property: JsonPropertyName("lock_at")]
|
||||
DateTime? LockAt = null
|
||||
);
|
||||
);
|
||||
|
||||
@@ -26,4 +26,4 @@ public record CanvasAssignmentGroup
|
||||
|
||||
// [JsonPropertyName("rules")]
|
||||
// public object Rules { get; init; } // The specific type for 'Rules' is not detailed in the spec, so using object for now.
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,4 +35,4 @@ public record CanvasAssignmentOverride
|
||||
|
||||
[property: JsonPropertyName("lock_at")]
|
||||
DateTime? LockAt = null
|
||||
);
|
||||
);
|
||||
|
||||
@@ -10,4 +10,4 @@ public record CanvasExternalToolTagAttributes
|
||||
|
||||
[property: JsonPropertyName("new_tab")]
|
||||
bool? NewTab = null
|
||||
);
|
||||
);
|
||||
|
||||
@@ -16,4 +16,4 @@ public record CanvasLockInfo
|
||||
|
||||
[property: JsonPropertyName("manually_locked")]
|
||||
bool? ManuallyLocked = null
|
||||
);
|
||||
);
|
||||
|
||||
@@ -7,4 +7,4 @@ public record CanvasNeedsGradingCount
|
||||
|
||||
[property: JsonPropertyName("needs_grading_count")]
|
||||
uint NeedsGradingCount
|
||||
);
|
||||
);
|
||||
|
||||
@@ -34,4 +34,4 @@ public record CanvasRubric
|
||||
|
||||
// assessments
|
||||
// associations
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,4 +32,4 @@ public record CanvasRubricAssociation
|
||||
[JsonPropertyName("hide_outcome-results")]
|
||||
public bool HideOUtcomeResult { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,4 +27,4 @@ public record CanvasRubricCriteria
|
||||
|
||||
[property: JsonPropertyName("ignore_for_scoring")]
|
||||
bool? IgnoreForScoring = null
|
||||
);
|
||||
);
|
||||
|
||||
@@ -13,4 +13,4 @@ public record CanvasRubricRating
|
||||
|
||||
[property: JsonPropertyName("long_description")]
|
||||
string LongDescription
|
||||
);
|
||||
);
|
||||
|
||||
@@ -25,4 +25,4 @@ public record CanvasTurnitinSettings
|
||||
|
||||
[property: JsonPropertyName("exclude_small_matches_value")]
|
||||
uint? ExcludeSmallMatchesValue = null
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user