--- loncom/homework/grades.pm 2014/02/13 18:13:22 1.721 +++ loncom/homework/grades.pm 2014/02/27 01:39:48 1.722 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.721 2014/02/13 18:13:22 bisitz Exp $ +# $Id: grades.pm,v 1.722 2014/02/27 01:39:48 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -8251,7 +8251,7 @@ sub hand_bubble_option { return &mt('The sequence to be graded contains response types which are handgraded.').'<p>'. &mt('If you have already graded these by bubbling sheets to indicate points awarded, [_1]what point value is assigned to a filled last bubble in each row?','<br />'). '<label><input type="radio" name="scantron_lastbubblepoints" value="'.$bubbles_per_row.'" checked="checked" />'.&mt('[quant,_1,point]',$bubbles_per_row).'</label> '.&mt('or').' '. - '<label><input type="radio" name="scantron_lastbubblepoints" value="0"/>'.&mt('0 points').'</label></p>'; + '<label><input type="radio" name="scantron_lastbubblepoints" value="0" />'.&mt('0 points').'</label></p>'; } return; }