only working with dates at at string level on the model

This commit is contained in:
2024-08-24 13:57:15 -06:00
parent cd958f90e6
commit a3a6abdd50
9 changed files with 75 additions and 74 deletions

View File

@@ -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);