-
+
diff --git a/web/src/main/resources/templates/jlw/courseInfo/courseConfigurePage.html b/web/src/main/resources/templates/jlw/courseInfo/courseConfigurePage.html
index ccb646fe..8d22f112 100644
--- a/web/src/main/resources/templates/jlw/courseInfo/courseConfigurePage.html
+++ b/web/src/main/resources/templates/jlw/courseInfo/courseConfigurePage.html
@@ -736,7 +736,7 @@
},
{
field : 'questionType',align:"center",
- title : '题型', templet: function (d) {//(1单选 2多选 3判断)
+ title : '题型', templet: function (d) {//(1单选 2多选 3判断 4填空 5分析)
return d.questionType == 1?'单选':d.questionType == 2?'多选':d.questionType == 3?'判断':'-';
}
},
diff --git a/web/src/main/resources/templates/jlw/examTaskOneQuestion/add.html b/web/src/main/resources/templates/jlw/examTaskOneQuestion/add.html
index 89562a37..b684d8e4 100644
--- a/web/src/main/resources/templates/jlw/examTaskOneQuestion/add.html
+++ b/web/src/main/resources/templates/jlw/examTaskOneQuestion/add.html
@@ -20,7 +20,7 @@