mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
removed assignment id from edit and delete workflow
This commit is contained in:
11
Management.Test/Markdown/AssignmentMarkdownTests.cs
Normal file
11
Management.Test/Markdown/AssignmentMarkdownTests.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
public class AssignmentMarkdownTests
|
||||
{
|
||||
[Test]
|
||||
public void TestCanParseAssignmentSettings()
|
||||
{
|
||||
var assignmentMarkdown = @"
|
||||
|
||||
|
||||
";
|
||||
}
|
||||
}
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user