mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
removed deprecated library
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace CanvasModel.EnrollmentTerms;
|
||||
|
||||
public record coRedundantEnrollmentTermsResponse
|
||||
public record RedundantEnrollmentTermsResponse
|
||||
(
|
||||
[property: JsonPropertyName("enrollment_terms")]
|
||||
IEnumerable<EnrollmentTermModel> EnrollmentTerms
|
||||
|
||||
@@ -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