![]() ![]() | ![]() |
version 1.128, 2024/12/10 04:52:30 | version 1.129, 2025/06/28 14:34:46 |
---|---|
Line 612 sub getData { | Line 612 sub getData { |
$totalAttempted += $partsAttempted; | $totalAttempted += $partsAttempted; |
} | } |
} else { | } else { |
$score = &Apache::grades::compute_points($weight, $curRes->awarded($part)); | $score = &Apache::grades::compute_points($weight, $curRes->awarded($part), |
$curRes->latefrac($part)); | |
} | } |
$partsRight += $score; | $partsRight += $score; |
$totalRight += $score; | $totalRight += $score; |