--- loncom/homework/grades.pm 2006/05/29 23:45:14 1.356 +++ loncom/homework/grades.pm 2006/05/30 00:01:28 1.357 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.356 2006/05/29 23:45:14 banghart Exp $ +# $Id: grades.pm,v 1.357 2006/05/30 00:01:28 banghart Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5102,7 +5102,7 @@ sub scantron_validate_sequence { my @resources= $navmap->retrieveResources($map,\&scantron_filter_not_exam,1,0); if (@resources) { - $r->print("

".&mt('Some resource in the sequece currently are not set to exam mode. Grading these resources currently may not work correctly.')."

"); + $r->print("

".&mt('Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.')."

"); return (1,$currentphase); } }