--- loncom/interface/lonwhatsnew.pm 2005/06/01 19:24:50 1.15
+++ loncom/interface/lonwhatsnew.pm 2005/09/21 18:20:22 1.31
@@ -1,5 +1,5 @@
#
-# $Id: lonwhatsnew.pm,v 1.15 2005/06/01 19:24:50 raeburn Exp $
+# $Id: lonwhatsnew.pm,v 1.31 2005/09/21 18:20:22 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -35,8 +35,10 @@ use Apache::lonhtmlcommon();
use Apache::lonlocal;
use Apache::loncoursedata();
use Apache::lonnavmaps();
+use Apache::lonuserstate;
use Apache::Constants qw(:common :http);
use Time::Local;
+use GDBM_File;
#----------------------------
# handler
@@ -165,6 +167,7 @@ sub display_actions_box() {
my @tograde = ();
my @bombs = ();
my @warnings = ();
+ my %res_title = ();
my $domain=&Apache::loncommon::determinedomain();
my $function;
@@ -176,18 +179,24 @@ sub display_actions_box() {
}
my %threshold = (
- av_attempts => 0,
- degdiff => 0.01,
- numstudents => 0,
+ av_attempts => 2,
+ degdiff => 0.5,
+ numstudents => 2,
);
my $pgbg=&Apache::loncommon::designparm($function.'.pgbg',$domain);
my $tabbg=&Apache::loncommon::designparm($function.'.tabbg',$domain);
unless ($env{'request.course.id'}) {
- $r->print('
'); @@ -255,10 +265,10 @@ END my $bombnum = 0; if (@bombs > 0) { $r->print(' | |
Resource | Number of errors |
- |