Skip to content

Commit 414b06e

Browse files
committed
Base scoring scoreboard in shadow mode on external scores.
1 parent bebe929 commit 414b06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Service/ScoreboardService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public function calculateScoreRow(
271271
}
272272

273273
if ($problem->isScoringProblem()) {
274-
$score = $submission->getScore();
274+
$score = $judging->getScore();
275275
if ($score !== null) {
276276
if (bccomp($pointsJury, $score, scale: self::SCALE) < 0) {
277277
$pointsJury = $score;

0 commit comments

Comments
 (0)