mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
reordering rubric
This commit is contained in:
@@ -6,6 +6,7 @@ public record RubricItem
|
||||
public string Id { get; set; } = "";
|
||||
public string Label { get; set; } = "";
|
||||
public int Points { get; set; } = 0;
|
||||
public bool IsExtraCredit => Label.Contains(extraCredit);
|
||||
}
|
||||
|
||||
public static class SubmissionType
|
||||
|
||||
Reference in New Issue
Block a user