mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
only working with dates at at string level on the model
This commit is contained in:
@@ -101,7 +101,7 @@ Match the following terms & definitions
|
||||
";
|
||||
|
||||
var quiz = LocalQuiz.ParseMarkdown(rawMarkdownQuiz);
|
||||
quiz.Questions.First().Answers.First().MatchDistractors.Should().BeEquivalentTo(["this is the distractor"]);
|
||||
quiz.Questions.First().MatchDistractors.Should().BeEquivalentTo(["this is the distractor"]);
|
||||
}
|
||||
[Fact]
|
||||
public void CanHaveDistractorsAndBePersisted()
|
||||
@@ -118,7 +118,7 @@ Description:
|
||||
---
|
||||
Match the following terms & definitions
|
||||
|
||||
^statement - a single command to be executed
|
||||
^ statement - a single command to be executed
|
||||
^ - this is the distractor
|
||||
";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user