|
@@ -1014,7 +1014,7 @@ public class ImportPaperService {
|
|
|
if (question.getQuestionType() == QuesStructType.SINGLE_ANSWER_QUESTION
|
|
|
|| question.getQuestionType() == QuesStructType.MULTIPLE_ANSWER_QUESTION) {
|
|
|
importPaperCheck.setErrorInfo(
|
|
|
- getQuesNumInfo(importPaperCheck.getQuesName(), subQuesNum) + "中,答案格式不正确,答案为:" + answerHTML);
|
|
|
+ getQuesNumInfo(importPaperCheck.getQuesName(), subQuesNum) + "中,答案格式不正确,答案为:" + pList.get(i).toString());
|
|
|
throw new PaperException(importPaperCheck.getErrorInfo());
|
|
|
}else if(question.getQuestionType() == QuesStructType.BOOL_ANSWER_QUESTION){
|
|
|
importPaperCheck.setErrorInfo(
|