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

@@ -195,8 +195,7 @@ public class QuizDeterministicChecks
Text = "test matching",
QuestionType = QuestionType.MATCHING,
Points = 1,
Answers = new LocalQuizQuestionAnswer[]
{
Answers = [
new() {
Correct = true,
Text="yes",
@@ -207,7 +206,7 @@ public class QuizDeterministicChecks
Text="no",
MatchedText = "testing no"
}
}
]
}
}
};