version 1.23, 2003/09/29 21:09:27
|
version 1.24, 2003/09/29 21:13:23
|
Line 41 use Apache::lonlocal;
|
Line 41 use Apache::lonlocal;
|
|
|
sub BuildProblemAnalysisPage { |
sub BuildProblemAnalysisPage { |
my ($r,$c)=@_; |
my ($r,$c)=@_; |
$r->print(&mt('<h2>Option Response Problem Analysis</h2>')); |
$r->print('<h2>'.&mt('Option Response Problem Analysis').'</h2>'); |
if (exists($ENV{'form.problemchoice'})) { |
if (exists($ENV{'form.problemchoice'})) { |
# This is me getting around my own cleverness: |
# This is me getting around my own cleverness: |
&Apache::lonstatistics::MapSelect('Maps','multiple,all',5, |
&Apache::lonstatistics::MapSelect('Maps','multiple,all',5, |