can persist distractors and load them

This commit is contained in:
2024-08-23 10:17:19 -06:00
parent d18cbcb9e8
commit cd958f90e6
3 changed files with 37 additions and 6 deletions

View File

@@ -196,7 +196,8 @@ public class CanvasQuizService(
.Select(a => new
{
answer_match_left = a.Text,
answer_match_right = a.MatchedText
answer_match_right = a.MatchedText,
matching_answer_incorrect_matches = a.MatchDistractors,
})
.ToArray();