mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
can persist distractors and load them
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user