improved rubric editor

This commit is contained in:
2023-07-25 22:59:21 -06:00
parent 4d083c8fe6
commit afc7003d89
5 changed files with 143 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
public record RubricItem
{
public static readonly string extraCredit = "(Extra Credit) ";
public string Id { get; set; } = "";
public string Label { get; set; } = "";
public int Points { get; set; } = 0;