mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
courses go in their own page
This commit is contained in:
@@ -39,7 +39,8 @@
|
||||
{
|
||||
var newQuestion = new LocalQuizQuestion
|
||||
{
|
||||
Id = Guid.NewGuid().ToString()
|
||||
Id = Guid.NewGuid().ToString(),
|
||||
Points = 1,
|
||||
};
|
||||
var newQuiz = quizContext.Quiz with
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user