wrote rubric parsing tests

This commit is contained in:
2023-10-25 10:06:55 -06:00
parent 1d58166a5c
commit 246d64c2a0
2 changed files with 32 additions and 17 deletions

View File

@@ -9,6 +9,7 @@
private string rubricText = "";
private int rubricReloadKey = 0;
protected override void OnInitialized()
{
assignmentContext.StateHasChanged += reload;