Merge pull request #3037 from edx/will/tim-installation-rebase
Install new ORA (edx-tim)
This commit is contained in:
@@ -143,7 +143,7 @@ class ContentStoreToyCourseTest(ModuleStoreTestCase):
|
||||
self.check_components_on_page(
|
||||
ADVANCED_COMPONENT_TYPES,
|
||||
['Word cloud', 'Annotation', 'Text Annotation', 'Video Annotation',
|
||||
'Open Response Assessment', 'Peer Grading Interface'],
|
||||
'Open Response Assessment', 'Peer Grading Interface', 'openassessment'],
|
||||
)
|
||||
|
||||
def test_advanced_components_require_two_clicks(self):
|
||||
|
||||
@@ -60,6 +60,7 @@ else:
|
||||
'word_cloud',
|
||||
'graphical_slider_tool',
|
||||
'lti',
|
||||
'openassessment', # edx-ora2
|
||||
] + OPEN_ENDED_COMPONENT_TYPES + NOTE_COMPONENT_TYPES
|
||||
|
||||
ADVANCED_COMPONENT_CATEGORY = 'advanced'
|
||||
|
||||
@@ -553,6 +553,13 @@ MAX_FAILED_LOGIN_ATTEMPTS_LOCKOUT_PERIOD_SECS = 15 * 60
|
||||
OPTIONAL_APPS = (
|
||||
'edx_jsdraw',
|
||||
'mentoring',
|
||||
|
||||
# edx-ora2
|
||||
'submissions',
|
||||
'openassessment',
|
||||
'openassessment.assessment',
|
||||
'openassessment.workflow',
|
||||
'openassessment.xblock'
|
||||
)
|
||||
|
||||
for app_name in OPTIONAL_APPS:
|
||||
|
||||
Reference in New Issue
Block a user