Merge pull request #6505 from mitocw/cg/add_sga

Add Staff Graded Assignments XBlock to edx-platform
This commit is contained in:
Ned Batchelder
2015-03-04 13:15:02 -05:00
3 changed files with 5 additions and 0 deletions

View File

@@ -785,6 +785,7 @@ MAX_FAILED_LOGIN_ATTEMPTS_LOCKOUT_PERIOD_SECS = 15 * 60
OPTIONAL_APPS = (
'mentoring',
'edx_sga',
# edx-ora2
'submissions',
@@ -847,6 +848,7 @@ ADVANCED_COMPONENT_TYPES = [
'graphical_slider_tool',
'lti',
'library_content',
'edx_sga',
# XBlocks from pmitros repos are prototypes. They should not be used
# except for edX Learning Sciences experiments on edge.edx.org without
# further work to make them robust, maintainable, finalize data formats,