|
@@ -170,12 +170,12 @@ public class KmtExerciseQuestionServiceImpl extends BaseServiceImpl<KmtExerciseQ
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ kmtExerciseService.appendQuestionDtoDataFromJSONFile(questions);
|
|
|
for (ExerciseQuetionDto q : questions){
|
|
|
if (StringUtil.isNotBlank(q.getQuestionImage())){
|
|
|
q.setQuestion("<img src='" + PropertiesUtil.getValue("STATIC_FILE_URL") + q.getQuestionImage() + "'/>");
|
|
|
}
|
|
|
}
|
|
|
- kmtExerciseService.appendQuestionDtoDataFromJSONFile(questions);
|
|
|
list = this.getQuestionGroupList(questions, true);
|
|
|
}
|
|
|
data.put("list", list);
|