Return to lonwhatsnew.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.100, 2010/02/12 19:39:59 | version 1.101, 2010/02/28 22:38:11 |
---|---|
Line 974 sub check_thresholds { | Line 974 sub check_thresholds { |
if ($resource->handgrade($part) eq 'yes') { | if ($resource->handgrade($part) eq 'yes') { |
next; | next; |
} | } |
if ($resource->is_anonsurvey($part)) { | |
next; | |
} | |
if ($resource->is_survey($part)) { | if ($resource->is_survey($part)) { |
next; | next; |
} | } |