Merge pull request #20835 from edx/dcs/sgp-setting

Added Staff Graded Points to CMS settings
This commit is contained in:
Dave St.Germain
2019-06-17 16:13:11 -04:00
committed by GitHub

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"