removed assignment id from edit and delete workflow

This commit is contained in:
2023-10-24 14:33:22 -06:00
parent 5280d49523
commit 8342e9cdd3
6 changed files with 55 additions and 17 deletions

View File

@@ -19,7 +19,6 @@ public class QuizQuestionMarkdownTests
{
new LocalQuizQuestion()
{
Id = "someid",
Points = 2,
Text = @"`some type` of question
@@ -75,7 +74,6 @@ endline
{
new()
{
Id = "somesdid",
Text = "oneline question",
Points = 1,
QuestionType = QuestionType.MULTIPLE_ANSWERS,