mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-27 07:58:31 -06:00
hooks
This commit is contained in:
@@ -35,7 +35,7 @@ public record LocalQuizQuestion
|
||||
|
||||
return $"{questionTypeIndicator}{multilineMarkdownCompatibleText}";
|
||||
}
|
||||
else if(QuestionType == "matching")
|
||||
else if (QuestionType == "matching")
|
||||
{
|
||||
return $"^ {answer.Text} - {answer.MatchedText}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user