|
@@ -287,7 +287,7 @@ public class ScoreController extends BaseExamController {
|
|
obj.accumulate("running", running);
|
|
obj.accumulate("running", running);
|
|
if (exam.getProcess() != null) {
|
|
if (exam.getProcess() != null) {
|
|
DecimalFormat format = new DecimalFormat("##.##");
|
|
DecimalFormat format = new DecimalFormat("##.##");
|
|
- obj.accumulate("process", format.format(exam.getProcess() * 100));
|
|
|
|
|
|
+ obj.accumulate("process", format.format(exam.getProcess()));
|
|
} else {
|
|
} else {
|
|
obj.accumulate("process", 0);
|
|
obj.accumulate("process", 0);
|
|
}
|
|
}
|