mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 23:58:31 -06:00
implemented hack to canvas quiz
This commit is contained in:
@@ -70,6 +70,9 @@ public record CanvasAssignment
|
||||
|
||||
[property: JsonPropertyName("allowed_attempts")]
|
||||
int AllowedAttempts,
|
||||
|
||||
[property: JsonPropertyName("is_quiz_assignment")]
|
||||
bool IsQuizAssignment,
|
||||
|
||||
[property: JsonPropertyName("submission_types")]
|
||||
IEnumerable<string> SubmissionTypes,
|
||||
|
||||
Reference in New Issue
Block a user