mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
added canvas option
This commit is contained in:
@@ -90,6 +90,7 @@ public class CanvasAssignmentService(
|
||||
{
|
||||
name = localAssignment.Name,
|
||||
submission_types = localAssignment.SubmissionTypes.Select(t => t.ToString()),
|
||||
allowed_extensions = localAssignment.AllowedFileUploadExtensions.Select(e => e.ToString()),
|
||||
description = localAssignment.GetDescriptionHtml(),
|
||||
due_at = localAssignment.DueAt,
|
||||
lock_at = localAssignment.LockAt,
|
||||
|
||||
Reference in New Issue
Block a user