mirror of
https://github.com/handsomezhuzhu/QQuiz.git
synced 2026-04-18 22:42:53 +00:00
第一阶段bug修复完毕
This commit is contained in:
@@ -74,7 +74,7 @@ export const getQuestionTypeText = (type) => {
|
||||
const texts = {
|
||||
single: '单选题',
|
||||
multiple: '多选题',
|
||||
judge: '判断题',
|
||||
judge: '判断题 (单选)',
|
||||
short: '简答题'
|
||||
}
|
||||
return texts[type] || type
|
||||
|
||||
Reference in New Issue
Block a user