|
@@ -413,6 +413,7 @@ public class QuestionServiceImpl extends ServiceImpl<QuestionMapper, Question> i
|
|
//填空题重新设置内容中的填空,替换题目中的括号
|
|
//填空题重新设置内容中的填空,替换题目中的括号
|
|
question.setContent(replaceBlankContent(question.getContent()));
|
|
question.setContent(replaceBlankContent(question.getContent()));
|
|
}
|
|
}
|
|
|
|
+ question.setChild(false);
|
|
questionList.add(question);
|
|
questionList.add(question);
|
|
int sort = 1;
|
|
int sort = 1;
|
|
List<QuestionAnswer> answerGroupList = new ArrayList<>();
|
|
List<QuestionAnswer> answerGroupList = new ArrayList<>();
|