you can use something like the following on page footer
<script type="text/javascript">
function ZeroFill()
{
document.getElementById("myconst_1").value = 0;
document.getElementById("myconst_2").value = 0;
}
window.addEvent('domready', ZeroFill);
</script>
the myconst_xx depends on your question name