https://codepen.io/almonteestrella/pen/BaoKGvz

I still have an issue with my form and I don’t find it; any help will be appreciate it.

Thanks

Read the error message you are getting very closely:

“All your radio-buttons must have a value attribute : expected 3 to equal 0”

but I have the value attribute on each group, with different values on each

<input type="radio" name="choose-one" checked />No</label>

There is no value attribute on that input.

finally, done. Thanks a lot