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'
|
||||
|
||||
Reference in New Issue
Block a user