updates to markdown for essay questions

This commit is contained in:
2023-10-18 11:58:18 -06:00
parent 5cebe88b62
commit 3223aef5f3
7 changed files with 110 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
[Parameter, EditorRequired]
public Action<T?> OnSelect { get; set; } = default!;
[Parameter, EditorRequired]
[Parameter]
public T? SelectedOption { get; set; }
private string htmlLabel => Label.Replace("-", "");

View File

@@ -84,12 +84,15 @@ essay
---
points: 4
this is a short answer question
short_answer";
short_answer
---
points: 4
the underscore is optional
short answer";
}
<div class="d-flex flex-column h-100">
<div class="d-flex flex-row flex-grow-1">
@if(showHelp)
{