mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28: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
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user