added monaco editor to assignment page

This commit is contained in:
2023-11-15 11:23:36 -07:00
parent a0931f5003
commit 8d83e0ecd4
13 changed files with 201 additions and 128 deletions

View File

@@ -19,7 +19,7 @@ public record LocalQuizQuestionAnswer
return new LocalQuizQuestionAnswer()
{
Correct = isCorrect,
Text=text,
Text = text,
};
}
}