--- loncom/interface/statistics/lonproblemstatistics.pm 2003/05/12 22:07:17 1.50
+++ loncom/interface/statistics/lonproblemstatistics.pm 2003/10/28 20:08:23 1.55.2.1
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonproblemstatistics.pm,v 1.50 2003/05/12 22:07:17 matthew Exp $
+# $Id: lonproblemstatistics.pm,v 1.55.2.1 2003/10/28 20:08:23 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -62,7 +62,7 @@ my @Fields = (
align => 'right',
color => '#FFFFE6' },
{ name => 'container',
- title => 'Container',
+ title => 'Sequence or Folder',
align => 'left',
color => '#FFFFE6',
sortable => 'yes' },
@@ -75,7 +75,8 @@ my @Fields = (
{ name => 'part',
title => 'Part',
align => 'left',
- color => '#FFFFE6' },
+ color => '#FFFFE6',
+ },
{ name => 'num_students',
title => '#Stdnts',
align => 'right',
@@ -131,7 +132,8 @@ my @Fields = (
format => '%5.2f',
sortable => 'yes',
graphable => 'yes',
- long_title => 'Degree of Difficulty' },
+ long_title => 'Degree of Difficulty'.
+ '[ 1 - ((#YES+#yes) / Tries) ]'},
{ name => 'num_solved',
title => '#YES',
align => 'right',
@@ -155,7 +157,7 @@ my @Fields = (
format => '%4.1f',
sortable => 'yes',
graphable => 'yes',
- long_title => 'Percent Wrong' },
+ long_title => 'Percent of students whose final answer is wrong' },
);
###############################################
@@ -202,6 +204,10 @@ sub CreateInterface {
$Str .= &CreateAndParseOutputSelector();
$Str .= ''."\n";
$Str .= ''."\n";
+ $Str .= '';
+ $Str .= ' 'x5;
+ $Str .= '';
+ $Str .= ' 'x5;
return $Str;
}
@@ -362,14 +368,6 @@ sub BuildProblemStatisticsPage {
'" />');
$r->print('');
if (! exists($ENV{'form.statsfirstcall'})) {
- $r->print(<