基于表单数据生成响应而不使用服务器?

时间:2017-02-26 18:41:10

标签: javascript html forms

我有一个HTML文档,包含以下

的大量迭代
<form>
Question 
<br/>
<input type="radio" name="563430" value="correct">
Answer1 </input> <br/>
<input type="radio" name="563430" value="incorrect">
Answer2 </input> <br/> 
<input type="radio" name="563430" value="incorrect">
Answer3 </input><br/>
<input type="radio" name="563430" value="incorrect">
Answer4 </input><br/>
<input type="radio" name="563430" value="incorrect">
Answer5 </input><br/>
<br/>

(another dozen of those or so)

</form>

我如何(不向网络服务器发送数据)解释正确的数量并将其除以总回答问题的数量?

由于

编辑:这个html来自用xsl

修改的xml表

0 个答案:

没有答案