Commit da9154d1 by Carson Gee

Add Staff Graded Assignments XBlock to edx-platform

parent 7676693f
...@@ -785,6 +785,7 @@ MAX_FAILED_LOGIN_ATTEMPTS_LOCKOUT_PERIOD_SECS = 15 * 60 ...@@ -785,6 +785,7 @@ MAX_FAILED_LOGIN_ATTEMPTS_LOCKOUT_PERIOD_SECS = 15 * 60
OPTIONAL_APPS = ( OPTIONAL_APPS = (
'mentoring', 'mentoring',
'edx_sga',
# edx-ora2 # edx-ora2
'submissions', 'submissions',
...@@ -847,6 +848,7 @@ ADVANCED_COMPONENT_TYPES = [ ...@@ -847,6 +848,7 @@ ADVANCED_COMPONENT_TYPES = [
'graphical_slider_tool', 'graphical_slider_tool',
'lti', 'lti',
'library_content', 'library_content',
'edx_sga',
# XBlocks from pmitros repos are prototypes. They should not be used # XBlocks from pmitros repos are prototypes. They should not be used
# except for edX Learning Sciences experiments on edge.edx.org without # except for edX Learning Sciences experiments on edge.edx.org without
# further work to make them robust, maintainable, finalize data formats, # further work to make them robust, maintainable, finalize data formats,
......
...@@ -1952,6 +1952,7 @@ ALL_LANGUAGES = ( ...@@ -1952,6 +1952,7 @@ ALL_LANGUAGES = (
### Apps only installed in some instances ### Apps only installed in some instances
OPTIONAL_APPS = ( OPTIONAL_APPS = (
'mentoring', 'mentoring',
'edx_sga',
# edx-ora2 # edx-ora2
'submissions', 'submissions',
......
...@@ -43,3 +43,5 @@ git+https://github.com/edx/edx-lint.git@e0e73bcc7b3b7ed632a1db6e3b32b0a249721261 ...@@ -43,3 +43,5 @@ git+https://github.com/edx/edx-lint.git@e0e73bcc7b3b7ed632a1db6e3b32b0a249721261
-e git+https://github.com/edx/xblock-utils.git@17e247d66fabb53f0453515b093a030ee345a1b0#egg=xblock-utils -e git+https://github.com/edx/xblock-utils.git@17e247d66fabb53f0453515b093a030ee345a1b0#egg=xblock-utils
-e git+https://github.com/edx-solutions/xblock-google-drive.git@138e6fa0bf3a2013e904a085b9fed77dab7f3f21#egg=xblock-google-drive -e git+https://github.com/edx-solutions/xblock-google-drive.git@138e6fa0bf3a2013e904a085b9fed77dab7f3f21#egg=xblock-google-drive
# Third Party XBlocks
-e git+https://github.com/mitodl/edx-sga@172a90fd2738f8142c10478356b2d9ed3e55334a#egg=edx-sga
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment