mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
can update stored quiz with markdown editor
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
var newQuiz = LocalQuiz.ParseMarkdown(_quizMarkdownInput);
|
||||
error = null;
|
||||
testQuiz = newQuiz;
|
||||
quizContext.SaveQuiz(newQuiz);
|
||||
}
|
||||
catch(QuizMarkdownParseException e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user