--- loncom/interface/lonsimplepage.pm 2003/10/24 13:31:37 1.14 +++ loncom/interface/lonsimplepage.pm 2004/02/11 00:22:21 1.15 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Page Editor # -# $Id: lonsimplepage.pm,v 1.14 2003/10/24 13:31:37 sakharuk Exp $ +# $Id: lonsimplepage.pm,v 1.15 2004/02/11 00:22:21 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -94,7 +94,7 @@ ENDDOCUMENT } # --------------------------------------------------------------- Force Student my $forcestudent=''; - if ($ENV{'form.forcestudent'}) { $forcestudent='student'; }; + if ($ENV{'form.forcestudent'} ||$ENV{'form.grade_target'} eq 'tex' ) { $forcestudent='student'; }; my %syllabus=&Apache::lonnet::dump('smppage_'.$marker,$dom,$crs);