--- loncom/interface/statistics/lonstudentassessment.pm 2003/03/26 21:42:20 1.43 +++ loncom/interface/statistics/lonstudentassessment.pm 2003/03/27 19:22:31 1.44 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.43 2003/03/26 21:42:20 matthew Exp $ +# $Id: lonstudentassessment.pm,v 1.44 2003/03/27 19:22:31 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -381,7 +381,7 @@ sub OutputDescriptions { sub CreateAndParseOutputSelector { my $Str = ''; - my $elementname = 'outputmode'; + my $elementname = 'chartoutputmode'; # # Format for output options is 'mode, restrictions'; my $selected = 'html, with links';