Commit 33655342 by Sanford Student

scorable first

parent 35534528
......@@ -33,10 +33,10 @@ logger = logging.getLogger(__name__)
@XBlock.wants('settings')
@XBlock.needs('i18n')
class DragAndDropBlock(
ScorableXBlockMixin,
XBlock,
XBlockWithSettingsMixin,
ThemableXBlockMixin,
ScorableXBlockMixin
ThemableXBlockMixin
):
"""
XBlock that implements a friendly Drag-and-Drop problem
......
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