--- loncom/homework/inputtags.pm 2007/09/18 22:18:41 1.230 +++ loncom/homework/inputtags.pm 2007/09/26 19:30:30 1.231 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.230 2007/09/18 22:18:41 albertel Exp $ +# $Id: inputtags.pm,v 1.231 2007/09/26 19:30:30 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1240,12 +1240,15 @@ sub previous_tries { 'inherit_jsmath' => 1, }); my $end_page = &Apache::loncommon::end_page({'js_ready' => 1,}); - + my $prefix = $env{'form.request.prefix'}; + $prefix =~ tr{.}{_}; + my $function_name = "LONCAPA_previous_tries_".$prefix. + $Apache::lonxml::curdepth; my $result ="".&mt("Previous Tries")."
"; +".&mt("Previous Tries")."
"; #use Data::Dumper; #&Apache::lonnet::logthis(&Dumper(\%Apache::inputtags::submission_display)); return $result;