【修改】浏览器设置判分text
This commit is contained in:
@@ -122,7 +122,7 @@ public class BrowserServericeImpl implements IBrowserServerice {
|
|||||||
double roundedScoreRatio = Math.round(scoreRatio * 100.0) / 100.0; // 四舍五入到2位小数
|
double roundedScoreRatio = Math.round(scoreRatio * 100.0) / 100.0; // 四舍五入到2位小数
|
||||||
appendToFile(answerLogPath," 得分:"+roundedScoreRatio*score);
|
appendToFile(answerLogPath," 得分:"+roundedScoreRatio*score);
|
||||||
sourceAndText.setScore(roundedScoreRatio*score);
|
sourceAndText.setScore(roundedScoreRatio*score);
|
||||||
|
sourceAndText.setText(judgementStr);
|
||||||
return sourceAndText;
|
return sourceAndText;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user