Skip to content

Commit

Permalink
Merge pull request #125 from edx-solutions/sstudent/mixin_or
Browse files Browse the repository at this point in the history
put scorable first
  • Loading branch information
sanfordstudent authored Mar 20, 2017
2 parents 3553452 + 3365534 commit 6a821d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drag_and_drop_v2/drag_and_drop_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
@XBlock.wants('settings')
@XBlock.needs('i18n')
class DragAndDropBlock(
ScorableXBlockMixin,
XBlock,
XBlockWithSettingsMixin,
ThemableXBlockMixin,
ScorableXBlockMixin
ThemableXBlockMixin
):
"""
XBlock that implements a friendly Drag-and-Drop problem
Expand Down

0 comments on commit 6a821d6

Please sign in to comment.