Return to lonquickgrades.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.38, 2006/02/27 02:11:27 | version 1.39, 2006/02/27 19:40:43 |
---|---|
Line 158 HEADER | Line 158 HEADER |
$totalAttempted += $partsAttempted; | $totalAttempted += $partsAttempted; |
} | } |
} else { | } else { |
$score = Apache::grades::compute_points($curRes->weight($part), $curRes->awarded($part)); | $score = &Apache::grades::compute_points($curRes->weight($part), $curRes->awarded($part)); |
} | } |
$partsRight += $score; | $partsRight += $score; |
$totalRight += $score; | $totalRight += $score; |