Good as I can tell the radio butons I have a list
<td style="text-align:center; border: black 5px;width: 5%;">
<input style="width: 17px; height: 17px;"ut id="check_1" type="radio" class="radio" name="r1" value="">
</td>
si<td style="text-align:center; border: black 5px;width: 5%;">
no <input style="width: 17px; height: 17px;"ut id="check_2" type="radio" class="radio" name="r1" value="">
</td>
Thus, they are around 220 radio the id of the radio id="check_1"
reaches up to 220
in the table that made the check_1 is yes and the check_2 is not and so it goes consecutively, the question is how can I know when they select all that are yes and all that are not, all the radios have a different name so that I can only select yes or no