--- loncom/homework/grades.pm 2006/01/25 22:58:26 1.302.2.1 +++ loncom/homework/grades.pm 2006/01/31 17:49:01 1.302.2.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.302.2.1 2006/01/25 22:58:26 albertel Exp $ +# $Id: grades.pm,v 1.302.2.2 2006/01/31 17:49:01 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4058,11 +4058,11 @@ sub scantron_CODElist { sub scantron_CODEunique { my $result='<nobr> <label><input type="radio" name="scantron_CODEunique" - value="Yes" checked="on" /> Yes </label> + value="yes" checked="checked" /> Yes </label> </nobr> <nobr> <label><input type="radio" name="scantron_CODEunique" - value="No" /> No </label> + value="no" /> No </label> </nobr>'; return $result; }