recommender prototype

This commit is contained in:
swdanielli
2014-07-03 12:17:29 -04:00
committed by swdanielli
parent 1607b7fc0d
commit 3f1e9993f5
2 changed files with 7 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ else:
'done', # Lets students mark things as done. See https://github.com/pmitros/DoneXBlock
'audio', # Embed an audio file. See https://github.com/pmitros/AudioXBlock
SPLIT_TEST_COMPONENT_TYPE, # Adds A/B test support
'recommender' # Crowdsourced recommender. Prototype by dli&pmitros. Intended for roll-out in one place in one course.
] + OPEN_ENDED_COMPONENT_TYPES + NOTE_COMPONENT_TYPES
ADVANCED_COMPONENT_CATEGORY = 'advanced'