Commit 1a22d3a1 by Vik Paruchuri Committed by Victor Shnayder

Lowercase False

parent 422ecb5b
......@@ -2066,7 +2066,7 @@ class OpenEndedResponse(LoncapaResponse):
score_ratio=int(score_result['score'])/self.max_score
correct=FALSE
correct=False
if score_ratio>=.66:
correct=True
......
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