修改了增加题库时,数量计算的问题

This commit is contained in:
2024-11-04 18:15:41 +08:00
parent 1649c59dab
commit c9af7ff13c
2 changed files with 35 additions and 21 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ func QuestionType(t int) string {
return "单选题"
} else if t == 2 {
return "多选题"
} else if t == 2 {
} else if t == 3 {
return "问答题"
} else if t == 2 {
} else if t == 4 {
return "判断题"
} else {
return "未知"