|
@@ -238,7 +238,7 @@ export default {
|
|
|
);
|
|
|
// 无题干有选项时,题号放选项第一分组第一行
|
|
|
// 主要是针对完形填空的特殊处理
|
|
|
- if (!bodyGroups.length) {
|
|
|
+ if (!bodyGroups.length && question.questionSeq) {
|
|
|
optionsGroups[0].elements[0].content.sections[0].blocks.unshift({
|
|
|
type: "text",
|
|
|
value: `${question.questionSeq}、`,
|