我想检查JavaScript是否与无线电问题中的每个无线电问题的值""
不同,即,我想检查每个无线电是否有勾选的答案。
我的代码:
this.current.question = ["", "", "", ""]
响应时(1到4之间(响应)),this.current.response
更新为this.current.question = ["2", "", "", ""]
(例如,如果我点击第二个答案)。
然后它应该转到下一个,但它会中断,我无法检查其他人。我怎么能这样做?
我的整个代码:
case "question_matricielle_radio":
console.log("MaRadio");
for(var i=1 ;i<=this.current.response.length; i++){
if(this.current.response[verif]==""){
ok= true;
}
verif++;
}
if(ok==true){
error=true
}
break;