courses go in their own page

This commit is contained in:
2023-08-31 14:03:46 -06:00
parent 146e3b73e2
commit c936e3828c
4 changed files with 66 additions and 17 deletions

View File

@@ -39,7 +39,8 @@
{
var newQuestion = new LocalQuizQuestion
{
Id = Guid.NewGuid().ToString()
Id = Guid.NewGuid().ToString(),
Points = 1,
};
var newQuiz = quizContext.Quiz with
{