function controle_radio(radio) { for (var i=0; i=b) { gn = "0"; } else if(b>=a) { gn = "1"; } else if(a == b ) { texte_suppl = '
  '+totalRep[1]; } if(a == b) { texte_suppl = '
  '+totalRep[1]+'
  '+totalRep[2]; } } else { if(a>=b && a>=c ) { gn = "0"; } else if(b>=a && b>=c) { gn = "1"; } else if(c>=a && c>=b) { gn = "2"; } else if(a == b ) { texte_suppl = '
  '+totalRep[1]; } else if(a == c ) { texte_suppl = '
  '+totalRep[2]; } else if(b == c ) { texte_suppl = '
  '+totalRep[2]; } if(a == b && a == c) { texte_suppl = '
  '+totalRep[1]+'
  '+totalRep[2]; } } var texte = '\ \ \ \
\
Nombre de réponses A : '+a+'
Nombre de réponses B : '+b+'
Nombre de réponses C : '+c+'

  '; var texte2 = totalRep[gn]; var texte3 = '
'; // document.getElementById("dyn_rep").innerHTML = ' '+texte+texte2+texte_suppl+texte3+' '; location.href=url_dest+'?quiz='+quizz_num+'&a='+a+'&b='+b+'&c='+c; } if(quizz_num ==1) { url_dest = 'quiz-amour-oral.html'; } else if (quizz_num ==2) { url_dest = 'quiz-libertin.html'; } else if(quizz_num ==3) { url_dest = 'quiz-sexe-machine.html'; } document.write(' \ \ \
'); if(quizz_num == 1) { sd = 14; } else { sd = 11; } i = 0; while(i <= sd) { var num = i+1; if(quizz_num == 1){ supp=''; } else { supp = ' '+reponseC[i]+'
'; } document.write(''+num+' - '+question[i]+'
\ \ '+reponseA[i]+'
\ \ \ '+reponseB[i]+'
\ '+supp+'
\ ...........................................................................................................................................................
\
'); i++; } document.write('

'); function add_cl(num) { var cmpt=0; if(controle_radio(document.theForm.repQuest1) == undefined) { cmpt = cmpt+1; } if(controle_radio(document.theForm.repQuest2) == undefined) { cmpt = cmpt+1; } if(controle_radio(document.theForm.repQuest3) == undefined) { cmpt = cmpt+1; } if(controle_radio(document.theForm.repQuest4) == undefined) { cmpt = cmpt+1; } if(controle_radio(document.theForm.repQuest5) == undefined) { cmpt = cmpt+1; } if(controle_radio(document.theForm.repQuest6) == undefined) { cmpt = cmpt+1; } if(controle_radio(document.theForm.repQuest7) == undefined) { cmpt = cmpt+1; } if(controle_radio(document.theForm.repQuest8) == undefined) { cmpt = cmpt+1; } if(controle_radio(document.theForm.repQuest9) == undefined) { cmpt = cmpt+1; } if(controle_radio(document.theForm.repQuest10) == undefined) { cmpt = cmpt+1; } if(controle_radio(document.theForm.repQuest11) == undefined) { cmpt = cmpt+1; } if(controle_radio(document.theForm.repQuest12) == undefined) { cmpt = cmpt+1; } if(quizz_num ==1) { if(controle_radio(document.theForm.repQuest13) == undefined) { cmpt = cmpt+1; } if(controle_radio(document.theForm.repQuest14) == undefined) { cmpt = cmpt+1; } if(controle_radio(document.theForm.repQuest15) == undefined) { cmpt = cmpt+1; } } if(cmpt == 0) { document.theForm.Submit2.disabled=false; } }