|
@@ -45,20 +45,22 @@ let fnData = [{
|
|
|
},
|
|
|
],
|
|
|
|
|
|
- }, {
|
|
|
- type: "image_question",
|
|
|
- name: "看图模板",
|
|
|
- list: [{
|
|
|
- type: "image_question_input",
|
|
|
- name: "看图填空",
|
|
|
- }, {
|
|
|
- type: "image_question_record",
|
|
|
- name: "看图录入",
|
|
|
- }, {
|
|
|
- type: "image_question_input_record",
|
|
|
- name: "看图填空+录入",
|
|
|
- }]
|
|
|
- }, {
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // type: "image_question",
|
|
|
+ // name: "看图模板",
|
|
|
+ // list: [{
|
|
|
+ // type: "image_question_input",
|
|
|
+ // name: "看图填空",
|
|
|
+ // }, {
|
|
|
+ // type: "image_question_record",
|
|
|
+ // name: "看图录入",
|
|
|
+ // }, {
|
|
|
+ // type: "image_question_input_record",
|
|
|
+ // name: "看图填空+录入",
|
|
|
+ // }]
|
|
|
+ // },
|
|
|
+ {
|
|
|
type: "voice_matrix",
|
|
|
name: "语音矩阵",
|
|
|
},
|
|
@@ -87,14 +89,14 @@ let fnData = [{
|
|
|
type: "single_chs",
|
|
|
name: "单选题",
|
|
|
},
|
|
|
- {
|
|
|
- type: "listen_record_single_chs",
|
|
|
- name: "听录音选答案",
|
|
|
- },
|
|
|
- {
|
|
|
- type: "checkbox_chs",
|
|
|
- name: "多选题",
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // type: "listen_record_single_chs",
|
|
|
+ // name: "听录音选答案",
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // type: "checkbox_chs",
|
|
|
+ // name: "多选题",
|
|
|
+ // },
|
|
|
{
|
|
|
type: "checkbox_self_assessment_chs",
|
|
|
name: "自我评估"
|
|
@@ -319,10 +321,10 @@ let fnData = [{
|
|
|
type: "inputItem_chs",
|
|
|
name: "输入选项",
|
|
|
},
|
|
|
- {
|
|
|
- type: "switch_control_chs",
|
|
|
- name: "开关控件",
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // type: "switch_control_chs",
|
|
|
+ // name: "开关控件",
|
|
|
+ // },
|
|
|
{
|
|
|
type: "record_control",
|
|
|
name: "录音控件",
|
|
@@ -687,10 +689,10 @@ let fnData = [{
|
|
|
type: "listen_record_single_syllable_chs",
|
|
|
name: "听录音选音节",
|
|
|
},
|
|
|
- {
|
|
|
- type: "zi_transverse_line_chs",
|
|
|
- name: "字+横线",
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // type: "zi_transverse_line_chs",
|
|
|
+ // name: "字+横线",
|
|
|
+ // },
|
|
|
{
|
|
|
type: "select_input_chs",
|
|
|
name: "选择填空控件",
|