mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-27 07:58:31 -06:00
removed deprecated library
This commit is contained in:
@@ -9,6 +9,7 @@ public record LocalQuizQuestionAnswer
|
||||
public string Text { get; init; } = string.Empty;
|
||||
|
||||
public string? MatchedText { get; init; }
|
||||
public IEnumerable<string>? MatchDistractors { get; init; }
|
||||
|
||||
public string HtmlText => MarkdownService.Render(Text);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user