|
@@ -181,6 +181,9 @@ public class ExamCloudServiceProvider extends ControllerSupport implements ExamC
|
|
|
if(properties.get(ExamProperties.EXAM_RECONNECT_TIME.name())==null) {
|
|
|
properties.put(ExamProperties.EXAM_RECONNECT_TIME.name(),"30");
|
|
|
}
|
|
|
+ if(properties.get(ExamProperties.IS_OBJ_SCORE_VIEW.name())==null) {
|
|
|
+ properties.put(ExamProperties.IS_OBJ_SCORE_VIEW.name(),"true");
|
|
|
+ }
|
|
|
examInfo.setProperties(properties);
|
|
|
if(req.getEnableExamStage()!=null&&req.getEnableExamStage()) {
|
|
|
examInfo.setSpecialSettingsEnabled(true);
|