【修改】提字改为题
This commit is contained in:
@@ -83,7 +83,7 @@ public class AutoForBrowerServiceImpl implements AutoForBrowerService {
|
||||
judgementStr += "<h3>试题编号:" + examQuestion.getQuNum() + "</h3>";
|
||||
judgementStr += "<h3>试题分数:" + Double.parseDouble(quScore) + "</h3>";
|
||||
judgementStr += "<h3>试题名称:" + name + "</h3>";
|
||||
judgementStr += "<p>✅ 开始网络提判分</p>";
|
||||
judgementStr += "<p>✅ 开始网络题判分</p>";
|
||||
SourceAndText cpojo = judgementBrowerService.Judgement(Double.parseDouble(quScore), stFile, examQuestion, judgementStr);
|
||||
score = score.add(new BigDecimal(cpojo.getScore()).setScale(1, BigDecimal.ROUND_HALF_UP));
|
||||
judgementStr = cpojo.getText();
|
||||
|
Reference in New Issue
Block a user