mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
hooks
This commit is contained in:
@@ -7,4 +7,4 @@ public class RubricMarkdownParseException : Exception
|
||||
public class AssignmentMarkdownParseException : Exception
|
||||
{
|
||||
public AssignmentMarkdownParseException(string message) : base(message) { }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,5 +26,5 @@ public record AssignmentTemplate
|
||||
// }
|
||||
// return html;
|
||||
// }
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ using YamlDotNet.Serialization;
|
||||
|
||||
namespace LocalModels;
|
||||
|
||||
public record LocalAssignment: IModuleItem
|
||||
public record LocalAssignment : IModuleItem
|
||||
{
|
||||
private string _name = "";
|
||||
public string Name
|
||||
|
||||
@@ -6,4 +6,4 @@ public record LocalAssignmentGroup
|
||||
public string Id { get; init; } = string.Empty;
|
||||
public required string Name { get; init; }
|
||||
public double Weight { get; init; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user