[LON-CAPA-cvs] cvs: loncom /interface/statistics lonproblemstatistics.pm
minaeibi
lon-capa-cvs@mail.lon-capa.org
Fri, 02 Aug 2002 21:04:46 -0000
minaeibi Fri Aug 2 17:04:46 2002 EDT
Modified files:
/loncom/interface/statistics lonproblemstatistics.pm
Log:
started to fix sorting the table. It needs more work.
Index: loncom/interface/statistics/lonproblemstatistics.pm
diff -u loncom/interface/statistics/lonproblemstatistics.pm:1.10 loncom/interface/statistics/lonproblemstatistics.pm:1.11
--- loncom/interface/statistics/lonproblemstatistics.pm:1.10 Fri Aug 2 08:41:20 2002
+++ loncom/interface/statistics/lonproblemstatistics.pm Fri Aug 2 17:04:46 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# (Publication Handler
#
-# $Id: lonproblemstatistics.pm,v 1.10 2002/08/02 12:41:20 stredwic Exp $
+# $Id: lonproblemstatistics.pm,v 1.11 2002/08/02 21:04:46 minaeibi Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -515,7 +515,9 @@
$YES.'&'.$Override.'&'.$Wrng.'&'.$DoD.'&'.
$SD.'&'.$Sk.'&'.$_D1.'&'.$_D2.'&'.
$DiscNo.'&'.$Prob;
-##8888 $CachData{($p_count-1)}=$join;
+
+#####{$sequence.'@'.$pOrd}
+ # $cache->{'tableCache:'.$p_count-1}=$join;
#6666666
# $r->print('<br>'.$out.'&'.$DoD);
@@ -636,7 +638,7 @@
"\n".'<td bgcolor='.$color->{"yellow"}.'> '.$DiscNo.'</td>';
$r->print("\n".$Ptr.'</tr>' );
}
-# $GraphDat->{$RealIdx}=$DoD.':'.$Wrng;
+# $cache->{'graph_gif:'.$RealIdx}=$DoD.':'.$Wrng;
}