Widget:SandboxNew: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) Created page with "<includeonly> <script type="text/javascript"> function examHandler(){ selectExam(); $('#next').on('click', function(event){ $("input[name='pos']").val($("input[name='pos']").v..." |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 41: | Line 41: | ||
$("input[name='stash']").val(Questions); | $("input[name='stash']").val(Questions); | ||
$.each(Questions), function(){ | $.each(Questions), function(){ | ||
$("input[name='results'").val($("input[name='pos']").val() + "false;")) | $("input[name='results'").val($("input[name='pos']").val() + "false;")); | ||
} | } | ||
$("input[name='pos']").val(0); | $("input[name='pos']").val(0); |