Added Staff Graded Points to CMS settings

This commit is contained in:
Dave St.Germain
2019-06-17 09:17:54 -04:00
parent ef0d07d283
commit 8ebdfb4b74

View File

@@ -1367,6 +1367,10 @@ ADVANCED_PROBLEM_TYPES = [
'component': 'drag-and-drop-v2',
'boilerplate_name': None
},
{
'component': 'staffgradedpoints',
'boilerplate_name': None
}
]
USERNAME_REPLACEMENT_WORKER = "REPLACE WITH VALID USERNAME"