Commit 35534528 by sanfordstudent Committed by GitHub

Merge pull request #124 from edx-solutions/sstudent/bug_fix

bug fix
parents 86894daf 1ad96786
......@@ -194,7 +194,7 @@ class DragAndDropBlock(
"""
Return the problem's current score as raw values.
"""
if not self._get_raw_earned_if_set():
if self._get_raw_earned_if_set() is None:
self.raw_earned = self._learner_raw_score()
return Score(self.raw_earned, self.max_score())
......
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