Hello very good afternoon I have a form of about 28 questions in which each question has two answers that is organized by groups, what I want to try is that the answers do not overlap see the attached image
I am looking for how to validate it so that as soon as they are in the same line indicate that it is not allowed, one group is for MOST responses and the other one for LEAST here I leave the mark up:
<input type="radio" name="most_option_1" id="q1_most_option_id_1" value="D">
<input type="radio" name="least_option_1" id="q1_least_option_id_1" value="C">
I hope someone can guide me. Greetings