Return to lonwhatsnew.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.105.2.18, 2020/09/01 22:30:58 | version 1.105.2.19, 2021/01/01 15:29:14 |
---|---|
Line 1139 sub check_handgraded { | Line 1139 sub check_handgraded { |
if (grep(/^essay$/,@types)) { | if (grep(/^essay$/,@types)) { |
$handgradeable=1; | $handgradeable=1; |
last; | last; |
} elsif (grep(/^custom$/,@types)) { | |
if ($resource->handgrade($part) eq 'yes') { | |
$handgradeable=1; | |
last; | |
} | |
} | } |
} | } |
} | } |