added quiz support, improved assignment description and rubric support

This commit is contained in:
2023-08-18 13:27:12 -06:00
parent a962ef74f9
commit a57a687f3c
10 changed files with 154 additions and 69 deletions

View File

@@ -16,7 +16,8 @@
{
var newModule = new LocalModule
{
Name=Name
Name=Name,
Id=Guid.NewGuid().ToString()
};