mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
updates to markdown for essay questions
This commit is contained in:
@@ -34,8 +34,7 @@ public record LocalQuizQuestion
|
||||
|
||||
return $@"Points: {Points}
|
||||
{Text}
|
||||
{answersText}
|
||||
{questionTypeIndicator}";
|
||||
{answersText}{questionTypeIndicator}";
|
||||
}
|
||||
|
||||
private static readonly string[] validFirstAnswerDelimiters = new string[] { "*a)", "a)", "[ ]", "[*]" };
|
||||
|
||||
Reference in New Issue
Block a user