workflow to create quiz only in markdown should work now

This commit is contained in:
2023-10-13 12:53:50 -06:00
parent e7daf5f77f
commit c7f9b262da
4 changed files with 43 additions and 19 deletions

View File

@@ -95,7 +95,7 @@
<div class="col-6">
@if(error != null)
{
<p class="text-danger text-truncate">@error</p>
<p class="text-danger text-truncate">Error: @error</p>
}
<QuizPreview Quiz="testQuiz" />
</div>