📅  最后修改于: 2022-03-11 15:01:39.457000             🧑  作者: Mango
let inputType;
switch(qObject.question_type) {
case 'mutiplechoice-multiple':
inputType = 'checkbox';
break;
default:
inputType = 'radio';
}