123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757 |
- let fnData = [{
- type: "article_chs",
- name: "课文"
- },
- {
- type: "dialogue_article_chs",
- name: "对话课文"
- },
- // {
- // type: "sentence_segword_chs",
- // name: "句子分词",
- // },
- {
- type: "NewWord_chs",
- name: "生词"
- },
- {
- type: "notes_chs",
- name: "注释"
- },
- {
- type: "dialogue_answer_chs",
- name: "对话练习"
- },
- {
- type: "sentence_chs",
- name: "句子模板",
- list: [{
- type: "sentence_input_chs",
- name: "句子填空"
- },
- {
- type: "sentence_judge_chs",
- name: "句子判断"
- },
- {
- type: "sentence_record_chs",
- name: "句子录音"
- },
- {
- type: "sentence_input_record_chs",
- name: "句子填空+录音"
- },
- {
- type: "sentence_listen_read_chs",
- name: "句子听+朗读"
- }
- ]
- },
- {
- type: "sentence_segtemp_chs",
- 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: "语音矩阵"
- },
- {
- type: "select_drag",
- name: "选择-拖拽"
- },
- {
- type: "fill_drag",
- name: "填空-拖拽"
- },
- {
- type: "config_table",
- name: "可配置表格"
- },
- { type: "header_separate", name: "表头分离表格" },
- // {
- // type: "divider",
- // name: "分割线",
- // data_structure: {
- // type: 'divider',
- // name: "分割线",
- // }
- // },
- // {
- // type: "text",
- // name: "文本描述",
- // data_structure: {
- // type: 'text',
- // name: "文本描述",
- // con: '',
- // pinyin: '',
- // english: '',
- // img_list: [],
- // mp3_list: []
- // }
- // },
- // {
- // type: "single_chs",
- // name: "单选题",
- // },
- // {
- // type: "listen_record_single_chs",
- // name: "听录音选答案",
- // },
- // {
- // type: "checkbox_chs",
- // name: "多选题",
- // },
- {
- type: "checkbox_self_assessment_chs",
- name: "多选题"
- },
- // {
- // type: "judge",
- // name: "判断题",
- // data_structure: {
- // type: 'judge',
- // name: "判断题",
- // title: "",
- // con: '',
- // pinyin: '',
- // img_list: [],
- // mp3_list: [],
- // judge: ''
- // }
- // },
- // {
- // type: "multiRowInput",
- // name: "多行文本题",
- // data_structure: {
- // type: 'multiRowInput',
- // name: "多行文本题",
- // title: "",
- // con: [{
- // con: '',
- // annotation: "", //注释
- // }],
- // pinyin: '',
- // img_list: [],
- // mp3_list: [],
- // fn_list: [{
- // type: 'astrictNumber',
- // name: '限制字数',
- // isFn: false,
- // }, ],
- // }
- // },
- // {
- // type: "singleRowInput",
- // name: "单行文本题",
- // data_structure: {
- // type: 'singleRowInput',
- // name: "单行文本题",
- // title: "",
- // con: [{
- // con: '',
- // annotation: "", //注释
- // }],
- // pinyin: '',
- // img_list: [],
- // mp3_list: [],
- // fn_list: [{
- // type: 'astrictNumber',
- // name: '限制字数',
- // isFn: false,
- // }, ],
- // }
- // },
- // {
- // type: "hanzi",
- // name: "汉字模版",
- // data_structure: {
- // type: 'hanzi',
- // name: "汉字模版",
- // title: "",
- // option: [{
- // hanzi: '',
- // pinyin: '',
- // mp3_list: [],
- // img_list: [],
- // definition_list: [''],
- // isAnswer: '',
- // isChecked: '',
- // isJudge: '',
- // correctInput: ''
- // }],
- // correct: [{
- // single: [],
- // checkBox: [],
- // judge: [],
- // input: [],
- // spell: []
- // }],
- // fn_list: [{
- // type: 'def',
- // name: '更多释义',
- // isFn: false,
- // isDisable: false,
- // },
- // {
- // type: 'record',
- // name: '跟读',
- // isFn: false,
- // isDisable: false,
- // },
- // {
- // type: 'spell',
- // name: '拼写',
- // isFn: false,
- // isDisable: false,
- // },
- // {
- // type: 'input',
- // name: '输入',
- // isFn: false,
- // isDisable: false,
- // },
- // {
- // type: 'copy',
- // name: '摹写',
- // isFn: false,
- // isDisable: false,
- // },
- // {
- // type: 'single',
- // name: '单选',
- // isFn: false,
- // isDisable: false,
- // }, {
- // type: 'checkBox',
- // name: '多选',
- // isFn: false,
- // isDisable: false,
- // }, {
- // type: 'judge',
- // name: '判断',
- // isFn: false,
- // isDisable: false,
- // },
- // ]
- // },
- // },
- {
- type: "image",
- name: "图片控件",
- list: [{
- type: "image_checkBox",
- name: "图片多选"
- },
- {
- type: "image_judge",
- name: "图片判断"
- },
- {
- type: "image_single",
- name: "图片单选"
- },
- {
- type: "image_dobleinput",
- name: "双输入"
- },
- {
- type: "image_gdcy",
- name: "固定词语"
- },
- {
- type: "image_input",
- name: "单行输入"
- },
- {
- type: "imgage_image",
- name: "纯图片"
- }
- ]
- },
- // {
- // type: "audio_control",
- // name: "音频控制条",
- // data_structure: {
- // type: 'audio_control',
- // name: "音频控制条",
- // option: [{
- // xuhao: '',
- // yinbiao: '',
- // img_list: [],
- // mp3_list: [],
- // isAnswer: ''
- // }, ],
- // }
- // },
- // {
- // type: "audio_control_easy",
- // name: "音频控制条-简易",
- // data_structure: {
- // type: 'audio_control_easy',
- // name: "音频控制条-简易",
- // option: [{
- // xuhao: '',
- // yinbiao: '',
- // img_list: [],
- // mp3_list: [],
- // isAnswer: ''
- // }, ],
- // }
- // },
- {
- type: "input_record_chs",
- name: "问答题"
- },
- {
- type: "recordHZ_inputPY_chs",
- name: "读汉字写拼音"
- },
- // {
- // type: "inputItem_chs",
- // name: "输入选项",
- // },
- {
- type: "upload_control_chs",
- name: "上传控件"
- },
- {
- type: "upload_control_preview_chs",
- name: "上传控件预览查看"
- },
- // {
- // type: "switch_control_chs",
- // name: "开关控件",
- // },
- {
- type: "record_control",
- name: "录音控件",
- list: [{
- type: "record_control_mini",
- name: "录音控件-mini"
- },
- {
- type: "record_control_normal",
- name: "录音控件-normal"
- },
- {
- type: "record_control_pro",
- name: "录音控件-pro"
- },
- {
- type: "record_control_promax",
- name: "录音控件-promax"
- }
- ],
- data_structure: {
- type: "record_control",
- name: "录音控件",
- option: [{
- hanzi: "",
- pinyin: "",
- mp3_list: [],
- img_list: [],
- isAnswer: "",
- isChecked: "",
- isJudge: "",
- correctInput: ""
- }]
- }
- },
- // {
- // type: "pure_input",
- // name: "纯输入",
- // data_structure: {
- // type: 'pure_input',
- // name: "纯输入",
- // option: [{
- // answer: "",
- // }, ],
- // answer: "",
- // record: false, //需要录音
- // mp3_list: [],
- // }
- // },
- // {
- // type: "matrixSingle",
- // name: "矩阵单选",
- // data_structure: {
- // type: 'matrixSingle',
- // name: "矩阵单选",
- // title: "",
- // con: [{
- // con: "",
- // Answer: "",
- // },
- // {
- // con: "",
- // Answer: "",
- // },
- // ],
- // option: [{
- // con: '',
- // pinyin: '',
- // img_list: [],
- // mp3_list: [],
- // isAnswer: ''
- // },
- // {
- // con: '',
- // pinyin: '',
- // img_list: [],
- // mp3_list: [],
- // isAnswer: ''
- // }
- // ],
- // correct: ["", ""]
- // }
- // },
- // {
- // type: "matrixChckbox",
- // name: "矩阵多选",
- // data_structure: {
- // type: 'matrixChckbox',
- // name: "矩阵多选",
- // title: "",
- // con: [{
- // con: "",
- // AnswerList: [],
- // },
- // {
- // type: "matrixChekbox",
- // name: "矩阵多选",
- // data_structure: {
- // type: 'matrixChekbox',
- // name: "矩阵多选",
- // con: [{
- // con: "",
- // AnswerList: [],
- // },
- // {
- // con: "",
- // AnswerList: [],
- // },
- // ],
- // option: [{
- // con: '',
- // pinyin: '',
- // img_list: [],
- // mp3_list: [],
- // isAnswer: ''
- // },
- // {
- // con: '',
- // pinyin: '',
- // img_list: [],
- // mp3_list: [],
- // isAnswer: ''
- // }
- // ],
- // correct: [
- // [],
- // []
- // ]
- // }
- // },
- // {
- // con: '',
- // pinyin: '',
- // img_list: [],
- // mp3_list: [],
- // isAnswer: ''
- // }
- // ],
- // correct: [
- // [],
- // []
- // ]
- // }
- // },
- // {
- // type: "text_input_RecoedItem",
- // name: "文字+录入+录音条",
- // data_structure: {
- // type: "text_input_RecoedItem",
- // name: "文字+录入+录音条",
- // title: "",
- // option: [{
- // number: "",
- // con: "",
- // answer: "",
- // }, ]
- // },
- // },
- // {
- // type: "dialogue",
- // name: "对话题",
- // data_structure: {
- // type: 'dialogue',
- // name: "对话题",
- // title: "",
- // option: [{
- // roleName: "",
- // site: "left",
- // con: '',
- // number: "",
- // isRecord: "", //是否需要录音
- // mp3_list: [],
- // img_list: [],
- // definition_list: [],
- // AnswerList: [""],
- // isAnswer: '',
- // isChecked: '',
- // judge: '',
- // correctInput: ''
- // },
- // {
- // roleName: "",
- // site: "left",
- // con: '',
- // number: "",
- // isRecord: "", //是否需要录音
- // mp3_list: [],
- // img_list: [],
- // definition_list: [],
- // AnswerList: [""],
- // isAnswer: '',
- // isChecked: '',
- // judge: '',
- // correctInput: ''
- // },
- // ],
- // fn_list: [
- // // {
- // // type: 'def',
- // // name: '更多释义',
- // // isFn: false,
- // // },
- // {
- // type: 'record',
- // name: '跟读',
- // isFn: false,
- // },
- // // {
- // // type: 'spell',
- // // name: '拼写',
- // // isFn: false,
- // // },
- // {
- // type: 'input',
- // name: '输入',
- // isFn: false,
- // },
- // // {
- // // type: 'copy',
- // // name: '摹写',
- // // isFn: false,
- // // },
- // // {
- // // type: 'single',
- // // name: '单选',
- // // isFn: false,
- // // }, {
- // // type: 'checkout',
- // // name: '多选',
- // // isFn: false,
- // // }, {
- // // type: 'judge',
- // // name: '判断',
- // // isFn: false,
- // // },
- // ],
- // correct: [{
- // input: ["", ""],
- // }]
- // },
- // },
- {
- type: "ligature_chs",
- name: "连线题"
- },
- // {
- // type: "record",
- // name: "录音题",
- // data_structure: {
- // type: "record",
- // name: "录音题",
- // title: "",
- // option: [{
- // mp3_list: [],
- // con: "",
- // value: "",
- // }, ]
- // }
- // },
- // {
- // type: "hearRecord",
- // name: "听录音题",
- // data_structure: {
- // type: "hearRecord",
- // name: "听录音题",
- // title: "",
- // option: [{
- // mp3_list: [],
- // con: "",
- // value: "",
- // }, ]
- // }
- // },
- // {
- // type: "sort",
- // name: "排序题",
- // },
- // {
- // type: "blank",
- // name: "填空题",
- // },
- // {
- // type: "annex",
- // name: "附件题",
- // },
- // {
- // type: "dropdown",
- // name: "下拉题",
- // },
- // {
- // type: "drawing",
- // name: "画图题",
- // },
- // {
- // type: "text_item",
- // name: "文本条",
- // data_structure: {
- // type: "text_item",
- // name: "文本条",
- // title: "",
- // option: [{
- // number: "",
- // con: "",
- // }],
- // numberList: {
- // type: "number",
- // name: "每行几个",
- // con: "2",
- // arr: [{
- // id: 1,
- // value: 1,
- // }, {
- // id: 2,
- // value: 2,
- // }, {
- // id: 3,
- // value: 3,
- // },
- // {
- // id: 4,
- // value: 4,
- // },
- // ]
- // }
- // }
- // },
- // {
- // type: "bg_control",
- // name: "背景图控件",
- // data_structure: {
- // type: 'bg_control',
- // name: "背景图控件",
- // img_list: [],
- // }
- // },
- // {
- // type: "NumberCombination_chs",
- // name: "数字组合",
- // },
- {
- type: "toneSelect_chs",
- name: "音调选择"
- },
- // {
- // type: "sudoku_chs",
- // name: "数独",
- // },
- {
- type: "text_problem_chs",
- name: "课文上方的问题"
- },
- {
- type: "newWord_preview_chs",
- name: "生字展示"
- },
- {
- type: "listen_record_single_syllable_chs",
- name: "听录音选音节"
- },
- // {
- // type: "zi_transverse_line_chs",
- // name: "字+横线",
- // },
- // {
- // type: "select_input_chs",
- // name: "选择填空控件",
- // },
- // {
- // type: "play_input_record_chs",
- // name: "播放+输入+录音",
- // },
- // {
- // type: "drag_chs",
- // name: "拖拽",
- // },
- {
- type: "sort_chs",
- name: "排序"
- },
- {
- type: "CourseStart_chs",
- name: "封面"
- },
- {
- type: "tinydemo_chs",
- name: "富文本"
- },
- {
- type: "video_chs",
- name: "视频控件"
- },
- {
- type: "table_chs",
- name: "表格"
- },
- {
- type: "play_record_chs",
- name: "音频控件"
- },
- {
- type: "upload_pdf_chs",
- name: "上传pdf"
- },
- {
- type: "options_list_chs",
- name: "选项"
- },
- ];
- export default { fnData };
|