more html comparisons

This commit is contained in:
2023-12-12 12:52:56 -07:00
parent 1a0f62d28f
commit 1366f9cf5c
7 changed files with 133 additions and 74 deletions

View File

@@ -30,7 +30,6 @@ public record LocalAssignment
public string GetRubricHtml()
{
var output = "<h2>Rubric</h2>";
var lineStrings = Rubric.Select(
item => $"- {item.Points}pts: {item.Label} <br/>"
);