Enable course run level overrides for proctoring configuration.
This commit is contained in:
committed by
Dave St.Germain
parent
77922ae073
commit
ecabcf90dd
@@ -51,6 +51,17 @@ DATABASES = {
|
||||
}
|
||||
}
|
||||
|
||||
PROCTORING_BACKENDS = {
|
||||
'DEFAULT': 'mock',
|
||||
'mock': {
|
||||
'default_rules': {
|
||||
'allow_snarfing': True,
|
||||
'allow_grok': False,
|
||||
}
|
||||
},
|
||||
'mock_proctoring_without_rules': {},
|
||||
}
|
||||
|
||||
FEATURES = {}
|
||||
|
||||
INSTALLED_APPS = (
|
||||
|
||||
Reference in New Issue
Block a user