Added completion and audio XBlocks

This commit is contained in:
Piotr Mitros
2014-05-29 21:14:47 -04:00
parent 0103700a78
commit 16078ba8a7
2 changed files with 9 additions and 1 deletions

View File

@@ -58,7 +58,13 @@ else:
'word_cloud',
'graphical_slider_tool',
'lti',
'concept',
# 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,
# etc.
'concept', # Concept mapper. See https://github.com/pmitros/ConceptXBlock
'done', # Lets students mark things as done. See https://github.com/pmitros/DoneXBlock
'audio', # Embed an audio file. See https://github.com/pmitros/AudioXBlock
'openassessment', # edx-ora2
] + OPEN_ENDED_COMPONENT_TYPES + NOTE_COMPONENT_TYPES

View File

@@ -32,3 +32,5 @@ git+https://github.com/edx/ease.git@a990b25ed4238acb1b15ee6f027465db3a10960e#egg
# Prototype XBlocks for limited roll-outs and user testing. These are not for general use.
-e git+https://github.com/pmitros/ConceptXBlock.git@2376fde9ebdd83684b78dde77ef96361c3bd1aa0#egg=concept-xblock
-e git+https://github.com/pmitros/DoneXBlock.git@72b6efdcd92471905670c4d344055fccf6bb16b0#egg=done-xblock
-e git+https://github.com/pmitros/AudioXBlock.git@9540b13bcdf25225191d8a1e73862deb1f1f30f8#egg=audio-xblock