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

@@ -34,8 +34,7 @@ public record LocalQuizQuestion
return $@"Points: {Points}
{Text}
{answersText}
{questionTypeIndicator}";
{answersText}{questionTypeIndicator}";
}
private static readonly string[] validFirstAnswerDelimiters = new string[] { "*a)", "a)", "[ ]", "[*]" };