diff --git a/Management.Test/Markdown/QuizMarkdownTests.cs b/Management.Test/Markdown/QuizMarkdownTests.cs index d0336f8..187e6e7 100644 --- a/Management.Test/Markdown/QuizMarkdownTests.cs +++ b/Management.Test/Markdown/QuizMarkdownTests.cs @@ -23,7 +23,7 @@ this is my description in markdown DueAt = DateTime.MaxValue, ShuffleAnswers = true, OneQuestionAtATime = false, - LocalAssignmentGroupId = "someId", + LocalAssignmentGroupName = "someId", AllowedAttempts = -1, Questions = new LocalQuizQuestion[] { } }; @@ -54,7 +54,7 @@ this is my description in markdown DueAt = DateTime.MaxValue, ShuffleAnswers = true, OneQuestionAtATime = false, - LocalAssignmentGroupId = "someId", + LocalAssignmentGroupName = "someId", AllowedAttempts = -1, Questions = new LocalQuizQuestion[] { @@ -114,7 +114,7 @@ b) false DueAt = DateTime.MaxValue, ShuffleAnswers = true, OneQuestionAtATime = false, - LocalAssignmentGroupId = "someId", + LocalAssignmentGroupName = "someId", AllowedAttempts = -1, Questions = new LocalQuizQuestion[] { diff --git a/Management.Web/Shared/Components/AssignmentForm/AssignmentDescriptionEditor.razor b/Management.Web/Shared/Components/AssignmentForm/AssignmentDescriptionEditor.razor index 1f918c8..6c03c12 100644 --- a/Management.Web/Shared/Components/AssignmentForm/AssignmentDescriptionEditor.razor +++ b/Management.Web/Shared/Components/AssignmentForm/AssignmentDescriptionEditor.razor @@ -188,7 +188,7 @@
-
+