--- loncom/interface/lonwhatsnew.pm 2010/02/12 19:39:59 1.100 +++ loncom/interface/lonwhatsnew.pm 2010/02/28 22:38:11 1.101 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.100 2010/02/12 19:39:59 raeburn Exp $ +# $Id: lonwhatsnew.pm,v 1.101 2010/02/28 22:38:11 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -974,6 +974,9 @@ sub check_thresholds { if ($resource->handgrade($part) eq 'yes') { next; } + if ($resource->is_anonsurvey($part)) { + next; + } if ($resource->is_survey($part)) { next; }