I'm setting up a test, I'm just having the html structure done, I wanted to know how to do which input radio is most selected. Ex: The most selected was "A", so when sending the form, the image corresponding to most letters "A" and so on with the other alternatives "B", "C"), "D" " AND IS)"... is a very simple html ...
1) Questão 1
</font><font size=4 color="black" face="arial"><p>
<label>
<input type="radio" name="questao1" value="a" /> A) resoposta 1 </label>
<br />
<label>
<input type="radio" name="questao1" value="b" /> B) resposta 2</label>
<br />
<label>
<input type="radio" name="questao1" value="c" /> C) resposta 3</label>
<br />
<label>
<input type="radio" name="questao1" value="d" /> D) resposta 4</label>
<br>
2) Questão 2
</font><font size=4 color="black" face="arial"><p>
<label>
<input type="radio" name="questao2" value="a" /> A) resoposta 1 </label>
<br />
<label>
<input type="radio" name="questao2" value="b" /> B) resposta 2</label>
<br />
<label>
<input type="radio" name="questao2" value="c" /> C) resposta 3</label>
<br />
<label>
<input type="radio" name="questao2" value="d" /> D) resposta 4</label>