--- loncom/interface/lonwhatsnew.pm 2011/04/15 13:57:18 1.104 +++ loncom/interface/lonwhatsnew.pm 2012/03/16 21:16:38 1.105 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.104 2011/04/15 13:57:18 bisitz Exp $ +# $Id: lonwhatsnew.pm,v 1.105 2012/03/16 21:16:38 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -999,6 +999,7 @@ sub check_thresholds { $av_attempts = $attempts/$users; $av_attempts = sprintf("%.2f",$av_attempts); } + &Apache::lonnet::statslog($symb,$part,$users,$av_attempts,$degdiff); if ((($degdiff ne '' && $degdiff >= $$threshold{'degdiff'}) || ($av_attempts ne '' && $av_attempts >= $$threshold{'av_attempts'})) && ($users >= $$threshold{'numstudents'})) { $stats{$part}{degdiff} = $degdiff; $stats{$part}{attempts} = $av_attempts;