Commit 26f033b7 by Victor Shnayder

allow score 0

parent edd32775
......@@ -99,7 +99,7 @@ class StaffGrading
@score_selection_container.html('Choose score: ')
# Now create new labels and inputs for each possible score.
for score in [1..@max_score]
for score in [0..@max_score]
id = 'score-' + score
label = """<label for="#{id}">#{score}</label>"""
......
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