Advertisement
Guest User

Untitled

a guest
Feb 27th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. if (tests.q1[1].checked) {counter++;}
  2. if (tests.q2[1].checked) {counter++;}
  3. if (tests.q3[2].checked) {counter++;}
  4. if (tests.q4[0].checked) {counter++;}
  5. if (tests.q5[2].checked) {counter++;}
  6. if (tests.q6[0].checked) {counter++;}
  7. if (tests.q7[0].checked) {counter++;}
  8. if (tests.q8[1].checked) {counter++;}
  9. if (tests.q9[2].checked) {counter++;}
  10. if (tests.q10[2].checked) {counter++;}
  11. if (tests.q11[2].checked) {counter++;}
  12. if (tests.q12[0].checked) {counter++;}
  13. if (tests.q13[2].checked) {counter++;}
  14. if (tests.q14[1].checked) {counter++;}
  15. if (tests.q15[1].checked) {counter++;}
  16. if (tests.q16[1].checked) {counter++;}
  17. if (tests.q17[1].checked) {counter++;}
  18. if (tests.q18[2].checked) {counter++;}
  19. if (tests.q19[0].checked) {counter++;}
  20. if (tests.q20[2].checked) {counter++;}
  21. if (tests.q21[0].checked) {counter++;}
  22. if (tests.q22[2].checked) {counter++;}
  23. if (tests.q23[1].checked) {counter++;}
  24. if (tests.q24[2].checked) {counter++;}
  25. if (tests.q25[0].checked) {counter++;}
  26. if (tests.q26[1].checked) {counter++;}
  27. if (tests.q27[0].checked) {counter++;}
  28. if (tests.q28[2].checked) {counter++;}
  29. if (tests.q29[2].checked) {counter++;}
  30. if (tests.q30[0].checked) {counter++;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement