autolab / Autolab

Course management service that enables auto-graded programming assignments.
http://www.autolabproject.com/
Apache License 2.0
752 stars 214 forks source link

Scoreboard colspec too short and then DKs #474

Closed droh closed 9 years ago

droh commented 9 years ago

I'm trying to enter the following colspec for the 15213-m15 tshab scoreboard: {"scoreboard": [ {"hdr":"Score"}, {"hdr":"0"}, {"hdr":"1"}, {"hdr":"2"}, {"hdr":"3"}, {"hdr":"4"}, {"hdr":"5"}, {"hdr":"6"}, {"hdr":"7"}, {"hdr":"8"}, {"hdr":"9"}, {"hdr":"10"}, {"hdr":"11"}, {"hdr":"12"}, {"hdr":"13"}, {"hdr":"14"}, {"hdr":"15"}, {"hdr":"16"}, {"hdr":"17"}, {"hdr":"18"}, {"hdr":"19"}, {"hdr":"20"}, {"hdr":"21"}, {"hdr":"22"}, {"hdr":"23"}, {"hdr":"24"} ]}

Autolab DKs because the colspec is too long. We need to increase the maximum colspec size, and then not DK if it's too long, giving the user a reasonable message instead.

dlbucci commented 9 years ago

This is fixed in the scoreboard PR.

dlbucci commented 9 years ago

Fixed by #454