--- loncom/interface/statistics/lonstudentassessment.pm 2003/05/29 21:38:32 1.49 +++ loncom/interface/statistics/lonstudentassessment.pm 2003/05/29 21:41:10 1.50 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.49 2003/05/29 21:38:32 matthew Exp $ +# $Id: lonstudentassessment.pm,v 1.50 2003/05/29 21:41:10 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -461,7 +461,7 @@ sub CreateAndParseOutputSelector { my $elementname = 'chartoutputmode'; # # Format for output options is 'mode, restrictions'; - my $selected = 'html, with links'; + my $selected = 'html, without links'; if (exists($ENV{'form.'.$elementname})) { if (ref($ENV{'form.'.$elementname} eq 'ARRAY')) { $selected = $ENV{'form.'.$elementname}->[0];