--- loncom/interface/statistics/lonproblemstatistics.pm 2003/06/02 13:58:43 1.51
+++ loncom/interface/statistics/lonproblemstatistics.pm 2003/06/16 15:54:58 1.54
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonproblemstatistics.pm,v 1.51 2003/06/02 13:58:43 matthew Exp $
+# $Id: lonproblemstatistics.pm,v 1.54 2003/06/16 15:54:58 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -202,6 +202,10 @@ sub CreateInterface {
$Str .= &CreateAndParseOutputSelector();
$Str .= ''."\n";
$Str .= ''."\n";
+ $Str .= '';
+ $Str .= ' 'x5;
+ $Str .= '';
+ $Str .= ' 'x5;
return $Str;
}
@@ -362,14 +366,6 @@ sub BuildProblemStatisticsPage {
'" />');
$r->print('');
if (! exists($ENV{'form.statsfirstcall'})) {
- $r->print(<
-
-Please make your selections in the boxes above and hit
-the button marked "Update Display".
-
-
-ENDMSG
return;
}
#
@@ -714,8 +710,7 @@ sub statistics_html_table_data {
}
$row .= '>';
if (exists($field->{'special'}) && $field->{'special'} eq 'link') {
- $row .= '';
+ $row .= '';
}
if (exists($field->{'format'})) {
$row .= sprintf($field->{'format'},$data->{$field->{'name'}});
@@ -786,7 +781,6 @@ sub plot_statistics {
}
}
return if (! defined($sortfield) || $sortfield eq '');
- &Apache::lonnet::logthis('data field = '.$datafield);
#
my $Max = 0;
my $problem_num = 0;
@@ -890,7 +884,8 @@ sub get_statistics {
$data->{'problem_num'} = $problem_num;
$data->{'container'} = $sequence->{'title'};
$data->{'title'} = $resource->{'title'};
- $data->{'title.link'} = $resource->{'src'};
+ $data->{'title.link'} = $resource->{'src'}.'?symb='.
+ &Apache::lonnet::escape($resource->{'symb'});
#
return $data;
}