修改了增加题库时,数量计算的问题
This commit is contained in:
@@ -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 "未知"
|
||||
|
||||
Reference in New Issue
Block a user