--- loncom/homework/grades.pm 2010/04/12 12:55:18 1.611 +++ loncom/homework/grades.pm 2010/04/20 19:04:54 1.625 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.611 2010/04/12 12:55:18 www Exp $ +# $Id: grades.pm,v 1.625 2010/04/20 19:04:54 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -43,6 +43,7 @@ use Apache::lonmsg(); use Apache::Constants qw(:common); use Apache::lonlocal; use Apache::lonenc; +use Apache::lonstathelpers; use String::Similarity; use LONCAPA; @@ -137,6 +138,7 @@ sub nameUserString { #--- Get the partlist and the response type for a given problem. --- #--- Indicate if a response type is coded handgraded or not. --- +#--- Sets response_error pointer to "1" if navmaps object broken --- sub response_type { my ($symb,$response_error) = @_; @@ -617,7 +619,6 @@ sub jscriptNform { "\n"); $jscript.= '
'; - $result .= &show_grading_menu_form($symb); return $result; } @@ -8565,9 +8517,7 @@ sub submit_options_table { my $result; $result.=''.&mt('Access Denied ([_1])',$command).'
'); } }