Commit 6a821d66 by sanfordstudent Committed by GitHub

Merge pull request #125 from edx-solutions/sstudent/mixin_or

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