|
@@ -150,7 +150,7 @@ public class DzkdExportPaperService extends ExportPaperAbstractService {
|
|
questionScore = checkPaperDetailUnitblanksScore(paperDetailExp);
|
|
questionScore = checkPaperDetailUnitblanksScore(paperDetailExp);
|
|
scoreString = questionScore==null?"":"每空"+questionScore+"分,";
|
|
scoreString = questionScore==null?"":"每空"+questionScore+"分,";
|
|
title = "(本大题共" + blanksNumbers + "个空格,将每空答在答题卡 “" + String.valueOf(firstBlank + 1)
|
|
title = "(本大题共" + blanksNumbers + "个空格,将每空答在答题卡 “" + String.valueOf(firstBlank + 1)
|
|
- + "——" + String.valueOf(lastBlank) + "”相应的序号上。"+ scoreString + "共" + totalScore+ "分。)";
|
|
|
|
|
|
+ + "—" + String.valueOf(lastBlank) + "”相应的序号上。"+ scoreString + "共" + totalScore+ "分。)";
|
|
firstBlank = lastBlank;
|
|
firstBlank = lastBlank;
|
|
} else {
|
|
} else {
|
|
paperDetailExp.setName(type.getName());
|
|
paperDetailExp.setName(type.getName());
|