fix[题目]: 修改问卷题目描述
- 单选、多选、填空、矩阵题目描述更改
This commit is contained in:
@@ -12,19 +12,19 @@ import {
|
||||
const basicQuesTypeList = [
|
||||
{
|
||||
icon: '',
|
||||
name: '单选题',
|
||||
name: '单选',
|
||||
question_type: 1,
|
||||
json: radio
|
||||
},
|
||||
{
|
||||
icon: '',
|
||||
name: '多选题',
|
||||
name: '多选',
|
||||
question_type: 2,
|
||||
json: checkbox
|
||||
},
|
||||
{
|
||||
icon: '',
|
||||
name: '填空题',
|
||||
name: '填空',
|
||||
question_type: 4,
|
||||
json: completion
|
||||
},
|
||||
@@ -42,19 +42,19 @@ const basicQuesTypeList = [
|
||||
},
|
||||
{
|
||||
icon: '𓱿',
|
||||
name: '矩阵单选',
|
||||
name: '矩阵',
|
||||
question_type: 9,
|
||||
json: martrixQuestion
|
||||
},
|
||||
{
|
||||
icon: '',
|
||||
name: '矩阵多选',
|
||||
name: '矩阵',
|
||||
question_type: 10,
|
||||
json: martrixQuestion
|
||||
},
|
||||
{
|
||||
icon: '',
|
||||
name: '矩阵填空',
|
||||
name: '矩阵',
|
||||
question_type: 8,
|
||||
json: martrixQuestion
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user