mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 15:48:32 -06:00
only working with dates at at string level on the model
This commit is contained in:
@@ -9,7 +9,6 @@ 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