I wonder if anyone can help me out, I'm stuck where I need to write a little code that goes like this.
Question : did you like the training?
<input type="radio" name="q4" value="Yes">Yes
<input type="radio" name="q4" value="No">No
whatever is checked I want to pass it to a javascript variable.