Having problem in my Survey Form


Can any one help meh out ? I can’t understand what kind of Problem it is.
Thanks In Advance

Radio buttons should share same value for name attribute.
Example:

<input type="radio" name="r1">
<input type="radio" name="r1">
<input type="radio" name="r2">
<input type="radio" name="r2">

Here you have two groups of radio buttons. Group r1 and r2.

Already tried but didn’t work

Can you put link to codepen?

Yes sure… !!!

here it is. kindly check it out.

It passes all tests. Are you sure you selected right test suite?

yes after a little bit changing. I have to add a attribute of Value.