mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
working on rubric
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
public record RubricItem(int Points, string Label);
|
||||
public record RubricItem
|
||||
{
|
||||
public string Id { get; set; } = "";
|
||||
public string Label { get; set; } = "";
|
||||
public int Points { get; set; } = 0;
|
||||
}
|
||||
|
||||
public enum SubmissionType
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user