added quiz support, improved assignment description and rubric support

This commit is contained in:
2023-08-18 13:27:12 -06:00
parent a962ef74f9
commit a57a687f3c
10 changed files with 154 additions and 69 deletions

View File

@@ -137,6 +137,7 @@
@oninput="handleNewDescription"
/>
</div>
<QuizSettings />
@foreach(var question in quizContext.Quiz.Questions)
{