--- loncom/homework/lonsimpleproblemedit.pm 2003/07/09 10:05:15 1.3 +++ loncom/homework/lonsimpleproblemedit.pm 2003/07/16 15:19:56 1.4 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Problem Parameter Setting "Editor" # -# $Id: lonsimpleproblemedit.pm,v 1.3 2003/07/09 10:05:15 www Exp $ +# $Id: lonsimpleproblemedit.pm,v 1.4 2003/07/16 15:19:56 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -210,9 +210,9 @@ ENDDOCUMENT $qtype=$qparms{$prefix.'questiontype'}; unless (defined($qtype)) { $qtype='radio'; } unless ($questiontypes{$qtype}) { $qtype='radio'; } - $r->print('Question Type: '.&Apache::loncommon::select_form + $r->print('Question Type: '.&Apache::loncommon::select_form ($qtype,'questiontype',%questiontypes). - '

 

'); +'

 

'); # Question Text $r->print(&questiontext()); # Radio, Option === @@ -281,7 +281,7 @@ ENDDOCUMENT } # Store Button $r->print( - ''); + ''); } else { $r->print('Could not identify problem.'); }