【修改】浏览器设置判分text

This commit is contained in:
YOHO\20373
2025-06-13 17:49:08 +08:00
parent 0ea1272909
commit 0b8677fa05

View File

@@ -122,7 +122,7 @@ public class BrowserServericeImpl implements IBrowserServerice {
double roundedScoreRatio = Math.round(scoreRatio * 100.0) / 100.0; // 四舍五入到2位小数
appendToFile(answerLogPath," 得分:"+roundedScoreRatio*score);
sourceAndText.setScore(roundedScoreRatio*score);
sourceAndText.setText(judgementStr);
return sourceAndText;
}