You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.3 KiB
29 lines
1.3 KiB
<HTML>
|
|
<TITLE>Question <%=QUESTION.id%> Remediation</TITLE>
|
|
<%=SYSTEM.INCLUDEJS global.js %>
|
|
<%=SYSTEM.INCLUDEJS testclockbtns.js %>
|
|
</HEAD>
|
|
|
|
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080">
|
|
<form name="form1" method="post" action="<%=PATHS.cgiroot%>/tqrs.pl">
|
|
<input name="lang" type="hidden" value="<%=SESSION.lang%>">
|
|
<input type="hidden" name="tid" value="<%=SESSION.tid%>">
|
|
<input type="hidden" name="tstid" value="<%=TEST_SESSION.id%>">
|
|
<input type="hidden" name="qid" value="<%=QUESTION.id%>">
|
|
<input type="hidden" name="qno" value="<%=QUESTION.qno%>">
|
|
<input type="hidden" name="tmd" value="<%=TEST.tmd%>">
|
|
<input type="hidden" name="maxtm" value="<%=TEST.maxtm%>">
|
|
<input type="hidden" name="tmreset" value="<%=TEST_SESSION.resettime%>">
|
|
<input type="hidden" name="noq" value="<%=TEST.noq%>">
|
|
<!-- v added support for time capture statistics -->
|
|
<input type="hidden" name="tcap" value="0">
|
|
<input type="hidden" name="qtp" value="<%=QUESTION.qtp%>">
|
|
<!-- ^ added support for time capture statistics -->
|
|
<!-- v added support for anonymous submission option -->
|
|
<input type="hidden" name="anonsubmit" value="N">
|
|
<!-- ^ added support for anonymous submission option -->
|
|
<input type="hidden" name="remediated" value="Y">
|
|
<%=FORM.remediateonpost%>
|
|
</form>
|
|
</BODY>
|
|
</HTML>
|
|
|