Skip to content

Commit

Permalink
Add max_score
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdyer committed Oct 31, 2018
1 parent 83b1181 commit 5b9174f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions image_explorer/image_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class ImageExplorerBlock(XBlock): # pylint: disable=no-init
"""

has_score = True
max_score = 1.0
completion_mode = XBlockCompletionMode.COMPLETABLE

display_name = String(
Expand Down

0 comments on commit 5b9174f

Please sign in to comment.