a few more minor quiz experience changes

This commit is contained in:
2023-10-18 11:31:55 -06:00
parent b39fd9f223
commit 5cebe88b62
3 changed files with 10 additions and 43 deletions

View File

@@ -53,7 +53,7 @@
quizContext.StateHasChanged -= reload;
}
private readonly static string exampleMarkdownQuestion = @"HELP
private readonly static string exampleMarkdownQuestion = @"QUESTION REFERENCE
---
Points: 2
this is a question?
@@ -78,7 +78,13 @@ Markdown is supported
[*] true
[ ] false
";
---
This is a one point essay question
essay
---
points: 4
this is a short answer question
short_answer";
}