|
@@ -186,7 +186,7 @@ public class ExamCloudServiceProvider extends ControllerSupport implements ExamC
|
|
properties.put(ExamProperties.IS_OBJ_SCORE_VIEW.name(),"true");
|
|
properties.put(ExamProperties.IS_OBJ_SCORE_VIEW.name(),"true");
|
|
}
|
|
}
|
|
if(properties.get(ExamProperties.MARKING_TYPE.name())==null) {
|
|
if(properties.get(ExamProperties.MARKING_TYPE.name())==null) {
|
|
- properties.put(ExamProperties.MARKING_TYPE.name(),"All");
|
|
|
|
|
|
+ properties.put(ExamProperties.MARKING_TYPE.name(),"ALL");
|
|
}
|
|
}
|
|
examInfo.setProperties(properties);
|
|
examInfo.setProperties(properties);
|
|
if(req.getEnableExamStage()!=null&&req.getEnableExamStage()) {
|
|
if(req.getEnableExamStage()!=null&&req.getEnableExamStage()) {
|