reordering rubric

This commit is contained in:
2023-09-01 09:52:32 -06:00
parent ebb9cd4d2e
commit 5aaf474565
4 changed files with 56 additions and 20 deletions

View File

@@ -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