Commit f00553af by Carson Gee

Add Staff Graded Assessments

parent 30efe2d1
......@@ -634,6 +634,7 @@ MAX_FAILED_LOGIN_ATTEMPTS_LOCKOUT_PERIOD_SECS = 15 * 60
OPTIONAL_APPS = (
'edx_jsdraw',
'mentoring',
'edx_sga',
# edx-ora2
'submissions',
......@@ -676,6 +677,7 @@ ADVANCED_COMPONENT_TYPES = [
'word_cloud',
'graphical_slider_tool',
'lti',
'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,
......
# .coveragerc for lms
[run]
data_file = reports/lms/.coverage
source = lms,common/djangoapps
source = lms,common/djangoapps,edx_sga
omit = lms/envs/*, common/djangoapps/terrain/*, common/djangoapps/*/migrations/*
[report]
......
......@@ -1696,6 +1696,7 @@ ALL_LANGUAGES = (
OPTIONAL_APPS = (
'edx_jsdraw',
'mentoring',
'edx_sga',
# edx-ora2
'submissions',
......
......@@ -33,3 +33,6 @@
-e git+https://github.com/edx/opaque-keys.git@a7c506befdf9b97bbbb6961e0b0c7fa4807003eb#egg=opaque-keys
-e git+https://github.com/edx/ease.git@97de68448e5495385ba043d3091f570a699d5b5f#egg=ease
-e git+https://github.com/edx/i18n-tools.git@0d7847f9dfa2281640527b4dc51f5854f950f9b7#egg=i18n-tools
# Third Party XBlocks
-e git+https://github.com/mitodl/edx-sga@86b860c255149acf0abbf1894f023714f346c3e8#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