hola:
necesitaria saber como sumar las respuestas de un test automaticamente
en la web
estilo al siguiente pero con unas 25 preguntas aproximadamente
html>
<head>
<title>Test de prueba</title>
</head>
<table>
<form>
PREGUNTA 1<br />
<span class="quotechoice">
<input type="radio" name="select1" value="Enter Select 1 Choice 1" /> SI <br />
<input type="radio" name="select1" value="Enter Select 1 Choice 2" /> NO <br />
<input type="radio" name="select1" value="Enter Select 1 Choice 3" /> NS/NC <br />
<br />
</span> <br />
PREGUNTA 2<br />
<span class="quotechoice">
<input type="radio" name="select2" value="Enter Select 2 Choice 1" /> SI <br />
<input type="radio" name="select2" value="Enter Select 2 Choice 2" /> NO <br />
<input type="radio" name="select2" value="Enter Select 2 Choice 3" /> NS/NC <br />
<br />
</span> <br />
PREGUNTA 3<br />
<span class="quotechoice">
<input type="radio" name="select3" value="Enter Select 3 Choice 1" /> SI <br />
<input type="radio" name="select3" value="Enter Select 3 Choice 2" /> NO <br />
<input type="radio" name="select3" value="Enter Select 3 Choice 3" /> NS/NC <br />
<br />
</span> <br />
<INPUT align="center" TYPE="RESET" VALUE="Actualizar"><br>
<b>SI <b> <INPUT NAME="SI" SIZE=3 MAXLENGTH=2>
<b>NO <b> <INPUT NAME="NO" SIZE=3 MAXLENGTH=2>
<b>NS/NC <b> <INPUT NAME="NSNC" SIZE=3 MAXLENGTH=2>
</table>
</form>
</body>
</html>
nose si me he explicado bien soy nuevo en todo esto
gracias de antemano y un saludo